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 Server-side Request Forgery (SSRF) vulnerabilities in an interactive lesson.
Start learningUpgrade org.apache.druid:druid-server
to version 31.0.2, 32.0.1 or higher.
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) in the concatenateForRewrite()
method in JettyUtils
when the management proxy is enabled - which it is in the default configuration. An attacker can manipulate the URL to redirect requests to an arbitrary server or execute scripts in the context of the user's session by supplying a malicious URL.
This vulnerability can be avoided by disabling the management proxy (setting druid.router.managementProxy.enabled = false
on the Router), or by blocking paths beginning with /druid/indexer
, /druid/coordinator
, and /proxy
at the Router.