Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreIn Spring Boot, it is possible for a user to provide specially crafted HTTP requests that may cause a denial-of-service (DoS) condition.
Specifically, an application is vulnerable when all of the following are true:
org.springframework.boot:spring-boot-actuator is on the classpathSpring Boot:
| Fix version | Availability |
|---|---|
| 3.1.6 | OSS |
| 3.0.13 | OSS |
| 2.7.18 | OSS |
No other steps are necessary.
As a temporary workaround, Spring Boot users can choose to disable web metrics with the following property: management.metrics.enable.http.server.requests=false
The issue was identified and responsibly reported by James Yuzawa.
To report a security vulnerability for a project within the Spring portfolio, see the Security Policy