๐Ÿ” CVE Alert

CVE-2026-92164

MEDIUM 6.5

Streamlink: HTTPSession follows HTTP redirects into file:// URLs, reading local files

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

Streamlink is a CLI utility which pipes video streams from various services into a video player. Prior to 8.6.0, HTTPSession mounts a FileAdapter for the file scheme and inherits redirect handling from requests.Session without rejecting cross-protocol redirects. A remote server controlling an HTTP or HTTPS URL reached by Streamlink can return a redirect to a local file URL, causing HTTPSession to read the local file and return its contents to the response consumer. This bypasses the direct file URL checks added for HLS and DASH content because the manifest contains an ordinary network URL and the scheme transition occurs later during fetch handling. The flaw applies to every request made through HTTPSession, and a segment fetch can place the local file contents into stream output. This issue is fixed in version 8.6.0.

CWE CWE-73
Vendor streamlink
Product streamlink
Published Sep 23, 2026
Stay Ahead of the Next One

Get instant alerts for streamlink streamlink

Be the first to know when new medium vulnerabilities affecting streamlink streamlink are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

streamlink / streamlink
< 8.6.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/streamlink/streamlink/security/advisories/GHSA-vf2x-4v53-pm7v github.com: https://github.com/streamlink/streamlink/commit/4b99c64dde21ea70c24d9ffdbd15849b05f465c6 github.com: https://github.com/streamlink/streamlink/releases/tag/8.6.0