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.
Published: 2026-09-01
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

AVideo versions up to 29.0 have an unauthenticated SQL injection in the User_Location plugin’s regions.json.php and cities.json.php endpoints. The country and region GET parameters are incorporated directly into SQL queries without any escaping or prepared statement binding, allowing an attacker to perform a UNION-based injection that can read any table in the database. This flaw falls under CWE‑89 and can disclose sensitive data such as user credentials and personal information.

Affected Systems

The vulnerability is present in the AVideo product from the vendor WWBN. All releases up to and including version 29.0 are affected.

Risk and Exploitability

The CVSS score of 8.7 categorizes this flaw as high severity, and it can be exploited by unauthenticated users over the network through the public HTTP endpoints. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog. Given that the exploitation requires only a crafted GET request to the vulnerable endpoints, the risk of exploitation is significant if the application is exposed to the internet. An attacker could extract database contents resulting in confidentiality compromise and potential credential theft.

Generated by OpenCVE AI on September 1, 2026 at 23:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply an official AVideo update to version 29.1 or later, which removes the vulnerable SQL query handling.
  • If an immediate patch cannot be applied, disable or remove the User_Location plugin so that the regions.json.php and cities.json.php endpoints are no longer accessible to unauthenticated users.
  • Implement network or web server access controls to restrict HTTP access to the vulnerable endpoints to authorized management users only or block external access entirely.

Generated by OpenCVE AI on September 1, 2026 at 23:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 22:30:00 +0000

Type Values Removed Values Added
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.
Title AVideo User_Location Plugin Unauthenticated SQL Injection
First Time appeared Wwbn
Wwbn avideo
Weaknesses CWE-89
CPEs cpe:2.3:a:wwbn:avideo:*:*:*:*:*:*:*:*
Vendors & Products Wwbn
Wwbn avideo
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-01T22:25:30.493Z

Reserved: 2026-09-01T11:03:27.973Z

Link: CVE-2026-84208

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-01T23:17:21.353

Modified: 2026-09-01T23:17:21.353

Link: CVE-2026-84208

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-02T00:00:06Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')