CVE-2026-90551
Received Received - Intake

Unauthenticated Access to Private Playlists in AVideo

Vulnerability report for CVE-2026-90551, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-12

Last updated on: 2026-09-12

Assigner: VulnCheck

Description

WWBN AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 fails to validate playlist ownership in the video_from_program API endpoint, allowing unauthenticated access to private playlist contents. Attackers can query the API without authentication to enumerate private playlist names, owner information, and video titles including password-protected content.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-12
Last Modified
2026-09-12
Generated
2026-09-12
AI Q&A
2026-09-12
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
wwbn avideo to c3edcc274c389816d434acadac07ee78eaf330c1 (inc)
wwbn avideo *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in WWBN AVideo allows unauthenticated users to access private playlist contents through the video_from_program API endpoint. The system fails to validate playlist ownership, enabling attackers to enumerate private playlist names, owner details, and video titles, including password-protected content, via simple HTTP GET requests.

Detection Guidance

To detect this vulnerability, check if unauthenticated HTTP GET requests to the /APIName=video_from_program endpoint return private playlist data. Use curl commands like: curl -X GET 'http://<target>/APIName=video_from_program&ID=<playlist_id>' to test for unauthorized access to private content.

Impact Analysis

Attackers could access sensitive information such as private playlist names, owner data, and video titles without authentication. This includes content that is password-protected, potentially exposing confidential or proprietary information. The impact depends on the nature of the playlists and videos stored in the system.

Compliance Impact

This vulnerability could lead to non-compliance with data protection regulations like GDPR or HIPAA by exposing sensitive personal or confidential data. Unauthorized access to private playlists may violate privacy requirements, leading to legal penalties, reputational damage, and loss of user trust.

Mitigation Strategies

Immediately update AVideo to the latest patched version if available. If no patch exists, restrict access to the video_from_program API endpoint via network-level controls or web application firewall rules. Review server logs for suspicious unauthenticated API queries to this endpoint.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-90551. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart