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.
Published: 2026-08-22
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized Ownership Transfer via CSRF
Action: Patch
AI Analysis

Impact

The vulnerability is a cross‑site request forgery (CWE‑352) in WWBN AVideo's videoEditLight.php script. It accepts GET requests and has no request authenticity checks, allowing an attacker to embed an img tag in a video description that, when an administrator views the page, transfers ownership of the video to an attacker‑controlled account. The exploit results in unauthorized ownership and control of content.

Affected Systems

The affected product is WWBN AVideo, all versions prior to commit 9c39d8c8. No specific patch version is listed; the advisory references older code. Update to a version that removes the GET handling or adds CSRF validation.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector is a crafted GET request delivered through a malicious image tag that an administrator unwittingly loads while viewing the video. Successful exploitation requires only that the administrator authenticate and view the page; the attacker does not need elevated privileges to change ownership, making it a practical threat for compromised admin sessions.

Generated by OpenCVE AI on August 22, 2026 at 13:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest patch for WWBN AVideo that removes GET requests or adds CSRF protection to videoEditLight.php
  • If no patch is available, modify the content handler to strip external image tags from video descriptions or implement server‑side sanitization to prevent embedded malicious tags
  • Ensure that any operation that can alter video ownership requires a valid CSRF token and is restricted to POST requests, not GET

Generated by OpenCVE AI on August 22, 2026 at 13:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 06:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sat, 22 Aug 2026 12:45:00 +0000

Type Values Removed Values Added
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.
Title WWBN AVideo Cross-Site Request Forgery via videoEditLight.php
First Time appeared Wwbn
Wwbn avideo
Weaknesses CWE-352
CPEs cpe:2.3:a:wwbn:avideo:-:*:*:*:*:*:*:*
Vendors & Products Wwbn
Wwbn avideo
References
Metrics cvssV3_1

{'score': 5.7, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:N'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-26T16:16:59.448Z

Reserved: 2026-06-26T17:58:05.796Z

Link: CVE-2026-58001

cve-icon Vulnrichment

Updated: 2026-08-26T15:55:25.132Z

cve-icon NVD

Status : Deferred

Published: 2026-08-22T13:16:38.403

Modified: 2026-08-26T17:17:08.430

Link: CVE-2026-58001

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T14:00:17Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)