CVE-2026-85155
Received Received - Intake

SQL Injection in WWBN AVideo get.json.php API

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

Publication date: 2026-09-03

Last updated on: 2026-09-03

Assigner: VulnCheck

Description

WWBN AVideo contains a SQL injection vulnerability in the sort column parameter of the get.json.php endpoint with APIName=channels that allows unauthenticated attackers to order results by arbitrary database columns including users.password and users.recoverPass. Attackers can exploit this ordering oracle to infer password hash values and recovery tokens, and trigger SQL errors that disclose the full query statement and database schema.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
wwbn avideo *
wwbn avideo to 29.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

WWBN AVideo has a SQL injection flaw in the sort column parameter of the get.json.php endpoint when APIName=channels is used. This allows unauthenticated attackers to manipulate database queries by ordering results with arbitrary columns like users.password or users.recoverPass. Attackers can exploit this to infer sensitive data such as password hashes and recovery tokens, and may trigger SQL errors that reveal the full query and database structure.

Detection Guidance

To detect this SQL injection vulnerability in WWBN AVideo, inspect network traffic for requests to the get.json.php endpoint with APIName=channels. Look for sort column parameters that may include database column names like users.password or users.recoverPass. Monitor for SQL errors or unusual responses that reveal query statements or schema details.

Impact Analysis

This vulnerability allows attackers to extract sensitive data like password hashes and recovery tokens without authentication. They can also gain insights into the database schema, which may aid further attacks. If exploited, it could lead to unauthorized access to user accounts, data breaches, and potential system compromise depending on the database contents.

Compliance Impact

This vulnerability likely violates compliance requirements under GDPR and HIPAA due to unauthorized access to sensitive data such as passwords and recovery tokens. GDPR requires protection of personal data, while HIPAA mandates safeguards for protected health information. A breach could result in legal penalties, fines, and reputational damage for affected organizations.

Mitigation Strategies

Immediately update WWBN AVideo to the latest patched version. If no patch is available, restrict access to the get.json.php endpoint via firewall rules or disable the APIName=channels parameter. Implement input validation to sanitize the sort column parameter and use prepared statements in all database queries.

Chat Assistant

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

EPSS Chart