The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Incorrect Authorization vulnerabilities in an interactive lesson.
Start learningUpgrade org.springframework:spring-webflux to version 6.0.0 or higher.
org.springframework:spring-webflux is a Spring Framework module that contains support for reactive HTTP and WebSocket clients as well as for reactive server web applications including REST, HTML browser, and WebSocket style interactions.
Affected versions of this package are vulnerable to Incorrect Authorization via request handling in the Kotlin Router DSL. An attacker can bypass security controls implemented through request-wrapping filters because modifications made to a ServerRequest by a filter are silently discarded before reaching downstream handlers. As a result, handlers receive the original unmodified request, causing security-related request enrichment, validation, or authorization logic to be ineffective.
Note: This is only exploitable if the application uses Spring WebFlux, the Kotlin Router DSL, and security-sensitive filters that pass a modified or wrapped ServerRequest to subsequent handlers.