---
id: CVE-2026-92164
title: >-
  Streamlink is a CLI utility which pipes video streams from various services
  into a video player
summary: >-
  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 …
severity: medium
cvss: 6.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N'
cwe:
  - CWE-73
vendor: streamlink
product: streamlink
affected:
  - streamlink < 8.6.0
published: '2026-09-23'
updated: '2026-09-23'
sourceUpdated: '2026-09-23T18:12:04.247'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-92164'
references:
  - url: >-
      https://github.com/streamlink/streamlink/commit/4b99c64dde21ea70c24d9ffdbd15849b05f465c6
    label: security-advisories@github.com
  - url: 'https://github.com/streamlink/streamlink/releases/tag/8.6.0'
    label: security-advisories@github.com
  - url: >-
      https://github.com/streamlink/streamlink/security/advisories/GHSA-vf2x-4v53-pm7v
    label: security-advisories@github.com
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-92164'
  - url: 'https://github.com/advisories/GHSA-vf2x-4v53-pm7v'
  - url: 'https://github.com/streamlink/streamlink'
tags:
  - nvd
  - cve.org
  - ghsa
  - pip
  - osv
ingestedAt: '2026-09-23T15:26:23.423Z'
aliases:
  - GHSA-vf2x-4v53-pm7v
ecosystem: pip
patched:
  - streamlink 8.6.0
epss: 0.00267
epssPercentile: 0.16752
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-92164)

Affected packages:

- `streamlink <= 8.5.0`

Patched in:

- `streamlink 8.6.0`

Source: https://github.com/advisories/GHSA-vf2x-4v53-pm7v
