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.ant:ant to version 1.10.18 or higher.
org.apache.ant:ant is a software tool for automating software build processes which originated from the Apache Tomcat project in early 2000.
Affected versions of this package are vulnerable to Relative Path Traversal through the file retrieval logic in FTPTask, FTPTaskMirrorImpl, ScpFromMessage, and ScpFromMessageBySftp. An attacker controlling the remote server, or a man-in-the-middle for non-FTPS FTP, can supply filenames or directory entries with relative path components that make Ant write outside the intended destination directory, allowing arbitrary file overwrite with the privileges of the user running Ant.
Workarounds
scp or ftp with ftps; only download from servers whose identity you verify, to reduce the chance of a malicious or man-in-the-middle server supplying path-traversal filenames.ftp transfers that are not using ftps, switch to ftps where possible, to prevent a man-in-the-middle from tampering with the server’s file names or directory entries during download.