CVE-2026-58001
Received Received - Intake

CSRF in AVideo Video Ownership Transfer via Malicious Image Tag

Vulnerability report for CVE-2026-58001, 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

WWBN AVideo through commit 9c39d8c8 contains a cross-site request forgery vulnerability in objects/videoEditLight.php that lacks request authenticity checks and accepts GET requests. Attackers can store an img tag in a video description that transfers video ownership to an attacker-controlled account when an administrator views the video page.

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-352 The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Cross-Site Request Forgery (CSRF) vulnerability in WWBN AVideo where the file objects/videoEditLight.php lacks request authenticity checks and accepts GET requests. Attackers can exploit it by embedding an img tag in a video description that transfers video ownership to their account when an administrator views the page.

Detection Guidance

To detect this CSRF vulnerability in WWBN AVideo, inspect the videoEditLight.php file for missing authenticity checks and verify if it accepts GET requests. Check for suspicious img tags in video descriptions that could trigger ownership transfers. Review server logs for unauthorized ownership changes or POST requests to videoEditLight.php.

Impact Analysis

An attacker could gain control of videos by tricking an administrator into viewing a malicious video page. This could lead to unauthorized changes in video ownership, titles, descriptions, or other metadata without the admin's knowledge.

Compliance Impact

This CSRF vulnerability could potentially violate compliance with GDPR and HIPAA by enabling unauthorized changes to video ownership and metadata. Under GDPR, unauthorized access or modifications to user-generated content may constitute a breach of integrity and confidentiality requirements. For HIPAA, if the platform handles protected health information in videos, this vulnerability could allow unauthorized alteration or transfer of sensitive data, violating integrity and access control requirements.

Mitigation Strategies

Immediately update AVideo to the latest version or apply patches that add request-authenticity checks like forbidIfIsUntrustedRequest() or isGlobalTokenValid() to videoEditLight.php. Ensure the file only accepts POST requests and disable GET request handling. Monitor video ownership changes and restrict admin session access.

Chat Assistant

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

EPSS Chart