CVE-2026-90550
Received Received - Intake

Unauthenticated Video Metadata Exposure in AVideo

Vulnerability report for CVE-2026-90550, 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 check user authorization in the PlayerSkins mediaSession.json.php endpoint before returning video metadata. Unauthenticated attackers can request the endpoint with a video ID parameter to retrieve password-protected video titles and owner email addresses without authentication.

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 (exc)
wwbn avideo *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-90550 is a vulnerability in WWBN AVideo where the PlayerSkins mediaSession.json.php endpoint fails to check user authorization before returning video metadata. Unauthenticated attackers can request this endpoint with a video ID to retrieve titles of password-protected videos and owner email addresses without authentication.

Detection Guidance

To detect this vulnerability, check if the PlayerSkins/mediaSession.json.php endpoint is accessible without authentication. Use curl to request video metadata with a video ID parameter. Example: curl -v 'http://<target>/PlayerSkins/mediaSession.json.php?videoId=1'. If the response includes sensitive data like video titles or owner emails without requiring credentials, the system is vulnerable.

Impact Analysis

This vulnerability allows attackers to access sensitive video metadata, including titles of password-protected videos and owner email addresses, without authentication. This could lead to unauthorized disclosure of private or confidential information.

Compliance Impact

This vulnerability could lead to non-compliance with data protection regulations like GDPR and HIPAA by exposing sensitive personal data (such as email addresses and video titles) without proper authorization, potentially violating privacy requirements.

Mitigation Strategies

Immediately update WWBN AVideo to the latest patched version if available. If no patch exists, restrict access to the mediaSession.json.php endpoint via web server rules (e.g., Apache/Nginx access controls). Disable direct access to the endpoint or implement authentication checks in the application code. Monitor logs for unauthorized access attempts to the endpoint.

Chat Assistant

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

EPSS Chart