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 yt-dlp to version 2026.6.9 or higher.
yt-dlp is an A youtube-dl fork with additional features and patches
Affected versions of this package are vulnerable to Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') via insufficient sanitization of input passed to the aria2c external downloader. An attacker can achieve arbitrary file writes and potentially execute code by crafting malicious manifest files or metadata that inject options or URIs into the aria2c input file. This can result in immediate code execution on Windows platforms or on subsequent runs on other platforms.
Note: This is only exploitable if aria2c is used as an external downloader for fragmented manifest formats, or if the user disables filename sanitization with the --no-windows-filename option.
This vulnerability can be mitigated by adding --downloader dash,m3u8:native to the yt-dlp command.