Skip to content

spring-webmvc-4.3.30.RELEASE.jar: 9 vulnerabilities (highest severity is: 9.8) #15

Description

Vulnerable Library - spring-webmvc-4.3.30.RELEASE.jar

Spring Web MVC

Library home page: https://github.com/spring-projects/spring-framework

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-webmvc/4.3.30.RELEASE/spring-webmvc-4.3.30.RELEASE.jar

Vulnerabilities

Vulnerability Severity CVSS Dependency Type Fixed in (spring-webmvc version) Remediation Possible** Reachability
CVE-2022-22965 Critical 9.8 spring-webmvc-4.3.30.RELEASE.jar Direct 5.2.20.RELEASE

Unreachable

CVE-2024-38819 High 7.5 spring-webmvc-4.3.30.RELEASE.jar Direct org.springframework:spring-webflux:6.1.14, org.springframework:spring-webmvc:6.1.14,org.springframework:spring-webflux - 5.3.39-spring-framework-5.3.44,org.springframework:spring-webmvc - 6.1.14,org.springframework:spring-webflux - 6.1.14,org.springframework:spring-webmvc - 5.3.39-spring-framework-5.3.44

Unreachable

CVE-2021-22096 Medium 4.3 spring-webmvc-4.3.30.RELEASE.jar Direct org.springframework:spring-core:5.2.18.RELEASE,5.3.12;org.springframework:spring-web:5.2.18.RELEASE,5.3.12;org.springframework:spring-webmvc:5.2.18.RELEASE,5.3.12;org.springframework:spring-webflux:5.2.18.RELEASE,5.3.12,org.springframework:spring-core - 5.3.11

Unreachable

CVE-2024-38816 High 7.5 spring-webmvc-4.3.30.RELEASE.jar Direct org.springframework:spring-webflux:6.1.13, org.springframework:spring-webmvc:6.1.13,org.springframework:spring-webmvc - 6.1.13,org.springframework:spring-webflux - 6.1.13,org.springframework:spring-webflux - 5.3.39-spring-framework-5.3.44,org.springframework:spring-webmvc - 5.3.39-spring-framework-5.3.44
CVE-2026-22745 Medium 5.3 spring-webmvc-4.3.30.RELEASE.jar Direct 6.2.18
CVE-2024-38828 Medium 5.3 spring-webmvc-4.3.30.RELEASE.jar Direct no_fix,org.springframework:spring-core - 5.3.39-spring-framework-5.3.44,org.springframework:spring-web - 4.3.30-spring-framework-4.3.31,org.springframework:spring-web - 5.3.39-spring-framework-5.3.44,org.springframework:spring-core - 4.3.30-spring-framework-4.3.31
CVE-2026-22741 Low 3.1 spring-webmvc-4.3.30.RELEASE.jar Direct org.springframework:spring-webmvc:7.0.7,https://github.com/spring-projects/spring-framework.git - v6.2.18,org.springframework:spring-webflux:7.0.7,org.springframework:spring-webmvc:6.2.18,org.springframework:spring-webflux:6.2.18,https://github.com/spring-projects/spring-framework.git - v7.0.7
CVE-2024-38820 Low 3.1 spring-webmvc-4.3.30.RELEASE.jar Direct 4.3.30-spring-framework-4.3.31
CVE-2026-22735 Low 2.6 spring-webmvc-4.3.30.RELEASE.jar Direct org.springframework:spring-webflux - 6.2.17,org.springframework:spring-webflux - 7.0.6,org.springframework:spring-webmvc - 7.0.6,https://github.com/spring-projects/spring-framework.git - v7.0.6,https://github.com/spring-projects/spring-framework.git - v6.1.21,org.springframework:spring-web - 7.0.6,org.springframework:spring-web - 6.2.17,org.springframework:spring-webmvc - 6.2.17,https://github.com/spring-projects/spring-framework.git - v6.2.17

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

CVE-2022-22965

Vulnerable Library - spring-webmvc-4.3.30.RELEASE.jar

Spring Web MVC

Library home page: https://github.com/spring-projects/spring-framework

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-webmvc/4.3.30.RELEASE/spring-webmvc-4.3.30.RELEASE.jar

Dependency Hierarchy:

  • spring-webmvc-4.3.30.RELEASE.jar (Vulnerable Library)

Found in base branch: master

Reachability Analysis

The vulnerable code is unreachable

Vulnerability Details

A Spring MVC or Spring WebFlux application running on JDK 9+ may be vulnerable to remote code execution (RCE) via data binding. The specific exploit requires the application to run on Tomcat as a WAR deployment. If the application is deployed as a Spring Boot executable jar, i.e. the default, it is not vulnerable to the exploit. However, the nature of the vulnerability is more general, and there may be other ways to exploit it.
Mend Note: The description of this vulnerability differs from MITRE.

Publish Date: 2022-04-01

URL: CVE-2022-22965

CVSS 3 Score Details (9.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-36p3-wjmg-h94x

Release Date: 2022-04-01

Fix Resolution: 5.2.20.RELEASE

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2024-38819

Vulnerable Library - spring-webmvc-4.3.30.RELEASE.jar

Spring Web MVC

Library home page: https://github.com/spring-projects/spring-framework

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-webmvc/4.3.30.RELEASE/spring-webmvc-4.3.30.RELEASE.jar

Dependency Hierarchy:

  • spring-webmvc-4.3.30.RELEASE.jar (Vulnerable Library)

Found in base branch: master

Reachability Analysis

The vulnerable code is unreachable

Vulnerability Details

Applications serving static resources through the functional web frameworks WebMvc.fn or WebFlux.fn are vulnerable to path traversal attacks. An attacker can craft malicious HTTP requests and obtain any file on the file system that is also accessible to the process in which the Spring application is running.

Publish Date: 2024-12-19

URL: CVE-2024-38819

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: None
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://spring.io/security/cve-2024-38819

Release Date: 2024-12-19

Fix Resolution: org.springframework:spring-webflux:6.1.14, org.springframework:spring-webmvc:6.1.14,org.springframework:spring-webflux - 5.3.39-spring-framework-5.3.44,org.springframework:spring-webmvc - 6.1.14,org.springframework:spring-webflux - 6.1.14,org.springframework:spring-webmvc - 5.3.39-spring-framework-5.3.44

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2021-22096

Vulnerable Library - spring-webmvc-4.3.30.RELEASE.jar

Spring Web MVC

Library home page: https://github.com/spring-projects/spring-framework

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-webmvc/4.3.30.RELEASE/spring-webmvc-4.3.30.RELEASE.jar

Dependency Hierarchy:

  • spring-webmvc-4.3.30.RELEASE.jar (Vulnerable Library)

Found in base branch: master

Reachability Analysis

The vulnerable code is unreachable

Vulnerability Details

In Spring Framework versions 5.3.0 - 5.3.10, 5.2.0 - 5.2.17, and older unsupported versions, it is possible for a user to provide malicious input to cause the insertion of additional log entries.

Publish Date: 2021-10-28

URL: CVE-2021-22096

CVSS 3 Score Details (4.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: Low
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://tanzu.vmware.com/security/cve-2021-22096

Release Date: 2021-10-28

Fix Resolution: org.springframework:spring-core:5.2.18.RELEASE,5.3.12;org.springframework:spring-web:5.2.18.RELEASE,5.3.12;org.springframework:spring-webmvc:5.2.18.RELEASE,5.3.12;org.springframework:spring-webflux:5.2.18.RELEASE,5.3.12,org.springframework:spring-core - 5.3.11

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2024-38816

Vulnerable Library - spring-webmvc-4.3.30.RELEASE.jar

Spring Web MVC

Library home page: https://github.com/spring-projects/spring-framework

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-webmvc/4.3.30.RELEASE/spring-webmvc-4.3.30.RELEASE.jar

Dependency Hierarchy:

  • spring-webmvc-4.3.30.RELEASE.jar (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Applications serving static resources through the functional web frameworks WebMvc.fn or WebFlux.fn are vulnerable to path traversal attacks. An attacker can craft malicious HTTP requests and obtain any file on the file system that is also accessible to the process in which the Spring application is running.
Specifically, an application is vulnerable when both of the following are true:

  • the web application uses RouterFunctions to serve static resources
  • resource handling is explicitly configured with a FileSystemResource location
    However, malicious requests are blocked and rejected when any of the following is true:
  • the Spring Security HTTP Firewall https://docs.spring.io/spring-security/reference/servlet/exploits/firewall.html  is in use
  • the application runs on Tomcat or Jetty
    Mend Note: The description of this vulnerability differs from MITRE.

Publish Date: 2024-09-13

URL: CVE-2024-38816

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: High
    • Integrity Impact: None
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://spring.io/security/cve-2024-38816

Release Date: 2024-09-13

Fix Resolution: org.springframework:spring-webflux:6.1.13, org.springframework:spring-webmvc:6.1.13,org.springframework:spring-webmvc - 6.1.13,org.springframework:spring-webflux - 6.1.13,org.springframework:spring-webflux - 5.3.39-spring-framework-5.3.44,org.springframework:spring-webmvc - 5.3.39-spring-framework-5.3.44

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2026-22745

Vulnerable Library - spring-webmvc-4.3.30.RELEASE.jar

Spring Web MVC

Library home page: https://github.com/spring-projects/spring-framework

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-webmvc/4.3.30.RELEASE/spring-webmvc-4.3.30.RELEASE.jar

Dependency Hierarchy:

  • spring-webmvc-4.3.30.RELEASE.jar (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Spring MVC and WebFlux applications are vulnerable to Denial of Service attacks when resolving static resources.
More precisely, an application can be vulnerable when all the following are true:

  • the application is using Spring MVC or Spring WebFlux
  • the application is serving static resources from the file system
  • the application is running on a Windows platform
    When all the conditions above are met, the attacker can send malicious requests that are slow to resolve and that can keep HTTP connections in use. This can cause a Denial of Service on the application.

Publish Date: 2026-04-29

URL: CVE-2026-22745

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2026-04-29

Fix Resolution: 6.2.18

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2024-38828

Vulnerable Library - spring-webmvc-4.3.30.RELEASE.jar

Spring Web MVC

Library home page: https://github.com/spring-projects/spring-framework

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-webmvc/4.3.30.RELEASE/spring-webmvc-4.3.30.RELEASE.jar

Dependency Hierarchy:

  • spring-webmvc-4.3.30.RELEASE.jar (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Spring MVC controller methods with an @⁠RequestBody byte[] method parameter are vulnerable to a DoS attack.

Publish Date: 2024-11-18

URL: CVE-2024-38828

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2024-38828

Release Date: 2024-11-18

Fix Resolution: no_fix,org.springframework:spring-core - 5.3.39-spring-framework-5.3.44,org.springframework:spring-web - 4.3.30-spring-framework-4.3.31,org.springframework:spring-web - 5.3.39-spring-framework-5.3.44,org.springframework:spring-core - 4.3.30-spring-framework-4.3.31

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2026-22741

Vulnerable Library - spring-webmvc-4.3.30.RELEASE.jar

Spring Web MVC

Library home page: https://github.com/spring-projects/spring-framework

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-webmvc/4.3.30.RELEASE/spring-webmvc-4.3.30.RELEASE.jar

Dependency Hierarchy:

  • spring-webmvc-4.3.30.RELEASE.jar (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Spring MVC and WebFlux applications are vulnerable to cache poisoning when resolving static resources.
More precisely, an application can be vulnerable when all the following are true:

  • the application is using Spring MVC or Spring WebFlux
  • the application is configuring the  resource chain support https://docs.spring.io/spring-framework/reference/web/webmvc/mvc-config/static-resources.html#page-title  with caching enabled
  • the application adds support for encoded resources resolution
  • the resource cache must be empty when the attacker has access to the application
    When all the conditions above are met, the attacker can send malicious requests and poison the resource cache with resources using the wrong encoding. This can cause a denial of service by breaking the front-end application for clients.

Publish Date: 2026-04-29

URL: CVE-2026-22741

CVSS 3 Score Details (3.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://spring.io/security/cve-2026-22741

Release Date: 2026-04-29

Fix Resolution: org.springframework:spring-webmvc:7.0.7,https://github.com/spring-projects/spring-framework.git - v6.2.18,org.springframework:spring-webflux:7.0.7,org.springframework:spring-webmvc:6.2.18,org.springframework:spring-webflux:6.2.18,https://github.com/spring-projects/spring-framework.git - v7.0.7

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2024-38820

Vulnerable Library - spring-webmvc-4.3.30.RELEASE.jar

Spring Web MVC

Library home page: https://github.com/spring-projects/spring-framework

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-webmvc/4.3.30.RELEASE/spring-webmvc-4.3.30.RELEASE.jar

Dependency Hierarchy:

  • spring-webmvc-4.3.30.RELEASE.jar (Vulnerable Library)

Found in base branch: master

Vulnerability Details

The fix for CVE-2022-22968 made disallowedFields patterns in DataBinder case insensitive. However, String.toLowerCase() has some Locale dependent exceptions that could potentially result in fields not protected as expected.

Publish Date: 2024-10-18

URL: CVE-2024-38820

CVSS 3 Score Details (3.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: Low
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://spring.io/security/cve-2024-38820

Release Date: 2024-10-18

Fix Resolution: 4.3.30-spring-framework-4.3.31

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2026-22735

Vulnerable Library - spring-webmvc-4.3.30.RELEASE.jar

Spring Web MVC

Library home page: https://github.com/spring-projects/spring-framework

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-webmvc/4.3.30.RELEASE/spring-webmvc-4.3.30.RELEASE.jar

Dependency Hierarchy:

  • spring-webmvc-4.3.30.RELEASE.jar (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Spring MVC and WebFlux applications are vulnerable to stream corruption when using Server-Sent Events (SSE). This issue affects Spring Foundation: from 7.0.0 through 7.0.5, from 6.2.0 through 6.2.16, from 6.1.0 through 6.1.25, from 5.3.0 through 5.3.46.

Publish Date: 2026-03-19

URL: CVE-2026-22735

CVSS 3 Score Details (2.6)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: Low
    • User Interaction: Required
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-6hcq-hmm3-jj3c

Release Date: 2026-03-19

Fix Resolution: org.springframework:spring-webflux - 6.2.17,org.springframework:spring-webflux - 7.0.6,org.springframework:spring-webmvc - 7.0.6,https://github.com/spring-projects/spring-framework.git - v7.0.6,https://github.com/spring-projects/spring-framework.git - v6.1.21,org.springframework:spring-web - 7.0.6,org.springframework:spring-web - 6.2.17,org.springframework:spring-webmvc - 6.2.17,https://github.com/spring-projects/spring-framework.git - v6.2.17

⛑️ Automatic Remediation will be attempted for this issue.


⛑️Automatic Remediation will be attempted for this issue.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions