CVE-2024-38519
Last modified
CVE-2024-38519 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. `yt-dlp` and `youtube-dl` are command-line audio/video downloaders. Prior to the fixed versions, `yt-dlp` and `youtube-dl` do not limit the extensions of downloaded files, which could lead to arbitrary filenames being created in the download folder (and path traversal on Windows). EPSS estimates a 0.32% chance of exploitation in the next 30 days.
Description
`yt-dlp` and `youtube-dl` are command-line audio/video downloaders. Prior to the fixed versions, `yt-dlp` and `youtube-dl` do not limit the extensions of downloaded files, which could lead to arbitrary filenames being created in the download folder (and path traversal on Windows). Since `yt-dlp` and `youtube-dl` also read config from the working directory (and on Windows executables will be executed from the `yt-dlp` or `youtube-dl` directory), this could lead to arbitrary code being executed. `yt-dlp` version 2024.07.01 fixes this issue by whitelisting the allowed extensions. `youtube-dl` fixes this issue in commit `d42a222` on the `master` branch and in nightly builds tagged 2024-07-03 or later. This might mean some very uncommon extensions might not get downloaded, however it will also limit the possible exploitation surface. In addition to upgrading, have `.%(ext)s` at the end of the output template and make sure the user trusts the websites that they are downloading from. Also, make sure to never download to a directory within PATH or other sensitive locations like one's user directory, `system32`, or other binaries locations. For users who are not able to upgrade, keep the default output template (`-o "%(title)s [%(id)s].%(ext)s`); make sure the extension of the media to download is a common video/audio/sub/... one; try to avoid the generic extractor; and/or use `--ignore-config --config-location ...` to not load config from common locations.
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2024-38519?
How severe is CVE-2024-38519?
How do I fix CVE-2024-38519?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-38513Fiber is an Express-inspired web framework written in Go A v…9.8
- CVE-2024-38514NextChat is a cross-platform ChatGPT/Gemini UI. There is a S…7.4
- CVE-2024-38515Rejected reason: This CVE is a duplicate of CVE-2024-38374.
- CVE-2024-38516ai-client-html is an Aimeos e-commerce HTML client component…8.8
- CVE-2024-38517Tencent RapidJSON is vulnerable to privilege escalation due …7.8
- CVE-2024-38518BigBlueButton is an open-source virtual classroom designed t…4.6
- CVE-2024-3852GetBoundName could return the wrong version of an object whe…7.5
- CVE-2024-38520SoftEtherVPN is a an open-source cross-platform multi-protoc…5.3
- CVE-2024-38521Hush Line is a free and open-source, anonymous-tip-line-as-a…6.1
- CVE-2024-38522Hush Line is a free and open-source, anonymous-tip-line-as-a…6.3
- CVE-2024-38523Hush Line is a free and open-source, anonymous-tip-line-as-a…7.5
- CVE-2024-38524GeoServer is an open source server that allows users to shar…7.5
Are you affected by CVE-2024-38519?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
