rootpwn

high · CVSS v3 7.5 · CVSS v4 8.7

CVE-2026-92577

AVideo CMS versions up to 29.0 expose a broken access control flaw in the get_api_video endpoint. Anonymous callers can query videos by publ

Overview

AVideo CMS versions up to 29.0 expose a broken access control flaw in the get_api_video endpoint. Anonymous callers can query videos by public slug and receive owner PII such as email, phone, address, birth date, and admin status.

Description

In AVideo through 29.0, the API get_api_video endpoint contains a broken access control vulnerability in the clean_title branch that returns user-group-restricted videos with owner PII to anonymous callers. Attackers can query videos by their public slug to bypass group restrictions and retrieve sensitive user fields including email, phone, address, birth date, and administrator status.

Impact

Confidentiality of user PII is compromised for all video owners. No direct integrity or availability impact is reported, but the data exposure could enable social engineering or credential misuse.

Remediation

['Upgrade to the latest AVideo CMS release (≥30.0) where the access control bug is fixed.', 'If upgrading is not immediately possible, restrict the get_api_video endpoint to authenticated users and enforce group membership checks before returning any PII.', 'Apply input validation to ensure only authorized slugs are processed, and sanitize responses to exclude sensitive fields for anonymous requests.', 'Monitor API logs for abnormal access patterns and block suspicious IPs.']

Risk context

High severity (CVSS v3 7.5, v4 8.7) indicates a significant confidentiality risk. Prompt patching or mitigation is recommended to prevent PII leakage.

Affected products

  • AVideo CMS 29.0
  • AVideo CMS <=29.0

Scores

Severity
high
CVSS v2
7.8
CVSS v3
7.5
CVSS v4
8.7
EPSS

access-control PII AVideo API confidentiality high-severity

← All CVEs