CVE Catalog

CVE-2026-84208

HighCVSS 7.5
Published: Translated: NVD NIST

Summary

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.

Risk Assessment

Unauthenticated SQL injection can lead to full data exfiltration from the database, including user passwords, potentially resulting in confidentiality and integrity breaches.

Recommendation

It is recommended to immediately update AVideo to a version newer than 29.0 if a patch is available. Also, use parameterized queries or proper escaping in the application code.

Other vulnerabilities in AVideo

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS