---
id: CVE-2026-88874
title: >-
  AVideo through revision c3edcc274c389816d434acadac07ee78eaf330c1 (master,
  2026-08-23) does not enforce the Live stream password check on the stats
  endpoint or on the HLS origin
summary: >-
  AVideo through revision c3edcc274c389816d434acadac07ee78eaf330c1 (master,
  2026-08-23) does not enforce the Live stream password check on the stats
  endpoint or on the HLS origin. Live::_getStats() (plugin/Live/Live.php)
  returns a password…
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-200
vendor: WWBN
product: AVideo
affected:
  - AVideo <= c3edcc274c389816d434acadac07ee78eaf330c1
published: '2026-09-10'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T16:18:11.233'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-88874'
references:
  - url: 'https://github.com/WWBN/AVideo/security/advisories/GHSA-7h6j-2gh9-h9rw'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/avideo-through-c3edcc274c389816d434acadac07ee78eaf330c1-authentication-bypass
    label: disclosure@vulncheck.com
  - url: 'https://github.com/WWBN/AVideo/security/advisories/GHSA-7h6j-2gh9-h9rw'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
  - cve.org
  - exploit-available
exploitAvailable: true
ssvc:
  exploitation: poc
  automatable: 'yes'
  technicalImpact: partial
  timestamp: '2026-09-10T15:02:30.818531Z'
ingestedAt: '2026-09-14T00:16:03.571Z'
epss: 0.00549
epssPercentile: 0.43537
---

## Overview

AVideo through revision c3edcc274c389816d434acadac07ee78eaf330c1 (master, 2026-08-23) does not enforce the Live stream password check on the stats endpoint or on the HLS origin. Live::_getStats() (plugin/Live/Live.php) returns a password-protected transmission's RTMP stream key, its isPasswordProtected flag, and its HLS (m3u8) URL to unauthenticated callers, in both the public applications list and the hidden_applications branch used when canSeeLiveFromLiveKey() fails. Separately, the shipped NGINX configuration (deploy/nginx/nginx.conf) serves the .m3u8 playlist, the AES-128 key, and the transport-stream segments from the /live location without any auth_request (the auth_key_check directive in the .key location is commented out). A remote, unauthenticated attacker can therefore retrieve the stream key and decryption key and watch a password-protected live transmission without supplying the configured password. No patched version was available at the time of the advisory.

## Remediation

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