The Spring Security annotation detection mechanism may not correctly resolve annotations on methods within type hierarchies with a parameterized super type with unbounded generics. This can be an issue when using @PreAuthorize and other method security annotations, resulting in an authorization bypass.
Your application may be affected by this if you are using Spring Security's @EnableMethodSecurity feature.
You are not affected by this if you are not using @EnableMethodSecurity or if you do not use security annotations on methods in generic superclasses or generic interfaces.
This CVE is published in conjunction with CVE-2025-41249 https://spring.io/security/cve-2025-41249 .
References
Link | Resource |
---|---|
https://spring.io/security/cve-2025-41248 |
Configurations
No configuration.
History
16 Sep 2025, 20:15
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-289 |
16 Sep 2025, 12:49
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-09-16 11:15
Updated : 2025-09-16 20:15
NVD link : CVE-2025-41248
Mitre link : CVE-2025-41248
CVE.ORG link : CVE-2025-41248
JSON object : View
Products Affected
No product.
CWE
CWE-289
Authentication Bypass by Alternate Name