Open mend-for-github-com[bot] opened 8 months 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.
:information_source: This issue was automatically re-opened by Mend because the vulnerable library in the specific branch(es) has been detected in the Mend inventory.
: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.
:information_source: This issue was automatically re-opened by Mend because the vulnerable library in the specific branch(es) has been detected in the Mend inventory.
Vulnerable Library - spring-boot-starter-security-3.1.5.jar
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-security-web/6.1.5/spring-security-web-6.1.5.jar
Found in HEAD commit: 43b25bbc89b6f6ed9662c3ca8bc84ee4e8036d17
Vulnerabilities
Reachable
Reachable
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2024-22234
### Vulnerable Libraries - spring-security-core-6.1.5.jar, spring-security-web-6.1.5.jar### spring-security-core-6.1.5.jar
Spring Security
Library home page: https://spring.io
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-security-core/6.1.5/spring-security-core-6.1.5.jar
Dependency Hierarchy: - spring-boot-starter-security-3.1.5.jar (Root Library) - spring-security-config-6.1.5.jar - :x: **spring-security-core-6.1.5.jar** (Vulnerable Library) ### spring-security-web-6.1.5.jar
Spring Security
Library home page: https://spring.io
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-security-web/6.1.5/spring-security-web-6.1.5.jar
Dependency Hierarchy: - spring-boot-starter-security-3.1.5.jar (Root Library) - :x: **spring-security-web-6.1.5.jar** (Vulnerable Library)
Found in HEAD commit: 43b25bbc89b6f6ed9662c3ca8bc84ee4e8036d17
Found in base branch: main
### Reachability Analysis This vulnerability is potentially reachable ``` org.owasp.webgoat.container.WebSecurityConfig (Application) -> org.springframework.security.config.annotation.web.configuration.EnableWebSecurity (Extension) -> org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration (Extension) -> org.springframework.security.config.annotation.web.configurers.AuthorizeHttpRequestsConfigurer$AuthorizedUrl (Extension) -> org.springframework.security.authorization.AuthenticatedAuthorizationManager (Extension) -> ❌ org.springframework.security.authorization.AuthenticatedAuthorizationManager$FullyAuthenticatedAuthorizationStrategy (Vulnerable Component) ``` ### Vulnerability DetailsIn Spring Security, versions 6.1.x prior to 6.1.7 and versions 6.2.x prior to 6.2.2, an application is vulnerable to broken access control when it directly uses the AuthenticationTrustResolver.isFullyAuthenticated(Authentication) method. Specifically, an application is vulnerable if: * The application uses AuthenticationTrustResolver.isFullyAuthenticated(Authentication) directly and a null authentication parameter is passed to it resulting in an erroneous true return value. An application is not vulnerable if any of the following is true: * The application does not use AuthenticationTrustResolver.isFullyAuthenticated(Authentication) directly. * The application does not pass null to AuthenticationTrustResolver.isFullyAuthenticated * The application only uses isFullyAuthenticated via Method Security https://docs.spring.io/spring-security/reference/servlet/authorization/method-security.html or HTTP Request Security https://docs.spring.io/spring-security/reference/servlet/authorization/authorize-http-requests.html
Publish Date: 2024-02-20
URL: CVE-2024-22234
### Threat AssessmentExploit Maturity: Not Defined
EPSS: 0.0%
### CVSS 4 Score Details (9.1)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: N/A - Impact Metrics: - Confidentiality Impact: N/A - Integrity Impact: N/A - Availability Impact: N/A
For more information on CVSS4 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://spring.io/security/cve-2024-22234
Release Date: 2024-02-20
Fix Resolution (org.springframework.security:spring-security-core): 6.1.7
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-security): 3.1.9
Fix Resolution (org.springframework.security:spring-security-web): 6.1.7
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-security): 3.1.9
:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.CVE-2024-22257
### Vulnerable Library - spring-security-core-6.1.5.jarSpring Security
Library home page: https://spring.io
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-security-core/6.1.5/spring-security-core-6.1.5.jar
Dependency Hierarchy: - spring-boot-starter-security-3.1.5.jar (Root Library) - spring-security-config-6.1.5.jar - :x: **spring-security-core-6.1.5.jar** (Vulnerable Library)
Found in HEAD commit: 43b25bbc89b6f6ed9662c3ca8bc84ee4e8036d17
Found in base branch: main
### Reachability Analysis This vulnerability is potentially reachable ``` org.owasp.webgoat.container.WebSecurityConfig (Application) -> org.springframework.security.config.annotation.web.configuration.EnableWebSecurity (Extension) -> org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration (Extension) -> org.springframework.security.config.annotation.web.configurers.AuthorizeHttpRequestsConfigurer$AuthorizedUrl (Extension) -> org.springframework.security.authorization.AuthenticatedAuthorizationManager (Extension) -> ❌ org.springframework.security.authorization.AuthenticatedAuthorizationManager$FullyAuthenticatedAuthorizationStrategy (Vulnerable Component) ``` ### Vulnerability DetailsIn 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
### Threat AssessmentExploit Maturity: Not Defined
EPSS: 0.0%
### CVSS 4 Score Details (8.8)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: N/A - Impact Metrics: - Confidentiality Impact: N/A - Integrity Impact: N/A - Availability Impact: N/A
For more information on CVSS4 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://spring.io/security/cve-2024-22257
Release Date: 2024-03-18
Fix Resolution (org.springframework.security:spring-security-core): 6.1.8
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-security): 3.1.10
:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.CVE-2024-38821
### Vulnerable Library - spring-security-web-6.1.5.jarSpring Security
Library home page: https://spring.io
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-security-web/6.1.5/spring-security-web-6.1.5.jar
Dependency Hierarchy: - spring-boot-starter-security-3.1.5.jar (Root Library) - :x: **spring-security-web-6.1.5.jar** (Vulnerable Library)
Found in HEAD commit: 43b25bbc89b6f6ed9662c3ca8bc84ee4e8036d17
Found in base branch: main
### Vulnerability DetailsSpring 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
### Threat AssessmentExploit Maturity: Not Defined
EPSS: 0.0%
### CVSS 4 Score Details (9.3)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: N/A - Impact Metrics: - Confidentiality Impact: N/A - Integrity Impact: N/A - Availability Impact: N/A
For more information on CVSS4 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://spring.io/security/cve-2024-38821
Release Date: 2024-10-28
Fix Resolution (org.springframework.security:spring-security-web): 6.2.7
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-security): 3.2.11
:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.CVE-2024-38827
### Vulnerable Libraries - spring-security-core-6.1.5.jar, spring-security-config-6.1.5.jar, spring-security-crypto-6.1.5.jar, spring-security-web-6.1.5.jar### spring-security-core-6.1.5.jar
Spring Security
Library home page: https://spring.io
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-security-core/6.1.5/spring-security-core-6.1.5.jar
Dependency Hierarchy: - spring-boot-starter-security-3.1.5.jar (Root Library) - spring-security-config-6.1.5.jar - :x: **spring-security-core-6.1.5.jar** (Vulnerable Library) ### spring-security-config-6.1.5.jar
Spring Security
Library home page: https://spring.io
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-security-config/6.1.5/spring-security-config-6.1.5.jar
Dependency Hierarchy: - spring-boot-starter-security-3.1.5.jar (Root Library) - :x: **spring-security-config-6.1.5.jar** (Vulnerable Library) ### spring-security-crypto-6.1.5.jar
Spring Security
Library home page: https://spring.io
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-security-crypto/6.1.5/spring-security-crypto-6.1.5.jar
Dependency Hierarchy: - spring-boot-starter-security-3.1.5.jar (Root Library) - spring-security-config-6.1.5.jar - spring-security-core-6.1.5.jar - :x: **spring-security-crypto-6.1.5.jar** (Vulnerable Library) ### spring-security-web-6.1.5.jar
Spring Security
Library home page: https://spring.io
Path to dependency file: /pom.xml
Path to vulnerable library: /home/wss-scanner/.m2/repository/org/springframework/security/spring-security-web/6.1.5/spring-security-web-6.1.5.jar
Dependency Hierarchy: - spring-boot-starter-security-3.1.5.jar (Root Library) - :x: **spring-security-web-6.1.5.jar** (Vulnerable Library)
Found in HEAD commit: 43b25bbc89b6f6ed9662c3ca8bc84ee4e8036d17
Found in base branch: main
### Vulnerability DetailsThe 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-06-20
URL: CVE-2024-38827
### Threat AssessmentExploit Maturity: Not Defined
EPSS:
### CVSS 4 Score Details (6.3)Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: N/A - Impact Metrics: - Confidentiality Impact: N/A - Integrity Impact: N/A - Availability Impact: N/A
For more information on CVSS4 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://spring.io/security/cve-2024-38827
Release Date: 2024-06-20
Fix Resolution (org.springframework.security:spring-security-core): 6.2.8
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-security): 3.2.12
Fix Resolution (org.springframework.security:spring-security-config): 6.2.8
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-security): 3.2.12
Fix Resolution (org.springframework.security:spring-security-crypto): 6.2.8
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-security): 3.2.12
Fix Resolution (org.springframework.security:spring-security-web): 6.2.8
Direct dependency fix Resolution (org.springframework.boot:spring-boot-starter-security): 3.2.12
:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.:rescue_worker_helmet:Automatic Remediation will be attempted for this issue.