---
id: CVE-2026-88875
title: >-
  AVideo through revision c3edcc274c389816d434acadac07ee78eaf330c1 (master,
  2026-08-23) incompletely sanitizes sensitive user fields in the APIName=video
  response
summary: >-
  AVideo through revision c3edcc274c389816d434acadac07ee78eaf330c1 (master,
  2026-08-23) incompletely sanitizes sensitive user fields in the APIName=video
  response. Video rows include columns joined from the video owner's user
  record, and A…
severity: medium
cvss: 4.3
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N'
cwe:
  - CWE-359
vendor: WWBN
product: AVideo
affected:
  - AVideo <= c3edcc274c389816d434acadac07ee78eaf330c1
published: '2026-09-10'
updated: '2026-09-18'
sourceUpdated: '2026-09-18T18:17:37.437'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-88875'
references:
  - url: 'https://github.com/WWBN/AVideo/security/advisories/GHSA-qwp4-vh4w-2fh9'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/avideo-incomplete-api-sanitization-information-disclosure
    label: disclosure@vulncheck.com
tags:
  - nvd
  - cve.org
epss: 0.00306
epssPercentile: 0.20783
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-18T17:10:52.883759Z'
ingestedAt: '2026-09-10T13:50:37.334Z'
---

## Overview

AVideo through revision c3edcc274c389816d434acadac07ee78eaf330c1 (master, 2026-08-23) incompletely sanitizes sensitive user fields in the APIName=video response. Video rows include columns joined from the video owner's user record, and API::get_api_video() calls removeSensitiveUserFields() only when the caller is neither authenticated nor using a valid API secret; it never compares User::getId() with the row's users_id. As a result, any low-privilege authenticated account can request another user's video and receive the owner's email address, account name (user), and isAdmin, canUpload and canStream flags, which are removed for guests and should be returned only to the owner or to callers with a valid API secret. 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.
