CVE-2026-92164 PUBLISHED

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

Assigner: GitHub_M
Reserved: 15.09.2026 Published: 23.09.2026 Updated: 23.09.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
CVSS Score: 6.5

Product Status

Vendor streamlink
Product streamlink
Versions
  • Version < 8.6.0 is affected

References

Problem Types

  • CWE-73: External Control of File Name or Path CWE