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.
n Spring Framework versions 5.3.0 - 5.3.16 and older unsupported versions, it is possible for a user to provide a specially crafted SpEL expression that may cause a denial of service condition.
In Spring Framework versions 5.3.0 - 5.3.18, 5.2.0 - 5.2.20, and older unsupported versions, the patterns for disallowedFields on a DataBinder are case sensitive which means a field is not effectively protected unless it is listed with both upper and lower case for the first character of the field, including upper and lower case for the first character of all nested fields within the property path.
In spring framework versions prior to 5.3.20+ , 5.2.22+ and old unsupported versions, applications that handle file uploads are vulnerable to DoS attack if they rely on data binding to set a MultipartFile or javax.servlet.Part to a field in a model object.
In Spring Framework versions 5.3.0 - 5.3.13, 5.2.0 - 5.2.18, and older unsupported versions, it is possible for a user to provide malicious input to cause the insertion of additional log entries. This is a follow-up to CVE-2021-22096 that protects against additional types of input and in more places of the Spring Framework codebase.
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-web): 2.5.8
:rescue_worker_helmet: Automatic Remediation is available for this issue
CVE-2021-22096
### Vulnerable Libraries - spring-webmvc-5.3.8.jar, spring-web-5.3.8.jar
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.
:heavy_check_mark: This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory.
Vulnerable Library - spring-boot-starter-web-2.5.2.jar
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-context/5.3.8/spring-context-5.3.8.jar
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Vulnerabilities
Details
CVE-2022-22965
### Vulnerable Library - spring-beans-5.3.8.jarSpring Beans
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-beans/5.3.8/spring-beans-5.3.8.jar
Dependency Hierarchy: - spring-boot-starter-web-2.5.2.jar (Root Library) - spring-web-5.3.8.jar - :x: **spring-beans-5.3.8.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsA 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.
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 FixType: Upgrade version
Origin: https://spring.io/blog/2022/03/31/spring-framework-rce-early-announcement
Release Date: 2022-04-01
Fix Resolution (org.springframework:spring-beans): 5.3.18
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-web): 2.5.12
:rescue_worker_helmet: Automatic Remediation is available for this issueCVE-2022-22950
### Vulnerable Library - spring-expression-5.3.8.jarSpring Expression Language (SpEL)
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-expression/5.3.8/spring-expression-5.3.8.jar
Dependency Hierarchy: - spring-boot-starter-web-2.5.2.jar (Root Library) - spring-webmvc-5.3.8.jar - :x: **spring-expression-5.3.8.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability Detailsn Spring Framework versions 5.3.0 - 5.3.16 and older unsupported versions, it is possible for a user to provide a specially crafted SpEL expression that may cause a denial of service condition.
Publish Date: 2022-04-01
URL: CVE-2022-22950
### CVSS 3 Score Details (6.5)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: None - Availability Impact: High
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://tanzu.vmware.com/security/cve-2022-22950
Release Date: 2022-04-01
Fix Resolution (org.springframework:spring-expression): 5.3.17
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-web): 2.5.11
:rescue_worker_helmet: Automatic Remediation is available for this issueCVE-2022-22968
### Vulnerable Library - spring-context-5.3.8.jarSpring Context
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-context/5.3.8/spring-context-5.3.8.jar
Dependency Hierarchy: - spring-boot-starter-web-2.5.2.jar (Root Library) - spring-webmvc-5.3.8.jar - :x: **spring-context-5.3.8.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsIn Spring Framework versions 5.3.0 - 5.3.18, 5.2.0 - 5.2.20, and older unsupported versions, the patterns for disallowedFields on a DataBinder are case sensitive which means a field is not effectively protected unless it is listed with both upper and lower case for the first character of the field, including upper and lower case for the first character of all nested fields within the property path.
Publish Date: 2022-04-14
URL: CVE-2022-22968
### 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: Low - Availability Impact: None
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://tanzu.vmware.com/security/cve-2022-22968
Release Date: 2022-04-14
Fix Resolution (org.springframework:spring-context): 5.3.19
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-web): 2.5.13
:rescue_worker_helmet: Automatic Remediation is available for this issueCVE-2022-22970
### Vulnerable Library - spring-beans-5.3.8.jarSpring Beans
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-beans/5.3.8/spring-beans-5.3.8.jar
Dependency Hierarchy: - spring-boot-starter-web-2.5.2.jar (Root Library) - spring-web-5.3.8.jar - :x: **spring-beans-5.3.8.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsIn spring framework versions prior to 5.3.20+ , 5.2.22+ and old unsupported versions, applications that handle file uploads are vulnerable to DoS attack if they rely on data binding to set a MultipartFile or javax.servlet.Part to a field in a model object.
Publish Date: 2022-05-12
URL: CVE-2022-22970
### CVSS 3 Score Details (5.3)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: None - Availability Impact: High
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://tanzu.vmware.com/security/cve-2022-22970
Release Date: 2022-05-12
Fix Resolution (org.springframework:spring-beans): 5.3.20
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-web): 2.5.14
:rescue_worker_helmet: Automatic Remediation is available for this issueCVE-2021-22060
### Vulnerable Library - spring-web-5.3.8.jarSpring Web
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-web/5.3.8/spring-web-5.3.8.jar
Dependency Hierarchy: - spring-boot-starter-web-2.5.2.jar (Root Library) - :x: **spring-web-5.3.8.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsIn Spring Framework versions 5.3.0 - 5.3.13, 5.2.0 - 5.2.18, and older unsupported versions, it is possible for a user to provide malicious input to cause the insertion of additional log entries. This is a follow-up to CVE-2021-22096 that protects against additional types of input and in more places of the Spring Framework codebase.
Publish Date: 2022-01-10
URL: CVE-2021-22060
### 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 FixType: Upgrade version
Origin: https://github.com/advisories/GHSA-6gf2-pvqw-37ph
Release Date: 2022-01-10
Fix Resolution (org.springframework:spring-web): 5.3.14
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-web): 2.5.8
:rescue_worker_helmet: Automatic Remediation is available for this issueCVE-2021-22096
### Vulnerable Libraries - spring-webmvc-5.3.8.jar, spring-web-5.3.8.jar### spring-webmvc-5.3.8.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/5.3.8/spring-webmvc-5.3.8.jar
Dependency Hierarchy: - spring-boot-starter-web-2.5.2.jar (Root Library) - :x: **spring-webmvc-5.3.8.jar** (Vulnerable Library) ### spring-web-5.3.8.jar
Spring Web
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-web/5.3.8/spring-web-5.3.8.jar
Dependency Hierarchy: - spring-boot-starter-web-2.5.2.jar (Root Library) - :x: **spring-web-5.3.8.jar** (Vulnerable Library)
Found in HEAD commit: 3785d355b5ceb4898fb011d8d0db28ef0e335159
Found in base branch: main
### Vulnerability DetailsIn 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 FixType: Upgrade version
Origin: https://tanzu.vmware.com/security/cve-2021-22096
Release Date: 2021-10-28
Fix Resolution (org.springframework:spring-webmvc): 5.3.12
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-web): 2.5.6
Fix Resolution (org.springframework:spring-web): 5.3.12
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-web): 2.5.6
:rescue_worker_helmet: Automatic Remediation is available for this issue:rescue_worker_helmet: Automatic Remediation is available for this issue.