Description
AVideo contains a cross-site request forgery vulnerability in plugin/API/set.json.php that allows attackers to perform state-changing actions by crafting GET requests that bypass CSRF protection. Attackers can navigate a victim's browser to a malicious URL with API parameters to delete videos, deactivate accounts, or modify playlists without user interaction.
Published: 2026-09-01
Score: 7.2 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

AVideo exposes a cross‑site request forgery flaw in the plugin/API/set.json.php endpoint that allows an attacker to issue crafted GET requests to perform state‑changing operations such as deleting videos, deactivating accounts, or modifying playlists without any user interaction. The vulnerability bypasses the intended CSRF protections and lets the attacker direct a victim’s browser to a malicious URL containing API parameters, thereby pushing the undesired changes to the application.

Affected Systems

The affected product is AVideo from the vendor WWBN. The advisory does not list specific affected versions, indicating that all publicly available releases may be vulnerable until the vendor releases a fix. The weakness relies on the plugin/API set.json.php endpoint being exposed, so the scope reaches the entire system’s API layer.

Risk and Exploitability

Based on the description, the attack vector is inferred to be a crafted URL that lures a victim’s browser into executing a GET request to the vulnerable endpoint. The CVSS score of 7.2 signals a high risk level. No EPSS score is available and the vulnerability is not listed in CISA’s KEV catalog. Attackers can exploit the flaw by fabricating that malicious URL and luring a logged‑in user to visit it; this requires no additional privileges and minimal user interaction, making the attack path straightforward and the potential impact considerable for organizations running AVideo.

Generated by OpenCVE AI on September 1, 2026 at 12:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest AVideo release that addresses the CSRF issue in plugin/API/set.json.php.
  • If an upgrade cannot be performed immediately, disable GET support for the /plugin/API/set.json.php endpoint or enforce that only authenticated POST requests with a valid CSRF token can reach it.
  • Verify that all state‑changing API actions enforce proper authentication and CSRF validation, and harden or remove any remaining endpoints that allow such changes via unauthenticated GET requests.

Generated by OpenCVE AI on September 1, 2026 at 12:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 11:45:00 +0000

Type Values Removed Values Added
Description AVideo contains a cross-site request forgery vulnerability in plugin/API/set.json.php that allows attackers to perform state-changing actions by crafting GET requests that bypass CSRF protection. Attackers can navigate a victim's browser to a malicious URL with API parameters to delete videos, deactivate accounts, or modify playlists without user interaction.
Title AVideo Cross-Site Request Forgery via plugin/API/set.json.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': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H'}

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-01T14:56:22.279Z

Reserved: 2026-08-31T20:31:39.430Z

Link: CVE-2026-83595

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-01T12:17:47.870

Modified: 2026-09-01T12:17:47.870

Link: CVE-2026-83595

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-01T13:00:16Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)