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-undertow to version 4.14.8, 4.18.3, 4.21.0 or higher.
Affected versions of this package are vulnerable to Information Exposure in the muteException option handling of the HTTP consumer. An attacker can obtain sensitive internal information, such as Java stack traces containing credentials, hostnames, IP addresses, filesystem paths, and application structure, by sending malformed requests or triggering route-internal failures. This is only exploitable if the muteException option is set to false (the default), or for Rest DSL consumers where the option is ignored regardless of configuration.
This vulnerability can be mitigated by explicitly setting muteException=true on the consumer or globally via the camel.component.undertow.mute-exception=true property; however, this does not mitigate the issue for Rest DSL consumers.