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 Relative Path Traversal vulnerabilities in an interactive lesson.
Start learningUpgrade org.apache.camel:camel-azure-storage-datalake to version 4.14.9, 4.18.4, 4.22.0 or higher.
Affected versions of this package are vulnerable to Relative Path Traversal via the downloadToFile operation, which constructs the local file path by directly joining the configured fileDir with the remote path name without validating or normalizing the resulting path. An attacker can create or overwrite arbitrary files on the local filesystem by supplying specially crafted path names containing parent-directory segments in the remote Data Lake filesystem, potentially leading to privilege escalation or loss of data integrity.
This vulnerability can be mitigated by configuring the regex endpoint option to restrict accepted path names to simple single-segment names, thereby filtering out any names containing path separators or parent-directory segments. Alternatively, avoid using the downloadToFile operation on untrusted filesystems and ensure file names are controlled by the route itself.