SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-84208

HIGH · CVSS 7.5 EPSS 0.28% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-01 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

AVideo versions prior to 29.0 are vulnerable due to an unauthenticated SQL injection flaw in the User_Location plugin's endpoints, which allows attackers to manipulate SQL queries through unvalidated GET parameters. This vulnerability can lead to unauthorized access to sensitive database information, including password hashes. Organizations using AVideo should prioritize patching this issue to mitigate the risk of data breaches and unauthorized access.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-84208
Severity
HIGH
CVSS
7.5
EPSS
0.28%

Original NVD Description

AVideo through version 29.0 contains an unauthenticated SQL injection vulnerability in the User_Location plugin's regions.json.php and cities.json.php endpoints. The country and region GET parameters are passed directly into SQL queries without escaping or prepared statement binding, allowing unauthenticated attackers to execute UNION-based SQL injection to read arbitrary database contents including password hashes and sensitive data.