This page lists Spring advisories.
CVE-2025-41249: Spring Framework Annotation Detection Vulnerability
CVE-2025-41243: Spring Expression Language property modification using Spring Cloud Gateway Server WebFlux
Description
The following versions of Spring Cloud Gateway Server Webflux may be vulnerable to Spring Environment property modification.
An application should be considered vulnerable when all the following are true:
- The application is using Spring Cloud Gateway Server Webflux (Spring Cloud Gateway Server WebMVC is not vulnerable).
- Spring Boot actuator is a dependency.
- The Spring Cloud Gateway Server Webflux actuator web endpoint is enabled via
management.endpoints.web.exposure.include=gateway
…
CVE-2025-41242: Path traversal vulnerability on non-compliant Servlet containers
Description
Spring Framework MVC applications can be vulnerable to a “Path Traversal Vulnerability” when deployed on a non-compliant Servlet container.
An application can be vulnerable when all the following are true:
- the application is deployed as a WAR or with an embedded Servlet container
- the Servlet container does not reject suspicious sequences
- the application serves static resources with Spring resource handling …
CVE-2025-22227: Authentication Leak On Redirect With Reactor Netty HTTP Client
CVE-2025-41234: RFD Attack via “Content-Disposition” Header Sourced from Request
CVE-2025-41235: Spring Cloud Gateway Server Forwards Headers from Untrusted Proxies
CVE-2025-41232: Spring Security authorization bypass for method security annotations on private methods
Description
Spring Security Aspects may not correctly locate method security annotations on private methods. This can cause an authorization bypass.
Your application may be affected by this if the following are true:
- You are using
@EnableMethodSecurity(mode=ASPECTJ)
andspring-security-aspects
, and - You have Spring Security method annotations on a private method …
CVE-2025-22233: Spring Framework DataBinder Case Sensitive Match Exception (2nd update)
Description
CVE-2024-38820 ensured Locale-independent,
lowercase conversion for both the configured disallowedFields
patterns and for request parameter names.
However, there are still cases where it is possible to bypass the disallowedFields
checks.
Affected…
CVE-2025-22235: Spring Boot EndpointRequest.to() creates wrong matcher if actuator endpoint is not exposed
Description
EndpointRequest.to()
creates a matcher for null/**
if the actuator endpoint, for which the EndpointRequest
has been created, is disabled or not exposed.
Your application may be affected by this if all the following conditions are met:
- You use Spring Security
EndpointRequest.to()
has been used in a Spring Security chain configuration- The endpoint which
EndpointRequest
references is disabled or not exposed via web - Your application handles requests to
/null
and this path needs protection …
Reporting a vulnerability
To report a security vulnerability for a project within the Spring portfolio, see the Security Policy