Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Primary rating from Vendor (vmware).
CVSS VectorVendor: vmware
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Lifecycle Timeline
5Blast Radius
ecosystem impact- 142 maven packages depend on org.springframework.security:spring-security-config (21 direct, 121 indirect)
Ecosystem-wide dependent count for version 7.0.0.
DescriptionCVE.org
Vulnerability in Spring Spring Security. If an application uses <sec:intercept-url servlet-path="/servlet-path" pattern="/endpoint/**"/> to define the servlet path for computing a path matcher, then the servlet path is not included and the related authorization rules are not exercised. This can lead to an authorization bypass.This issue affects Spring Security: from 7.0.0 through 7.0.4.
AnalysisAI
Authorization bypass in Spring Security 7.0.0-7.0.4 allows unauthenticated remote attackers to circumvent access controls when applications use servlet-path-based intercept-url configurations. The framework fails to include the servlet path when computing pattern matches for authorization rules, causing protected endpoints to become accessible without proper authorization checks. No public exploit code identified at time of analysis, but the straightforward bypass condition (misconfigured servlet-path directives) and network attack vector (CVSS AV:N/AC:L/PR:N) make this readily exploitable in affected deployments.
Technical ContextAI
Spring Security is a comprehensive authentication and authorization framework for Java applications. This vulnerability stems from incorrect path computation logic when developers use XML-based security configuration with the servlet-path attribute in <sec:intercept-url> elements. The framework is designed to evaluate authorization rules by matching request paths against configured patterns, but versions 7.0.0 through 7.0.4 contain a defect where the servlet path component is excluded from the matching algorithm. This causes the pattern matcher to evaluate only partial paths, bypassing rules intended to protect specific servlet endpoints. The vulnerability affects applications using servlet-path-based security configurations, a common pattern in Spring MVC applications with multiple servlet mappings. The CWE classification is not provided, but this represents an improper authorization check (CWE-863) or incorrect path traversal sanitization leading to security bypass.
RemediationAI
Upgrade Spring Security to version 7.0.5 or later, which contains the fix for incorrect servlet-path computation (exact patch version inferred from affected range 7.0.0-7.0.4; verify latest release at https://spring.io/security/cve-2026-22754). For environments unable to upgrade immediately, implement compensating controls by auditing all intercept-url configurations and replacing servlet-path-based patterns with explicit full-path patterns that include the servlet path prefix manually, though this requires careful testing to avoid introducing new authorization gaps. Alternatively, migrate affected authorization rules to Java-based configuration using HttpSecurity.authorizeHttpRequests() which does not exhibit this vulnerability, but note this requires code changes and regression testing. As a temporary defense-in-depth measure, deploy upstream authentication proxy or API gateway to enforce authorization independently of Spring Security, accepting the operational overhead of dual authorization layers. Review application logs for unauthorized access attempts to endpoints previously protected by servlet-path rules.
Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m
Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti
Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent
Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug
JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up
Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up
The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers
Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow
Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla
The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during
Same weakness CWE-284 – Improper Access Control
View allSame technique Authentication Bypass
View allVendor StatusVendor
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-24612
GHSA-4vrc-j85c-598c