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-security-web-3.2.4.RELEASE.jar: 9 vulnerabilities (highest severity is: 9.8) #3

Open
mend-bolt-for-github bot opened this issue Mar 2, 2024 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@mend-bolt-for-github
Copy link
Contributor

mend-bolt-for-github bot commented Mar 2, 2024

Vulnerable Library - spring-security-web-3.2.4.RELEASE.jar

spring-security-web

Library home page: http://spring.io/

Path to dependency file: /pom.xml

Path to vulnerable library: /pom.xml

Found in HEAD commit: 8e77b396d668c29101fea052f4b32fd3ad16341f

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (spring-security-web version) Remediation Possible**
CVE-2022-22978 Critical 9.8 spring-security-web-3.2.4.RELEASE.jar Direct 5.4.11
CVE-2024-38821 Critical 9.1 spring-security-web-3.2.4.RELEASE.jar Direct 5.7.13
CVE-2021-22112 High 8.8 spring-security-web-3.2.4.RELEASE.jar Direct 5.2.9.RELEASE
CVE-2016-9879 High 7.5 spring-security-web-3.2.4.RELEASE.jar Direct 3.2.10.RELEASE
CVE-2016-5007 High 7.5 spring-security-web-3.2.4.RELEASE.jar Direct 4.1.1.RELEASE
WS-2017-3767 Medium 6.3 spring-security-web-3.2.4.RELEASE.jar Direct 4.2.15.RELEASE
WS-2020-0293 Medium 5.9 spring-security-web-3.2.4.RELEASE.jar Direct 5.2.9.RELEASE
WS-2016-7107 Medium 5.9 spring-security-web-3.2.4.RELEASE.jar Direct 5.2.14.RELEASE
CVE-2024-38827 Medium 4.8 spring-security-web-3.2.4.RELEASE.jar Direct 5.7.14

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

Details

CVE-2022-22978

Vulnerable Library - spring-security-web-3.2.4.RELEASE.jar

spring-security-web

Library home page: http://spring.io/

Path to dependency file: /pom.xml

Path to vulnerable library: /pom.xml

Dependency Hierarchy:

  • spring-security-web-3.2.4.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 8e77b396d668c29101fea052f4b32fd3ad16341f

Found in base branch: master

Vulnerability Details

In spring security versions prior to 5.4.11+, 5.5.7+ , 5.6.4+ and older unsupported versions, RegexRequestMatcher can easily be misconfigured to be bypassed on some servlet containers. Applications using RegexRequestMatcher with . in the regular expression are possibly vulnerable to an authorization bypass.

Publish Date: 2022-05-19

URL: CVE-2022-22978

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/security/cve-2022-22978/

Release Date: 2022-05-19

Fix Resolution: 5.4.11

Step up your Open Source Security Game with Mend here

CVE-2024-38821

Vulnerable Library - spring-security-web-3.2.4.RELEASE.jar

spring-security-web

Library home page: http://spring.io/

Path to dependency file: /pom.xml

Path to vulnerable library: /pom.xml

Dependency Hierarchy:

  • spring-security-web-3.2.4.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 8e77b396d668c29101fea052f4b32fd3ad16341f

Found in base branch: master

Vulnerability Details

Spring WebFlux applications that have Spring Security authorization rules on static resources can be bypassed under certain circumstances.
For this to impact an application, all of the following must be true: It must be a WebFlux application, It must be using Spring's static resources support, and it must have a non-permitAll authorization rule applied to the static resources support.

Publish Date: 2024-10-28

URL: CVE-2024-38821

CVSS 3 Score Details (9.1)

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

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

Release Date: 2024-10-28

Fix Resolution: 5.7.13

Step up your Open Source Security Game with Mend here

CVE-2021-22112

Vulnerable Library - spring-security-web-3.2.4.RELEASE.jar

spring-security-web

Library home page: http://spring.io/

Path to dependency file: /pom.xml

Path to vulnerable library: /pom.xml

Dependency Hierarchy:

  • spring-security-web-3.2.4.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 8e77b396d668c29101fea052f4b32fd3ad16341f

Found in base branch: master

Vulnerability Details

Spring Security 5.4.x prior to 5.4.4, 5.3.x prior to 5.3.8.RELEASE, 5.2.x prior to 5.2.9.RELEASE, and older unsupported versions can fail to save the SecurityContext if it is changed more than once in a single request.A malicious user cannot cause the bug to happen (it must be programmed in). However, if the application's intent is to only allow the user to run with elevated privileges in a small portion of the application, the bug can be leveraged to extend those privileges to the rest of the application.

Publish Date: 2021-02-23

URL: CVE-2021-22112

CVSS 3 Score Details (8.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: Low
    • 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://tanzu.vmware.com/security/cve-2021-22112

Release Date: 2021-02-23

Fix Resolution: 5.2.9.RELEASE

Step up your Open Source Security Game with Mend here

CVE-2016-9879

Vulnerable Library - spring-security-web-3.2.4.RELEASE.jar

spring-security-web

Library home page: http://spring.io/

Path to dependency file: /pom.xml

Path to vulnerable library: /pom.xml

Dependency Hierarchy:

  • spring-security-web-3.2.4.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 8e77b396d668c29101fea052f4b32fd3ad16341f

Found in base branch: master

Vulnerability Details

An issue was discovered in Pivotal Spring Security before 3.2.10, 4.1.x before 4.1.4, and 4.2.x before 4.2.1. Spring Security does not consider URL path parameters when processing security constraints. By adding a URL path parameter with an encoded "/" to a request, an attacker may be able to bypass a security constraint. The root cause of this issue is a lack of clarity regarding the handling of path parameters in the Servlet Specification. Some Servlet containers include path parameters in the value returned for getPathInfo() and some do not. Spring Security uses the value returned by getPathInfo() as part of the process of mapping requests to security constraints. The unexpected presence of path parameters can cause a constraint to be bypassed. Users of Apache Tomcat (all current versions) are not affected by this vulnerability since Tomcat follows the guidance previously provided by the Servlet Expert group and strips path parameters from the value returned by getContextPath(), getServletPath(), and getPathInfo(). Users of other Servlet containers based on Apache Tomcat may or may not be affected depending on whether or not the handling of path parameters has been modified. Users of IBM WebSphere Application Server 8.5.x are known to be affected. Users of other containers that implement the Servlet specification may be affected.

Publish Date: 2017-01-06

URL: CVE-2016-9879

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: None
    • Integrity Impact: High
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-9879

Release Date: 2017-01-06

Fix Resolution: 3.2.10.RELEASE

Step up your Open Source Security Game with Mend here

CVE-2016-5007

Vulnerable Library - spring-security-web-3.2.4.RELEASE.jar

spring-security-web

Library home page: http://spring.io/

Path to dependency file: /pom.xml

Path to vulnerable library: /pom.xml

Dependency Hierarchy:

  • spring-security-web-3.2.4.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 8e77b396d668c29101fea052f4b32fd3ad16341f

Found in base branch: master

Vulnerability Details

Both Spring Security 3.2.x, 4.0.x, 4.1.0 and the Spring Framework 3.2.x, 4.0.x, 4.1.x, 4.2.x rely on URL pattern mappings for authorization and for mapping requests to controllers respectively. Differences in the strictness of the pattern matching mechanisms, for example with regards to space trimming in path segments, can lead Spring Security to not recognize certain paths as not protected that are in fact mapped to Spring MVC controllers that should be protected. The problem is compounded by the fact that the Spring Framework provides richer features with regards to pattern matching as well as by the fact that pattern matching in each Spring Security and the Spring Framework can easily be customized creating additional differences.

Publish Date: 2017-05-25

URL: CVE-2016-5007

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: None
    • Integrity Impact: High
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://pivotal.io/security/cve-2016-5007

Release Date: 2017-05-25

Fix Resolution: 4.1.1.RELEASE

Step up your Open Source Security Game with Mend here

WS-2017-3767

Vulnerable Library - spring-security-web-3.2.4.RELEASE.jar

spring-security-web

Library home page: http://spring.io/

Path to dependency file: /pom.xml

Path to vulnerable library: /pom.xml

Dependency Hierarchy:

  • spring-security-web-3.2.4.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 8e77b396d668c29101fea052f4b32fd3ad16341f

Found in base branch: master

Vulnerability Details

Cross-Site Request Forgery (CSRF) vulnerability was found in spring-security before 4.2.15, 5.0.15, 5.1.9, 5.2.3, and 5.3.1. SwitchUserFilter responds to all HTTP methods, making it vulnerable to CSRF attacks.

Publish Date: 2017-01-03

URL: WS-2017-3767

CVSS 3 Score Details (6.3)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2017-01-03

Fix Resolution: 4.2.15.RELEASE

Step up your Open Source Security Game with Mend here

WS-2020-0293

Vulnerable Library - spring-security-web-3.2.4.RELEASE.jar

spring-security-web

Library home page: http://spring.io/

Path to dependency file: /pom.xml

Path to vulnerable library: /pom.xml

Dependency Hierarchy:

  • spring-security-web-3.2.4.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 8e77b396d668c29101fea052f4b32fd3ad16341f

Found in base branch: master

Vulnerability Details

Spring Security before 5.2.9, 5.3.7, and 5.4.3 vulnerable to side-channel attacks. Vulnerable versions of Spring Security don't use constant time comparisons for CSRF tokens.

Publish Date: 2020-12-17

URL: WS-2020-0293

CVSS 3 Score Details (5.9)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • 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

Release Date: 2020-12-17

Fix Resolution: 5.2.9.RELEASE

Step up your Open Source Security Game with Mend here

WS-2016-7107

Vulnerable Library - spring-security-web-3.2.4.RELEASE.jar

spring-security-web

Library home page: http://spring.io/

Path to dependency file: /pom.xml

Path to vulnerable library: /pom.xml

Dependency Hierarchy:

  • spring-security-web-3.2.4.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 8e77b396d668c29101fea052f4b32fd3ad16341f

Found in base branch: master

Vulnerability Details

CSRF tokens in Spring Security are vulnerable to a breach attack. Spring Security always returns the same CSRF token to the browser.

Publish Date: 2016-08-02

URL: WS-2016-7107

CVSS 3 Score Details (5.9)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • 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://nvd.nist.gov/vuln/detail/WS-2016-7107

Release Date: 2016-08-02

Fix Resolution: 5.2.14.RELEASE

Step up your Open Source Security Game with Mend here

CVE-2024-38827

Vulnerable Library - spring-security-web-3.2.4.RELEASE.jar

spring-security-web

Library home page: http://spring.io/

Path to dependency file: /pom.xml

Path to vulnerable library: /pom.xml

Dependency Hierarchy:

  • spring-security-web-3.2.4.RELEASE.jar (Vulnerable Library)

Found in HEAD commit: 8e77b396d668c29101fea052f4b32fd3ad16341f

Found in base branch: master

Vulnerability Details

The usage of String.toLowerCase() and String.toUpperCase() has some Locale dependent exceptions that could potentially result in authorization rules not working properly.

Publish Date: 2024-12-02

URL: CVE-2024-38827

CVSS 3 Score Details (4.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: Low
    • 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-38827

Release Date: 2024-12-02

Fix Resolution: 5.7.14

Step up your Open Source Security Game with Mend here

@mend-bolt-for-github mend-bolt-for-github bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Mar 2, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title spring-security-web-3.2.4.RELEASE.jar: 7 vulnerabilities (highest severity is: 9.8) spring-security-web-3.2.4.RELEASE.jar: 8 vulnerabilities (highest severity is: 9.8) Oct 23, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title spring-security-web-3.2.4.RELEASE.jar: 8 vulnerabilities (highest severity is: 9.8) spring-security-web-3.2.4.RELEASE.jar: 9 vulnerabilities (highest severity is: 9.8) Nov 20, 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