Answer in brief
CVE-2025-41248 records a High severity (CVSS 7.5) vulnerability in Spring Security annotation detection mechanism has authorization bypass. The current sources do not mark it as known exploited. The current feed maps org.springframework.security:spring-security-core (maven), org.springframework.security:spring-security-core (maven). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 7.5. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps org.springframework.security:spring-security-core (maven), org.springframework.security:spring-security-core (maven). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| org.springframework.security:spring-security-coremaven | >=6.4.0 <6.4.10 | 6.4.10 |
| org.springframework.security:spring-security-coremaven | >=6.5.0 <6.5.4 | 6.5.4 |
Published upstream
Sep 16, 2025
Evidence: source:osv:source_dates:source-dates:recordSource modified
Sep 10, 2026
Evidence: source:osv:source_dates:source-dates:recordFirst seen by HOL
Aug 7, 2026
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 .
Quoted source text, attributed separately from HOL analysis.