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-security-2.7.8.jar: 3 vulnerabilities (highest severity is: 9.8) #193

Open
mend-bolt-for-github bot opened this issue Apr 15, 2023 · 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 Apr 15, 2023

Vulnerable Library - spring-boot-starter-security-2.7.8.jar

Path to dependency file: /backend/pom.xml

Path to vulnerable library: /backend/pom.xml

Found in HEAD commit: bce59864d461e9f2ff3bacfad1294f7c5fb707e3

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (spring-boot-starter-security version) Remediation Possible**
CVE-2023-34034 Critical 9.8 spring-security-config-5.7.6.jar Transitive 2.7.14
CVE-2024-22257 High 8.2 spring-security-core-5.7.6.jar Transitive 3.0.0
CVE-2023-20862 Medium 6.3 spring-security-web-5.7.6.jar Transitive 2.7.12

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

Details

CVE-2023-34034

Vulnerable Library - spring-security-config-5.7.6.jar

Spring Security

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

Path to dependency file: /backend/pom.xml

Path to vulnerable library: /backend/pom.xml

Dependency Hierarchy:

  • spring-boot-starter-security-2.7.8.jar (Root Library)
    • spring-security-config-5.7.6.jar (Vulnerable Library)

Found in HEAD commit: bce59864d461e9f2ff3bacfad1294f7c5fb707e3

Found in base branch: master

Vulnerability Details

Using "**" as a pattern in Spring Security configuration
for WebFlux creates a mismatch in pattern matching between Spring
Security and Spring WebFlux, and the potential for a security bypass.

Publish Date: 2023-07-19

URL: CVE-2023-34034

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-2023-34034

Release Date: 2023-07-19

Fix Resolution (org.springframework.security:spring-security-config): 5.7.10

Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-security): 2.7.14

Step up your Open Source Security Game with Mend here

CVE-2024-22257

Vulnerable Library - spring-security-core-5.7.6.jar

Spring Security

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

Path to dependency file: /backend/pom.xml

Path to vulnerable library: /backend/pom.xml

Dependency Hierarchy:

  • spring-boot-starter-security-2.7.8.jar (Root Library)
    • spring-security-config-5.7.6.jar
      • spring-security-core-5.7.6.jar (Vulnerable Library)

Found in HEAD commit: bce59864d461e9f2ff3bacfad1294f7c5fb707e3

Found in base branch: master

Vulnerability Details

In Spring Security, versions 5.7.x prior to 5.7.12, 5.8.x prior to
5.8.11, versions 6.0.x prior to 6.0.9, versions 6.1.x prior to 6.1.8,
versions 6.2.x prior to 6.2.3, an application is possible vulnerable to
broken access control when it directly uses the AuthenticatedVoter#vote passing a null Authentication parameter.

Publish Date: 2024-03-18

URL: CVE-2024-22257

CVSS 3 Score Details (8.2)

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

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

Release Date: 2024-03-18

Fix Resolution (org.springframework.security:spring-security-core): 5.7.12

Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-security): 3.0.0

Step up your Open Source Security Game with Mend here

CVE-2023-20862

Vulnerable Library - spring-security-web-5.7.6.jar

Spring Security

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

Path to dependency file: /backend/pom.xml

Path to vulnerable library: /backend/pom.xml

Dependency Hierarchy:

  • spring-boot-starter-security-2.7.8.jar (Root Library)
    • spring-security-web-5.7.6.jar (Vulnerable Library)

Found in HEAD commit: bce59864d461e9f2ff3bacfad1294f7c5fb707e3

Found in base branch: master

Vulnerability Details

In Spring Security, versions 5.7.x prior to 5.7.8, versions 5.8.x prior to 5.8.3, and versions 6.0.x prior to 6.0.3, the logout support does not properly clean the security context if using serialized versions. Additionally, it is not possible to explicitly save an empty security context to the HttpSessionSecurityContextRepository. This vulnerability can keep users authenticated even after they performed logout. Users of affected versions should apply the following mitigation. 5.7.x users should upgrade to 5.7.8. 5.8.x users should upgrade to 5.8.3. 6.0.x users should upgrade to 6.0.3.

Publish Date: 2023-04-19

URL: CVE-2023-20862

CVSS 3 Score Details (6.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: Low
    • User Interaction: None
    • 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

Origin: https://spring.io/security/cve-2023-20862

Release Date: 2023-04-19

Fix Resolution (org.springframework.security:spring-security-web): 5.7.8

Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-security): 2.7.12

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 Apr 15, 2023
@mend-bolt-for-github mend-bolt-for-github bot changed the title spring-boot-starter-security-2.7.8.jar: 1 vulnerabilities (highest severity is: 5.5) spring-boot-starter-security-2.7.8.jar: 1 vulnerabilities (highest severity is: 7.5) Apr 20, 2023
@mend-bolt-for-github mend-bolt-for-github bot changed the title spring-boot-starter-security-2.7.8.jar: 1 vulnerabilities (highest severity is: 7.5) spring-boot-starter-security-2.7.8.jar: 2 vulnerabilities (highest severity is: 7.5) Apr 21, 2023
@mend-bolt-for-github mend-bolt-for-github bot changed the title spring-boot-starter-security-2.7.8.jar: 2 vulnerabilities (highest severity is: 7.5) spring-boot-starter-security-2.7.8.jar: 2 vulnerabilities (highest severity is: 9.8) May 2, 2023
@mend-bolt-for-github mend-bolt-for-github bot changed the title spring-boot-starter-security-2.7.8.jar: 2 vulnerabilities (highest severity is: 9.8) spring-boot-starter-security-2.7.8.jar: 3 vulnerabilities (highest severity is: 9.8) Jun 19, 2023
@mend-bolt-for-github mend-bolt-for-github bot changed the title spring-boot-starter-security-2.7.8.jar: 3 vulnerabilities (highest severity is: 9.8) spring-boot-starter-security-2.7.8.jar: 2 vulnerabilities (highest severity is: 9.8) Aug 24, 2023
@mend-bolt-for-github mend-bolt-for-github bot changed the title spring-boot-starter-security-2.7.8.jar: 2 vulnerabilities (highest severity is: 9.8) spring-boot-starter-security-2.7.8.jar: 3 vulnerabilities (highest severity is: 9.8) Mar 30, 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