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 OS Command Injection vulnerabilities in an interactive lesson.
Start learningUpgrade yt-dlp
to version 2024.4.9 or higher.
yt-dlp is an A youtube-dl fork with additional features and patches
Affected versions of this package are vulnerable to OS Command Injection due to insufficient escaping of double quotes in the --exec
command's handling of %q
, leading to the expansion of environment variables. An attacker can execute arbitrary code by crafting specific input that exploits the environment variable expansion feature.
For Windows users who are not able to upgrade:
Avoid using any output template expansion in --exec
other than {}
(filepath).
If expansion in --exec
is needed, verify the fields you are using do not contain %
, "
, |
or &
.
Instead of using --exec
, write the info json and load the fields from it instead.