Описание
Security update for yt-dlp
This update for yt-dlp fixes the following issues:
Changes in yt-dlp:
- Update to version 2026.06.09
- Fixed [CVE-2026-50019]: File Downloader cookie leak with curl
- Fixed [CVE-2026-50023]: Dangerous file type creation via insufficient filename sanitization
- Fixed [CVE-2026-50574]: Arbitrary code execution via manifest downloads with aria2c
- Added lockfile and pinned extras
- Removed url, desktop and webloc from safe extensions
- Extract supplemental codecs from DASH manifests
- abematv: Extract subtitles
- ard: Support new ardsounds domain
- monstercat: Support older URLs
- pornhub: Support browser impersonation
- reddit: Fix unauthenticated extraction
- rtp: Support multi-part episodes and --no-playlist
- s4c: Extract more metadata
- soop: Adapt extractors to new domain
- soundcloud: Support --extractor-retries for original formats
- twitch: Remove dead rechat subtitles
- twitter: Fix view_count extraction
- external: aria2c: Remove support for m3u8/dash protocols
- ffmpegmetadata: Avoid erroneous ISO 639 conversions
Список пакетов
openSUSE Leap 16.0
Ссылки
- SUSE Security Ratings
- SUSE CVE CVE-2026-50019 page
- SUSE CVE CVE-2026-50023 page
- SUSE CVE CVE-2026-50574 page
Описание
yt-dlp is a command-line audio/video downloader. From 2023.09.24 until 2026.06.09, if curl is used as an external downloader for yt-dlp, cookies may be leaked to an unintended host upon HTTP redirect or when the host for download fragments differs from their parent manifest's. At the file download stage, the cookies are passed by yt-dlp to the file downloader via --cookie. However, unless these are loaded from a file, this operation does not activate the cookie engine. As a result, curl will send cookies with requests to domains or paths for which the cookies are not scoped. This vulnerability is fixed in 2026.06.09.
Затронутые продукты
Ссылки
- CVE-2026-50019
- SUSE Bug 1268502
Описание
yt-dlp is a command-line audio/video downloader. Prior to 2026.06.09, a vulnerability exists in yt-dlp that allows a remote attacker to write arbitrary OS-shortcut files (such as .desktop, .url, .webloc) to the user's filesystem, bypassing the remediation for CVE-2024-38519. The allowlist explicitly included the unsafe extensions .desktop, .url, and .webloc so that the functionality of the --write-link option (and its variants) could be preserved. These allowlist inclusions can be exploited by an attacker to write malicious OS-shortcut files in the context of a media or subtitles download. This vulnerability is fixed in 2026.06.09.
Затронутые продукты
Ссылки
- CVE-2026-50023
- SUSE Bug 1268503
Описание
yt-dlp is a command-line audio/video downloader. Prior to 2026.06.09, if aria2c is used as an external downloader for a fragmented manifest format (such as an HLS/DASH stream), yt-dlp passes insufficiently sanitized input to aria2c that allows an attacker to perform an arbitrary file write. On Windows platforms, this can lead to immediate arbitrary code execution. On non-Windows platforms, this can lead to arbitrary code execution upon the next invocation of yt-dlp. This vulnerability is fixed in 2026.06.09.
Затронутые продукты
Ссылки
- CVE-2026-50574
- SUSE Bug 1268521