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 applicationsUpgrade org.apache.camel:camel-vertx-websocket to version 4.18.3, 4.21.0 or higher.
Affected versions of this package are vulnerable to Server-side Request Forgery (SSRF) via the mapping of externally-supplied message user-headers into the Exchange without applying a header filtering process. An attacker can manipulate internal control headers by injecting specially crafted user-headers, which may redirect server-side HTTP requests to attacker-controlled destinations and expose sensitive environment variables, application properties, or vault secrets by leveraging property placeholder resolution in the resulting URIs.
This vulnerability can be mitigated by stripping Camel control headers from inbound messages before they reach any downstream producer (for example, using removeHeaders('Camel*') and removeHeaders('camel*') at the start of the route), restricting who can publish to the consumed Iggy stream/topic, and avoiding bridging an untrusted consumer directly into an HTTP producer whose target URI can be driven from message headers.