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 projen to version 0.101.37 or higher.
projen is a CDK for software projects
Affected versions of this package are vulnerable to Relative Path Traversal in the manifest cleanup routine that processes .projen/files.json during synthesis, which resolves each manifest entry against the project directory with path.resolve() without verifying that the result remains inside that directory. An attacker can cause recursive deletion of arbitrary files and directories writable by the environment running projen, by placing an entry containing ../ sequences or an absolute path in .projen/files.json, which then reaches fs.rmSync() with recursion enabled. This requires the attacker to influence .projen/files.json through a direct commit or a pull request that triggers CI synthesis, and the deletion is bounded to paths writable by that process.