UrielProd / WebGoat

Other
0 stars 0 forks source link

spring-boot-starter-web-2.5.2.jar: 6 vulnerabilities (highest severity is: 9.8) - autoclosed #48

Closed mend-for-github-com[bot] closed 1 year ago

mend-for-github-com[bot] commented 1 year ago
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

CVE Severity CVSS Dependency Type Fixed in (spring-boot-starter-web version) Remediation Available
CVE-2022-22965 High 9.8 spring-beans-5.3.8.jar Transitive 2.5.12
CVE-2022-22950 Medium 6.5 spring-expression-5.3.8.jar Transitive 2.5.11
CVE-2022-22968 Medium 5.3 spring-context-5.3.8.jar Transitive 2.5.13
CVE-2022-22970 Medium 5.3 spring-beans-5.3.8.jar Transitive 2.5.14
CVE-2021-22060 Medium 4.3 spring-web-5.3.8.jar Transitive 2.5.8
CVE-2021-22096 Medium 4.3 detected in multiple dependencies Transitive 2.5.6

Details

CVE-2022-22965 ### Vulnerable Library - spring-beans-5.3.8.jar

Spring 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 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.

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: 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 issue
CVE-2022-22950 ### Vulnerable Library - spring-expression-5.3.8.jar

Spring 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 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

### 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 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.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 issue
CVE-2022-22968 ### Vulnerable Library - spring-context-5.3.8.jar

Spring 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 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

### 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 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.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 issue
CVE-2022-22970 ### Vulnerable Library - spring-beans-5.3.8.jar

Spring 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 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

### 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 Fix

Type: 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 issue
CVE-2021-22060 ### 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 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-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 Fix

Type: 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 issue
CVE-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 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-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.

mend-for-github-com[bot] commented 1 year ago

: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.