CVE-2026-83595
Received Received - Intake

Cross-Site Request Forgery in AVideo Plugin

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

Publication date: 2026-09-01

Last updated on: 2026-09-01

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
wwbn avideo to 29.0 (inc)

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

CVE-2026-83595 is a Cross-Site Request Forgery (CSRF) vulnerability in AVideo's plugin/API/set.json.php endpoint. It allows attackers to perform unauthorized state-changing actions via crafted GET requests that bypass CSRF protection. The application only checks CSRF tokens for POST requests, leaving GET requests vulnerable. Attackers can trick victims into visiting malicious URLs to delete videos, deactivate accounts, or modify playlists without interaction.

Detection Guidance

To detect this vulnerability, monitor network traffic for GET requests to the plugin/API/set.json.php endpoint that perform state-changing actions like deleting videos or modifying playlists. Check server logs for unusual API calls with parameters indicating unauthorized actions.

Impact Analysis

This vulnerability can lead to unauthorized actions like deleting videos, deactivating accounts, or modifying playlists without your knowledge. Attackers can exploit it by tricking you into clicking a malicious link, potentially causing data loss or account compromise. The high CVSS scores (8.1 and 7.2) indicate significant integrity and availability risks.

Compliance Impact

This CSRF vulnerability could lead to unauthorized actions such as deleting videos, deactivating accounts, or modifying playlists without user consent. For GDPR, this may violate principles of data protection and user rights, potentially leading to unauthorized data loss or modification. For HIPAA, unauthorized changes to user accounts or content could compromise protected health information integrity and availability.

Mitigation Strategies

Immediately update AVideo to a patched version if available. As a temporary measure, disable GET requests to the plugin/API/set.json.php endpoint or enforce CSRF checks for all requests carrying session cookies, ensuring they must be POST requests.

Chat Assistant

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

EPSS Chart