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-mail to version 4.14.9, 4.18.4, 4.22.0 or higher.
org.apache.camel:camel-mail is a Camel Mail support.
Affected versions of this package are vulnerable to Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') in the unmarshal process when headersInline is enabled. An attacker can manipulate downstream processing or control application behavior by injecting specially crafted MIME headers that are copied into the internal message headers without filtering. This is only exploitable if headersInline is explicitly set to true.
This vulnerability can be mitigated by leaving headersInline at its default value of false, stripping Camel-internal headers immediately after the unmarshal step (for example, using removeHeaders("Camel*") before any processor or producer that reads control headers), and avoiding the unmarshalling of MIME content from untrusted senders into routes that dispatch on header values.