Skip to main content

Spring Security EUVDEUVD-2026-24611

| CVE-2026-22753 HIGH
Protection Mechanism Failure (CWE-693)
2026-04-22 vmware GHSA-4wrg-8wpc-h923
7.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Red Hat
6.5 MEDIUM
qualitative

Primary rating from NVD.

CVSS VectorNVD

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-24611
Analysis Generated
Apr 22, 2026 - 06:00 vuln.today
CVE Published
Apr 22, 2026 - 05:20 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 is using securityMatchers(String) and a PathPatternRequestMatcher.Builder bean to prepend a servlet path, matching requests to that filter chain may fail and its related security components will not be exercised as intended by the application. This can lead to the authentication, authorization, and other security controls being rendered inactive on intended requests.This issue affects Spring Security: from 7.0.0 through 7.0.4.

AnalysisAI

Path matching bypass in Spring Security 7.0.0-7.0.4 allows unauthenticated remote attackers to evade authentication, authorization, and other security controls when applications use securityMatchers(String) with a PathPatternRequestMatcher.Builder bean to prepend servlet paths. Improper matcher configuration causes filter chains to silently fail, leaving protected endpoints exposed without intended security controls. No active exploitation confirmed, but CVSS 7.5 with network attack vector (AV:N/AC:L/PR:N) indicates readily exploitable if applications use the specific configuration pattern. VMware-reported vulnerability requires immediate patching for affected Spring Security 7.x deployments.

Technical ContextAI

Spring Security's filter chain framework relies on request matchers (securityMatchers) to determine which HTTP requests trigger specific security controls. The PathPatternRequestMatcher.Builder is used to customize path matching behavior, including prepending servlet context paths to match patterns. In versions 7.0.0 through 7.0.4, a logic flaw causes the matcher to fail silently when securityMatchers(String) is combined with a PathPatternRequestMatcher.Builder bean configured to prepend servlet paths. This results in requests that should match the filter chain bypassing it entirely. The integrity impact is rated High (I:H) because security controls like authentication filters, authorization checks, CSRF protection, and session management configured in that filter chain become completely inactive for affected request paths. This is not a traditional authentication bypass vulnerability (no CWE assigned) but rather a framework configuration processing bug that creates unintended security gaps.

RemediationAI

Upgrade to Spring Security version 7.0.5 or later, which resolves the path matching logic flaw. For Maven projects, update dependency version in pom.xml to <version>7.0.5</version> or higher. For Gradle projects, update build.gradle to implementation 'org.springframework.security:spring-security-web:7.0.5+'. Full patching guidance available in the official Spring Security advisory at https://spring.io/security/cve-2026-22753. If immediate upgrade is not feasible, implement temporary workaround by replacing securityMatchers(String) with explicit RequestMatcher instances that do not rely on PathPatternRequestMatcher.Builder servlet path prepending. Specifically, manually construct request matchers with full paths including servlet context rather than relying on builder-based path prepending. Note this workaround requires code changes and testing to ensure all protected paths remain correctly matched. Post-remediation, conduct security audit of application logs and access logs to identify any unauthorized access to previously protected endpoints during the vulnerability window, as the silent failure provides no runtime indication of security control bypass.

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

EUVD-2026-24611 vulnerability details – vuln.today

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