CVE-2026-85155: WWBN AVideo SQL Injection via get.json.php APIName channels
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.
Affected Software
Event History
Frequently Asked Questions
Who can exploit this issue?
Any unauthenticated remote attacker who can reach the get.json.php endpoint can exploit it. No account, prior privileges, or user interaction is required.
What data could be exposed through exploitation?
An attacker can use the ordering behavior to infer password hash values and password-recovery tokens. SQL errors can also reveal the full database query statement and database schema.
Is there a temporary mitigation if a fix cannot be applied immediately?
The provided information identifies get.json.php with APIName=channels and the sort column parameter as the affected attack path. Restricting unauthenticated access to that endpoint or blocking requests using that APIName and parameter can reduce exposure until remediation is available.