Description
AVideo through commit c91b5975d contains a cross-site request forgery vulnerability in removePoster.php that lacks forbidIfNotPost or forbidIfInvalidToken checks. Attackers can craft malicious image tags to delete authenticated victims' live poster and thumbnail files via GET requests.
Published: 2026-09-03
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A cross‑site request forgery flaw in the removePoster.php script of the AVideo application allows attackers to delete an authenticated user’s poster and thumbnail image files by sending a crafted GET request. The vulnerability arises because the script omits checks for a mandatory POST method and a valid CSRF token. This weakness permits an attacker to remove important media assets from the victim’s account, effectively causing data loss and potentially impacting the availability of content.

Affected Systems

The affected system is the AVideo video platform distributed by WWBN. Versions that include the commit c91b5975d or earlier are vulnerable; any installation running this code without the subsequent patch is at risk.

Risk and Exploitability

The vulnerability has a CVSS score of 5.3, indicating moderate severity. The EPSS score is not available and the issue is not listed in CISA’s KEV catalog. Attackers can exploit the flaw by luring an authenticated user to visit a malicious image tag that triggers a GET request to removePoster.php, thereby deleting the user’s poster and thumbnail files. Successful exploitation requires an active session for the targeted user and relies on social engineering or other cloaked methods to deliver the malicious payload.

Generated by OpenCVE AI on September 3, 2026 at 12:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update AVideo to the latest release that includes the fix for removePoster.php
  • Restrict removePoster.php to accept only POST requests and enforce a CSRF token for all state‑changing operations
  • Audit and adjust user permissions to limit access to posting and management features, and apply generic CSRF defenses such as SameSite cookies

Generated by OpenCVE AI on September 3, 2026 at 12:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 11:30:00 +0000

Type Values Removed Values Added
Description AVideo through commit c91b5975d contains a cross-site request forgery vulnerability in removePoster.php that lacks forbidIfNotPost or forbidIfInvalidToken checks. Attackers can craft malicious image tags to delete authenticated victims' live poster and thumbnail files via GET requests.
Title AVideo removePoster.php Cross-Site Request Forgery File Deletion
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': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N'}

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-03T14:30:23.659Z

Reserved: 2026-09-03T11:04:41.806Z

Link: CVE-2026-85161

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-03T13:06:23.127

Modified: 2026-09-03T13:06:23.127

Link: CVE-2026-85161

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T14:15:06Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)