Answer in brief
CVE-2024-38809 records a Medium severity (CVSS 5.3) vulnerability in Spring Framework DoS via conditional HTTP request. The current sources do not mark it as known exploited. The current feed maps org.springframework:spring-web (maven), org.springframework:spring-web (maven), org.springframework:spring-web (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 5.3. 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:spring-web (maven), org.springframework:spring-web (maven), org.springframework:spring-web (maven). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| org.springframework:spring-webmaven | >=0 <5.3.38 | 5.3.38 |
| org.springframework:spring-webmaven | >=6.0.0 <6.0.23 | 6.0.23 |
| org.springframework:spring-webmaven | >=6.1.0 <6.1.12 | 6.1.12 |
Published upstream
Sep 24, 2024
Evidence: source:osv:source_dates:source-dates:recordSource modified
Sep 10, 2026
Evidence: source:osv:source_dates:source-dates:recordFirst seen by HOL
Sep 10, 2026
### Description Applications that parse ETags from `If-Match` or `If-None-Match` request headers are vulnerable to DoS attack. ### Affected Spring Products and Versions org.springframework:spring-web in versions 6.1.0 through 6.1.11 6.0.0 through 6.0.22 5.3.0 through 5.3.37 Older, unsupported versions are also affected ### Mitigation Users of affected versions should upgrade to the corresponding fixed version. 6.1.x -> 6.1.12 6.0.x -> 6.0.23 5.3.x -> 5.3.38 No other mitigation steps are necessary. Users of older, unsupported versions could enforce a size limit on `If-Match` and `If-None-Match` headers, e.g. through a Filter.
Quoted source text, attributed separately from HOL analysis.