-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Vulnerable Library - spring-boot-2.1.4.RELEASE.jar
Spring Boot
Library home page: https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot
Path to dependency file: /nexmo-spring-boot-test-application/pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/boot/spring-boot/2.1.4.RELEASE/spring-boot-2.1.4.RELEASE.jar
Found in HEAD commit: 3c697156679612e93e2a8f1c4982c052a930d7d1
Vulnerabilities
Vulnerability | Severity | Exploit Maturity | EPSS | Dependency | Type | Fixed in (spring-boot version) | Remediation Possible** | Reachability | |
---|---|---|---|---|---|---|---|---|---|
CVE-2022-22965 | 9.8 | High | 94.5% | spring-beans-5.1.6.RELEASE.jar | Transitive | 2.4.0 | ✅ | ||
CVE-2022-27772 | 7.8 | Not Defined | 1.1% | spring-boot-2.1.4.RELEASE.jar | Direct | 2.2.11.RELEASE | ✅ | ||
CVE-2023-20863 | 6.5 | Not Defined | 0.8% | spring-expression-5.1.6.RELEASE.jar | Transitive | 2.4.0 | ✅ | ||
CVE-2023-20861 | 6.5 | Not Defined | 0.3% | spring-expression-5.1.6.RELEASE.jar | Transitive | 2.4.0 | ✅ | ||
CVE-2022-22950 | 6.5 | Not Defined | 4.7% | spring-expression-5.1.6.RELEASE.jar | Transitive | 2.4.0 | ✅ | ||
CVE-2022-22970 | 5.3 | Not Defined | 0.2% | detected in multiple dependencies | Transitive | 2.4.0 | ✅ | ||
CVE-2022-22968 | 5.3 | Not Defined | 22.8% | spring-context-5.1.6.RELEASE.jar | Transitive | 2.4.0 | ✅ | ||
CVE-2024-38808 | 4.3 | Not Defined | 0.3% | spring-expression-5.1.6.RELEASE.jar | Transitive | 3.0.0 | ✅ | ||
CVE-2021-22096 | 4.3 | Not Defined | 0.2% | spring-core-5.1.6.RELEASE.jar | Transitive | 2.4.0 | ✅ | ||
CVE-2021-22060 | 4.3 | Not Defined | 0.2% | spring-core-5.1.6.RELEASE.jar | Transitive | 2.4.0 | ✅ | ||
CVE-2024-38820 | 3.1 | Not Defined | 0.1% | spring-context-5.1.6.RELEASE.jar | Transitive | 3.2.11 | ✅ |
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2022-22965
Vulnerable Library - spring-beans-5.1.6.RELEASE.jar
Spring Beans
Library home page: https://projects.spring.io/spring-framework
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-beans/5.1.6.RELEASE/spring-beans-5.1.6.RELEASE.jar
Dependency Hierarchy:
- spring-boot-2.1.4.RELEASE.jar (Root Library)
- spring-context-5.1.6.RELEASE.jar
- ❌ spring-beans-5.1.6.RELEASE.jar (Vulnerable Library)
- spring-context-5.1.6.RELEASE.jar
Found in HEAD commit: 3c697156679612e93e2a8f1c4982c052a930d7d1
Found in base branch: main
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. Converted from WS-2022-0107, on 2022-11-07.
Publish Date: 2022-04-01
URL: CVE-2022-22965
Threat Assessment
Exploit Maturity: High
EPSS: 94.5%
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
Suggested Fix
Type: 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.2.20.RELEASE
Direct dependency fix Resolution (org.springframework.boot:spring-boot): 2.4.0
⛑️ Automatic Remediation will be attempted for this issue.
CVE-2022-27772
Vulnerable Library - spring-boot-2.1.4.RELEASE.jar
Spring Boot
Library home page: https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot
Path to dependency file: /nexmo-spring-boot-test-application/pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/boot/spring-boot/2.1.4.RELEASE/spring-boot-2.1.4.RELEASE.jar
Dependency Hierarchy:
- ❌ spring-boot-2.1.4.RELEASE.jar (Vulnerable Library)
Found in HEAD commit: 3c697156679612e93e2a8f1c4982c052a930d7d1
Found in base branch: main
Reachability Analysis
The vulnerable code is unreachable
Vulnerability Details
spring-boot versions prior to version v2.2.11.RELEASE was vulnerable to temporary directory hijacking. This vulnerability impacted the org.springframework.boot.web.server.AbstractConfigurableWebServerFactory.createTempDir method. NOTE: This vulnerability only affects products and/or versions that are no longer supported by the maintainer
Publish Date: 2022-03-30
URL: CVE-2022-27772
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 1.1%
CVSS 3 Score Details (7.8)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: GHSA-cm59-pr5q-cw85
Release Date: 2022-03-30
Fix Resolution: 2.2.11.RELEASE
⛑️ Automatic Remediation will be attempted for this issue.
CVE-2023-20863
Vulnerable Library - spring-expression-5.1.6.RELEASE.jar
Spring Expression Language (SpEL)
Library home page: https://projects.spring.io/spring-framework
Path to dependency file: /nexmo-spring-boot-autoconfigure/pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.1.6.RELEASE/spring-expression-5.1.6.RELEASE.jar
Dependency Hierarchy:
- spring-boot-2.1.4.RELEASE.jar (Root Library)
- spring-context-5.1.6.RELEASE.jar
- ❌ spring-expression-5.1.6.RELEASE.jar (Vulnerable Library)
- spring-context-5.1.6.RELEASE.jar
Found in HEAD commit: 3c697156679612e93e2a8f1c4982c052a930d7d1
Found in base branch: main
Reachability Analysis
The vulnerable code is unreachable
Vulnerability Details
In spring framework versions prior to 5.2.24 release+ ,5.3.27+ and 6.0.8+ , it is possible for a user to provide a specially crafted SpEL expression that may cause a denial-of-service (DoS) condition.
Publish Date: 2023-04-13
URL: CVE-2023-20863
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 0.8%
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
Suggested Fix
Type: Upgrade version
Origin: https://spring.io/security/cve-2023-20863
Release Date: 2023-04-13
Fix Resolution (org.springframework:spring-expression): 5.2.24.RELEASE
Direct dependency fix Resolution (org.springframework.boot:spring-boot): 2.4.0
⛑️ Automatic Remediation will be attempted for this issue.
CVE-2023-20861
Vulnerable Library - spring-expression-5.1.6.RELEASE.jar
Spring Expression Language (SpEL)
Library home page: https://projects.spring.io/spring-framework
Path to dependency file: /nexmo-spring-boot-autoconfigure/pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.1.6.RELEASE/spring-expression-5.1.6.RELEASE.jar
Dependency Hierarchy:
- spring-boot-2.1.4.RELEASE.jar (Root Library)
- spring-context-5.1.6.RELEASE.jar
- ❌ spring-expression-5.1.6.RELEASE.jar (Vulnerable Library)
- spring-context-5.1.6.RELEASE.jar
Found in HEAD commit: 3c697156679612e93e2a8f1c4982c052a930d7d1
Found in base branch: main
Reachability Analysis
The vulnerable code is unreachable
Vulnerability Details
In Spring Framework versions 6.0.0 - 6.0.6, 5.3.0 - 5.3.25, 5.2.0.RELEASE - 5.2.22.RELEASE, and older unsupported versions, it is possible for a user to provide a specially crafted SpEL expression that may cause a denial-of-service (DoS) condition.
Publish Date: 2023-03-23
URL: CVE-2023-20861
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 0.3%
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
Suggested Fix
Type: Upgrade version
Origin: https://spring.io/security/cve-2023-20861
Release Date: 2023-03-23
Fix Resolution (org.springframework:spring-expression): 5.2.23.RELEASE
Direct dependency fix Resolution (org.springframework.boot:spring-boot): 2.4.0
⛑️ Automatic Remediation will be attempted for this issue.
CVE-2022-22950
Vulnerable Library - spring-expression-5.1.6.RELEASE.jar
Spring Expression Language (SpEL)
Library home page: https://projects.spring.io/spring-framework
Path to dependency file: /nexmo-spring-boot-autoconfigure/pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.1.6.RELEASE/spring-expression-5.1.6.RELEASE.jar
Dependency Hierarchy:
- spring-boot-2.1.4.RELEASE.jar (Root Library)
- spring-context-5.1.6.RELEASE.jar
- ❌ spring-expression-5.1.6.RELEASE.jar (Vulnerable Library)
- spring-context-5.1.6.RELEASE.jar
Found in HEAD commit: 3c697156679612e93e2a8f1c4982c052a930d7d1
Found in base branch: main
Reachability Analysis
The vulnerable code is unreachable
Vulnerability Details
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.
Publish Date: 2022-04-01
URL: CVE-2022-22950
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 4.7%
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
Suggested Fix
Type: Upgrade version
Origin: https://tanzu.vmware.com/security/cve-2022-22950
Release Date: 2022-04-01
Fix Resolution (org.springframework:spring-expression): 5.2.20.RELEASE
Direct dependency fix Resolution (org.springframework.boot:spring-boot): 2.4.0
⛑️ Automatic Remediation will be attempted for this issue.
CVE-2022-22970
Vulnerable Libraries - spring-core-5.1.6.RELEASE.jar, spring-beans-5.1.6.RELEASE.jar
spring-core-5.1.6.RELEASE.jar
Spring Core
Library home page: https://projects.spring.io/spring-framework
Path to dependency file: /nexmo-spring-boot-test-application/pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-core/5.1.6.RELEASE/spring-core-5.1.6.RELEASE.jar
Dependency Hierarchy:
- spring-boot-2.1.4.RELEASE.jar (Root Library)
- ❌ spring-core-5.1.6.RELEASE.jar (Vulnerable Library)
spring-beans-5.1.6.RELEASE.jar
Spring Beans
Library home page: https://projects.spring.io/spring-framework
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-beans/5.1.6.RELEASE/spring-beans-5.1.6.RELEASE.jar
Dependency Hierarchy:
- spring-boot-2.1.4.RELEASE.jar (Root Library)
- spring-context-5.1.6.RELEASE.jar
- ❌ spring-beans-5.1.6.RELEASE.jar (Vulnerable Library)
- spring-context-5.1.6.RELEASE.jar
Found in HEAD commit: 3c697156679612e93e2a8f1c4982c052a930d7d1
Found in base branch: main
Reachability Analysis
The vulnerable code is unreachable
Vulnerability Details
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.
Publish Date: 2022-05-12
URL: CVE-2022-22970
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 0.2%
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
Suggested Fix
Type: Upgrade version
Origin: https://tanzu.vmware.com/security/cve-2022-22970
Release Date: 2022-05-12
Fix Resolution (org.springframework:spring-core): 5.2.22.RELEASE
Direct dependency fix Resolution (org.springframework.boot:spring-boot): 2.4.0
Fix Resolution (org.springframework:spring-beans): 5.2.22.RELEASE
Direct dependency fix Resolution (org.springframework.boot:spring-boot): 2.4.0
⛑️ Automatic Remediation will be attempted for this issue.
CVE-2022-22968
Vulnerable Library - spring-context-5.1.6.RELEASE.jar
Spring Context
Library home page: https://projects.spring.io/spring-framework
Path to dependency file: /nexmo-spring-boot-autoconfigure/pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-context/5.1.6.RELEASE/spring-context-5.1.6.RELEASE.jar
Dependency Hierarchy:
- spring-boot-2.1.4.RELEASE.jar (Root Library)
- ❌ spring-context-5.1.6.RELEASE.jar (Vulnerable Library)
Found in HEAD commit: 3c697156679612e93e2a8f1c4982c052a930d7d1
Found in base branch: main
Reachability Analysis
The vulnerable code is unreachable
Vulnerability Details
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.
Publish Date: 2022-04-14
URL: CVE-2022-22968
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 22.8%
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
Suggested Fix
Type: Upgrade version
Origin: https://tanzu.vmware.com/security/cve-2022-22968
Release Date: 2022-04-14
Fix Resolution (org.springframework:spring-context): 5.2.21.RELEASE
Direct dependency fix Resolution (org.springframework.boot:spring-boot): 2.4.0
⛑️ Automatic Remediation will be attempted for this issue.
CVE-2024-38808
Vulnerable Library - spring-expression-5.1.6.RELEASE.jar
Spring Expression Language (SpEL)
Library home page: https://projects.spring.io/spring-framework
Path to dependency file: /nexmo-spring-boot-autoconfigure/pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-expression/5.1.6.RELEASE/spring-expression-5.1.6.RELEASE.jar
Dependency Hierarchy:
- spring-boot-2.1.4.RELEASE.jar (Root Library)
- spring-context-5.1.6.RELEASE.jar
- ❌ spring-expression-5.1.6.RELEASE.jar (Vulnerable Library)
- spring-context-5.1.6.RELEASE.jar
Found in HEAD commit: 3c697156679612e93e2a8f1c4982c052a930d7d1
Found in base branch: main
Reachability Analysis
The vulnerable code is unreachable
Vulnerability Details
In Spring Framework versions 5.3.0 - 5.3.38 and older unsupported versions, it is possible for a user to provide a specially crafted Spring Expression Language (SpEL) expression that may cause a denial of service (DoS) condition.
Specifically, an application is vulnerable when the following is true:
- The application evaluates user-supplied SpEL expressions.
Mend Note: The description of this vulnerability differs from MITRE.
Publish Date: 2024-08-20
URL: CVE-2024-38808
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 0.3%
CVSS 3 Score Details (4.3)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: Low
Suggested Fix
Type: Upgrade version
Origin: https://spring.io/security/cve-2024-38808
Release Date: 2024-08-20
Fix Resolution (org.springframework:spring-expression): 5.3.39
Direct dependency fix Resolution (org.springframework.boot:spring-boot): 3.0.0
⛑️ Automatic Remediation will be attempted for this issue.
CVE-2021-22096
Vulnerable Library - spring-core-5.1.6.RELEASE.jar
Spring Core
Library home page: https://projects.spring.io/spring-framework
Path to dependency file: /nexmo-spring-boot-test-application/pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-core/5.1.6.RELEASE/spring-core-5.1.6.RELEASE.jar
Dependency Hierarchy:
- spring-boot-2.1.4.RELEASE.jar (Root Library)
- ❌ spring-core-5.1.6.RELEASE.jar (Vulnerable Library)
Found in HEAD commit: 3c697156679612e93e2a8f1c4982c052a930d7d1
Found in base branch: main
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
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 0.2%
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
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
Direct dependency fix Resolution (org.springframework.boot:spring-boot): 2.4.0
⛑️ Automatic Remediation will be attempted for this issue.
CVE-2021-22060
Vulnerable Library - spring-core-5.1.6.RELEASE.jar
Spring Core
Library home page: https://projects.spring.io/spring-framework
Path to dependency file: /nexmo-spring-boot-test-application/pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-core/5.1.6.RELEASE/spring-core-5.1.6.RELEASE.jar
Dependency Hierarchy:
- spring-boot-2.1.4.RELEASE.jar (Root Library)
- ❌ spring-core-5.1.6.RELEASE.jar (Vulnerable Library)
Found in HEAD commit: 3c697156679612e93e2a8f1c4982c052a930d7d1
Found in base branch: main
Reachability Analysis
The vulnerable code is unreachable
Vulnerability Details
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.
Publish Date: 2022-01-07
URL: CVE-2021-22060
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 0.2%
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
Suggested Fix
Type: Upgrade version
Origin: https://spring.io/security/cve-2021-22060
Release Date: 2022-01-07
Fix Resolution (org.springframework:spring-core): 5.2.19.RELEASE
Direct dependency fix Resolution (org.springframework.boot:spring-boot): 2.4.0
⛑️ Automatic Remediation will be attempted for this issue.
CVE-2024-38820
Vulnerable Library - spring-context-5.1.6.RELEASE.jar
Spring Context
Library home page: https://projects.spring.io/spring-framework
Path to dependency file: /nexmo-spring-boot-autoconfigure/pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-context/5.1.6.RELEASE/spring-context-5.1.6.RELEASE.jar
Dependency Hierarchy:
- spring-boot-2.1.4.RELEASE.jar (Root Library)
- ❌ spring-context-5.1.6.RELEASE.jar (Vulnerable Library)
Found in HEAD commit: 3c697156679612e93e2a8f1c4982c052a930d7d1
Found in base branch: main
Reachability Analysis
The vulnerable code is unreachable
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
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 0.1%
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
Suggested Fix
Type: Upgrade version
Origin: https://spring.io/security/cve-2024-38820
Release Date: 2024-10-18
Fix Resolution (org.springframework:spring-context): 6.1.14
Direct dependency fix Resolution (org.springframework.boot:spring-boot): 3.2.11
⛑️ Automatic Remediation will be attempted for this issue.
⛑️Automatic Remediation will be attempted for this issue.