CVE-2026-56380
Received Received - Intake

Information Exposure in AVideo via RSS Feed

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

Publication date: 2026-08-22

Last updated on: 2026-08-22

Assigner: VulnCheck

Description

AVideo through commit 9c39d8c8 contains an information exposure vulnerability in feed/index.php that allows unauthenticated attackers to retrieve channel owner email addresses by supplying a public channel name parameter. Attackers can enumerate all creator email addresses by iterating through public channel names and extract them from the itunes:email and itunes:author RSS elements, enabling account takeover attempts and phishing campaigns.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wwbn avideo to 9c39d8c8 (exc)

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

This vulnerability in AVideo allows unauthenticated attackers to retrieve channel owner email addresses by supplying a public channel name parameter. The email addresses are exposed in the itunes:email and itunes:author RSS elements of the feed/index.php file. Attackers can enumerate all creator emails by iterating through public channel names.

Detection Guidance

To detect this vulnerability, check if the feed/index.php endpoint exposes email addresses in RSS feeds. Use curl to query public channel names and inspect responses for itunes:email or itunes:author tags containing email addresses. Example command: curl -s 'http://<target>/feed/index.php?channel=<public_channel_name>' | grep -E 'itunes:(email|author)'

Automated scanning can iterate through known channel names to detect exposed emails. Monitor network traffic for repeated requests to feed/index.php with varying channel parameters.

Impact Analysis

This vulnerability enables account takeover attempts and phishing campaigns. Attackers can collect email addresses used for password recovery, leading to potential unauthorized access to accounts. It also facilitates spam and targeted phishing attacks against channel owners.

Compliance Impact

This vulnerability exposes personal data (email addresses) without authorization, which violates GDPR principles of data minimization and lawful processing. Under GDPR, unauthorized disclosure of personal data can lead to significant fines and regulatory penalties. For HIPAA, if email addresses are linked to protected health information, this could constitute a breach requiring notification and corrective action.

Mitigation Strategies

Immediately update AVideo to the latest patched version to remove email exposure from feed/index.php. If updating is not possible, modify feed/index.php to remove itunes:email and itunes:author tags or replace them with a generic contact email.

Apply input validation to restrict unauthorized access to user data. Review and sanitize all RSS feed outputs to prevent similar information exposure issues in other endpoints.

Chat Assistant

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

EPSS Chart