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 Authorization Bypass Through User-Controlled Key vulnerabilities in an interactive lesson.
Start learningUpgrade org.apache.camel:camel-lucene to version 4.14.8, 4.18.3, 4.21.0 or higher.
Affected versions of this package are vulnerable to Authorization Bypass Through User-Controlled Key through the LuceneConstants.HEADER_QUERY and LuceneConstants.HEADER_RETURN_LUCENE_DOCS headers in the Lucene producer. An attacker can override the intended Lucene search by sending an HTTP request with attacker-controlled QUERY or RETURN_LUCENE_DOCS headers that pass through the HTTP header filter into the Exchange. In routes that expose the Lucene producer behind an HTTP consumer, this lets an unauthenticated client run arbitrary searches against the indexed data, including broad or expensive queries. The result is unauthorized document disclosure and increased CPU consumption, breaking the route’s intended per-request search control.