Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spring-boot-starter-web-3.1.5.jar: 7 vulnerabilities (highest severity is: 8.1) reachable #17

Open
mend-for-jackfan.us.kg bot opened this issue Dec 2, 2024 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@mend-for-jackfan.us.kg
Copy link
Contributor

mend-for-jackfan.us.kg bot commented Dec 2, 2024

Vulnerable Library - spring-boot-starter-web-3.1.5.jar

Path to dependency file: /pom.xml

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

Found in HEAD commit: 672b455bbc975da853aa6283ad763ab4e68af7b1

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (spring-boot-starter-web version) Remediation Possible** Reachability
CVE-2024-22262 High 8.1 spring-web-6.0.13.jar Transitive 3.1.11

Reachable

CVE-2024-22259 High 8.1 spring-web-6.0.13.jar Transitive 3.1.10

Reachable

CVE-2024-22243 High 8.1 spring-web-6.0.13.jar Transitive 3.1.9

Reachable

CVE-2024-38819 High 7.5 spring-webmvc-6.0.13.jar Transitive 3.2.11

Reachable

CVE-2024-38816 High 7.5 spring-webmvc-6.0.13.jar Transitive 3.2.10

Reachable

CVE-2024-38809 Medium 5.3 spring-web-6.0.13.jar Transitive 3.2.0

Reachable

CVE-2023-34053 Medium 5.3 spring-web-6.0.13.jar Transitive 3.1.6

Reachable

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

Details

CVE-2024-22262

Vulnerable Library - spring-web-6.0.13.jar

Spring Web

Library home page: https://spring.io/projects/spring-framework

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-web/6.0.13/spring-web-6.0.13.jar

Dependency Hierarchy:

  • spring-boot-starter-web-3.1.5.jar (Root Library)
    • spring-boot-starter-json-3.1.5.jar
      • spring-web-6.0.13.jar (Vulnerable Library)

Found in HEAD commit: 672b455bbc975da853aa6283ad763ab4e68af7b1

Found in base branch: main

Reachability Analysis

This vulnerability is potentially reachable

org.owasp.webgoat.lessons.hijacksession.HijackSessionAssignment (Application)
  -> org.springframework.web.filter.RelativeRedirectResponseWrapper (Extension)
   -> org.springframework.web.util.WebUtils (Extension)
    -> ❌ org.springframework.web.util.UriComponentsBuilder (Vulnerable Component)

Vulnerability Details

Applications that use UriComponentsBuilder to parse an externally provided URL (e.g. through a query parameter) AND perform validation checks on the host of the parsed URL may be vulnerable to a open redirect https://cwe.mitre.org/data/definitions/601.html  attack or to a SSRF attack if the URL is used after passing validation checks.

This is the same as CVE-2024-22259 https://spring.io/security/cve-2024-22259  and CVE-2024-22243 https://spring.io/security/cve-2024-22243 , but with different input.

Publish Date: 2024-04-16

URL: CVE-2024-22262

CVSS 3 Score Details (8.1)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

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

Release Date: 2024-04-16

Fix Resolution (org.springframework:spring-web): 6.0.19

Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-web): 3.1.11

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2024-22259

Vulnerable Library - spring-web-6.0.13.jar

Spring Web

Library home page: https://spring.io/projects/spring-framework

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-web/6.0.13/spring-web-6.0.13.jar

Dependency Hierarchy:

  • spring-boot-starter-web-3.1.5.jar (Root Library)
    • spring-boot-starter-json-3.1.5.jar
      • spring-web-6.0.13.jar (Vulnerable Library)

Found in HEAD commit: 672b455bbc975da853aa6283ad763ab4e68af7b1

Found in base branch: main

Reachability Analysis

This vulnerability is potentially reachable

org.owasp.webgoat.lessons.hijacksession.HijackSessionAssignment (Application)
  -> org.springframework.web.filter.RelativeRedirectResponseWrapper (Extension)
   -> org.springframework.web.util.WebUtils (Extension)
    -> ❌ org.springframework.web.util.UriComponentsBuilder (Vulnerable Component)

Vulnerability Details

Applications that use UriComponentsBuilder in Spring Framework to parse an externally provided URL (e.g. through a query parameter) AND perform validation checks on the host of the parsed URL may be vulnerable to a open redirect https://cwe.mitre.org/data/definitions/601.html  attack or to a SSRF attack if the URL is used after passing validation checks.

This is the same as CVE-2024-22243 https://spring.io/security/cve-2024-22243 , but with different input.

Publish Date: 2024-03-16

URL: CVE-2024-22259

CVSS 3 Score Details (8.1)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

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

Release Date: 2024-03-16

Fix Resolution (org.springframework:spring-web): 6.0.18

Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-web): 3.1.10

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2024-22243

Vulnerable Library - spring-web-6.0.13.jar

Spring Web

Library home page: https://spring.io/projects/spring-framework

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-web/6.0.13/spring-web-6.0.13.jar

Dependency Hierarchy:

  • spring-boot-starter-web-3.1.5.jar (Root Library)
    • spring-boot-starter-json-3.1.5.jar
      • spring-web-6.0.13.jar (Vulnerable Library)

Found in HEAD commit: 672b455bbc975da853aa6283ad763ab4e68af7b1

Found in base branch: main

Reachability Analysis

This vulnerability is potentially reachable

org.owasp.webgoat.lessons.hijacksession.HijackSessionAssignment (Application)
  -> org.springframework.web.filter.RelativeRedirectResponseWrapper (Extension)
   -> org.springframework.web.util.WebUtils (Extension)
    -> ❌ org.springframework.web.util.UriComponentsBuilder (Vulnerable Component)

Vulnerability Details

Applications that use UriComponentsBuilder to parse an externally provided URL (e.g. through a query parameter) AND perform validation checks on the host of the parsed URL may be vulnerable to a open redirect https://cwe.mitre.org/data/definitions/601.html  attack or to a SSRF attack if the URL is used after passing validation checks.

Publish Date: 2024-02-23

URL: CVE-2024-22243

CVSS 3 Score Details (8.1)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

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

Release Date: 2024-02-23

Fix Resolution (org.springframework:spring-web): 6.0.17

Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-web): 3.1.9

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2024-38819

Vulnerable Library - spring-webmvc-6.0.13.jar

Spring Web MVC

Library home page: https://spring.io/projects/spring-framework

Path to dependency file: /pom.xml

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

Dependency Hierarchy:

  • spring-boot-starter-web-3.1.5.jar (Root Library)
    • spring-webmvc-6.0.13.jar (Vulnerable Library)

Found in HEAD commit: 672b455bbc975da853aa6283ad763ab4e68af7b1

Found in base branch: main

Reachability Analysis

This vulnerability is potentially reachable

org.owasp.webgoat.webwolf.MvcConfiguration (Application)
  -> org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry (Extension)
   -> ❌ org.springframework.web.servlet.resource.ResourceHttpRequestHandler (Vulnerable Component)

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.

This is similar to CVE-2024-38816, but with different input.

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-webmvc): 6.1.14

Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-web): 3.2.11

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2024-38816

Vulnerable Library - spring-webmvc-6.0.13.jar

Spring Web MVC

Library home page: https://spring.io/projects/spring-framework

Path to dependency file: /pom.xml

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

Dependency Hierarchy:

  • spring-boot-starter-web-3.1.5.jar (Root Library)
    • spring-webmvc-6.0.13.jar (Vulnerable Library)

Found in HEAD commit: 672b455bbc975da853aa6283ad763ab4e68af7b1

Found in base branch: main

Reachability Analysis

This vulnerability is potentially reachable

org.owasp.webgoat.lessons.hijacksession.HijackSessionAssignment (Application)
  -> org.springframework.web.servlet.function.DefaultEntityResponseBuilder$PublisherEntityResponse$NoContentLengthResponseWrapper (Extension)
   -> org.springframework.web.servlet.function.DefaultEntityResponseBuilder (Extension)
    -> org.springframework.web.servlet.function.DefaultAsyncServerResponse (Extension)
     -> org.springframework.web.servlet.function.ErrorHandlingServerResponse (Extension)
      -> org.springframework.web.servlet.function.RouterFunctions (Extension)
       -> ❌ org.springframework.web.servlet.function.PathResourceLookupFunction (Vulnerable Component)

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:

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-webmvc): 6.1.13

Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-web): 3.2.10

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2024-38809

Vulnerable Library - spring-web-6.0.13.jar

Spring Web

Library home page: https://spring.io/projects/spring-framework

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-web/6.0.13/spring-web-6.0.13.jar

Dependency Hierarchy:

  • spring-boot-starter-web-3.1.5.jar (Root Library)
    • spring-boot-starter-json-3.1.5.jar
      • spring-web-6.0.13.jar (Vulnerable Library)

Found in HEAD commit: 672b455bbc975da853aa6283ad763ab4e68af7b1

Found in base branch: main

Reachability Analysis

This vulnerability is potentially reachable

org.owasp.webgoat.lessons.hijacksession.HijackSessionAssignment (Application)
  -> org.springframework.web.servlet.function.DefaultEntityResponseBuilder$PublisherEntityResponse$NoContentLengthResponseWrapper (Extension)
   -> org.springframework.web.servlet.function.DefaultEntityResponseBuilder (Extension)
    -> org.springframework.web.servlet.function.DefaultAsyncServerResponse (Extension)
     -> org.springframework.web.context.request.async.WebAsyncUtils (Extension)
      -> org.springframework.web.context.request.async.StandardServletAsyncWebRequest (Extension)
       -> ❌ org.springframework.web.context.request.ServletWebRequest (Vulnerable Component)

Vulnerability Details

Applications that parse ETags from "If-Match" or "If-None-Match" request headers are vulnerable to DoS attack.
Users of affected versions should upgrade to the corresponding fixed version.
Users of older, unsupported versions could enforce a size limit on "If-Match" and "If-None-Match" headers, e.g. through a Filter.

Publish Date: 2024-09-27

URL: CVE-2024-38809

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://spring.io/security/cve-2024-38809

Release Date: 2024-09-27

Fix Resolution (org.springframework:spring-web): 6.0.23

Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-web): 3.2.0

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2023-34053

Vulnerable Library - spring-web-6.0.13.jar

Spring Web

Library home page: https://spring.io/projects/spring-framework

Path to dependency file: /pom.xml

Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/spring-web/6.0.13/spring-web-6.0.13.jar

Dependency Hierarchy:

  • spring-boot-starter-web-3.1.5.jar (Root Library)
    • spring-boot-starter-json-3.1.5.jar
      • spring-web-6.0.13.jar (Vulnerable Library)

Found in HEAD commit: 672b455bbc975da853aa6283ad763ab4e68af7b1

Found in base branch: main

Reachability Analysis

This vulnerability is potentially reachable

org.owasp.webgoat.webwolf.MvcConfiguration (Application)
  -> org.springframework.web.servlet.config.annotation.WebMvcConfigurer (Extension)
   -> org.springframework.web.servlet.config.annotation.PathMatchConfigurer (Extension)
    -> org.springframework.web.util.pattern.PathPatternParser (Extension)
     -> org.springframework.web.util.pattern.InternalPathPatternParser (Extension)
      -> ❌ org.springframework.web.util.pattern.RegexPathElement (Vulnerable Component)

Vulnerability Details

In Spring Framework versions 6.0.0 - 6.0.13, it is possible for a user to provide specially crafted HTTP requests that may cause a denial-of-service (DoS) condition.
Specifically, an application is vulnerable when all of the following are true:

  • the application uses Spring MVC or Spring WebFlux
  • io.micrometer:micrometer-core is on the classpath
  • an ObservationRegistry is configured in the application to record observations
    Typically, Spring Boot applications need the org.springframework.boot:spring-boot-actuator dependency to meet all conditions.

Publish Date: 2023-11-28

URL: CVE-2023-34053

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://spring.io/security/cve-2023-34053

Release Date: 2023-11-28

Fix Resolution (org.springframework:spring-web): 6.0.14

Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-web): 3.1.6

⛑️ Automatic Remediation will be attempted for this issue.


⛑️Automatic Remediation will be attempted for this issue.

@mend-for-jackfan.us.kg mend-for-jackfan.us.kg bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Dec 2, 2024
@mend-for-jackfan.us.kg mend-for-jackfan.us.kg bot changed the title spring-boot-starter-web-3.1.5.jar: 7 vulnerabilities (highest severity is: 8.1) reachable spring-boot-starter-web-3.1.5.jar: 8 vulnerabilities (highest severity is: 8.1) reachable Dec 23, 2024
@mend-for-jackfan.us.kg mend-for-jackfan.us.kg bot changed the title spring-boot-starter-web-3.1.5.jar: 8 vulnerabilities (highest severity is: 8.1) reachable spring-boot-starter-web-3.1.5.jar: 7 vulnerabilities (highest severity is: 8.1) reachable Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend
Projects
None yet
Development

No branches or pull requests

0 participants