SCA: security update for org.springframework.security:spring-security-config (GHSA-4vpr-xfrp-cj64)

medium Tenable Self-Hosted Container Security Plugin ID 410412

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- Spring Security versions 5.8 prior to 5.8.5, 6.0 prior to 6.0.5, and 6.1 prior to 6.1.2 could be
susceptible to authorization rule misconfiguration if the application uses requestMatchers(String) and
multiple servlets, one of them being Spring MVC’s DispatcherServlet. (DispatcherServlet is a Spring MVC
component that maps HTTP endpoints to methods on @Controller-annotated classes.) Specifically, an
application is vulnerable when all of the following are true: * Spring MVC is on the classpath * Spring
Security is securing more than one servlet in a single application (one of them being Spring MVC’s
DispatcherServlet) * The application uses requestMatchers(String) to refer to endpoints that are not
Spring MVC endpoints An application is not vulnerable if any of the following is true: * The application
does not have Spring MVC on the classpath * The application secures no servlets other than Spring MVC’s
DispatcherServlet * The application uses requestMatchers(String) only for Spring MVC endpoints
(CVE-2023-34035)

See Also

https://github.com/advisories/GHSA-4vpr-xfrp-cj64

Plugin Details

Severity: Medium

ID: 410412

Version: Revision 1.7

Type: Local

Family: SCA Checks

Published: 1/23/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 1.2

Percentile: 0.01

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.9

Vector: CVSS2#AV:N/AC:L/Au:N/C:N/I:P/A:N

CVSS Score Source: CVE-2023-34035

CVSS v3

Risk Factor: Medium

Base Score: 5.3

Temporal Score: 4.8

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 7/18/2023

Vulnerability Publication Date: 7/18/2023

Reference Information

CVE: CVE-2023-34035

cwe: CWE-863