SQL Injection Vulnerability in AVideo Platform by WWBN
CVE-2026-33025
What is CVE-2026-33025?
The AVideo video-sharing platform has a vulnerability due to improper handling of user inputs in the getSqlFromPost() method of Object.php, specifically in how it incorporates the $_POST['sort'] array keys directly as SQL column identifiers in the ORDER BY clause. While the real_escape_string() function was intended to sanitize these inputs, it only offers protection against characters in a string context, failing to secure SQL identifiers. This flaw makes the system susceptible to SQL Injection attacks. Users are encouraged to upgrade to version 8.0 or to implement alternative measures such as employing Web Application Firewall (WAF) rules to restrict POST requests with non-alphanumeric characters in the 'sort' key or enforcing access controls to sensitive endpoints by allowing only trusted IP ranges.
Affected Version(s)
AVideo-Encoder < 8.0
