Skip to main content

Spring Security CVE-2026-22754

| EUVDEUVD-2026-24612 HIGH
Improper Access Control (CWE-284)
2026-04-22 vmware GHSA-4vrc-j85c-598c
7.5
CVSS 3.1 · Vendor: vmware
Share

Severity by source

Vendor (vmware) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Red Hat
7.5 HIGH
qualitative

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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None

Lifecycle Timeline

5
Re-analysis Queued
Apr 22, 2026 - 17:22 vuln.today
cvss_changed
Analysis Generated
Apr 22, 2026 - 06:30 vuln.today
EUVD ID Assigned
Apr 22, 2026 - 06:00 euvd
EUVD-2026-24612
Analysis Generated
Apr 22, 2026 - 06:00 vuln.today
CVE Published
Apr 22, 2026 - 05:32 nvd
HIGH 7.5

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 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.

More in Java

View all
CVE-2012-4681 CRITICAL POC
9.8 Aug 28

Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m

CVE-2015-7450 CRITICAL POC
9.8 Jan 02

Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti

CVE-2013-2465 CRITICAL POC
9.8 Jun 18

Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent

CVE-2011-3544 CRITICAL POC
9.8 Oct 19

Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug

CVE-2010-1871 HIGH POC
8.8 Aug 05

JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to

CVE-2012-1723 CRITICAL POC
9.8 Jun 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up

CVE-2013-0422 CRITICAL POC
9.8 Jan 10

Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using

CVE-2012-0507 CRITICAL POC
9.8 Jun 07

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up

CVE-2015-4852 CRITICAL POC
9.8 Nov 18

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

CVE-2012-5076 CRITICAL POC
9.8 Oct 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow

CVE-2017-3066 CRITICAL POC
9.8 Apr 27

Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla

CVE-2012-0391 CRITICAL POC
9.8 Jan 08

The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during

Vendor StatusVendor

Share

CVE-2026-22754 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy