VYPR
Unrated severityNVD Advisory· Published Mar 20, 2026· Updated Mar 20, 2026

AVideo-Encoder is Vulnerable to Authenticated SQL Injection via ORDER BY Clause

CVE-2026-33025

Description

AVideo is a video-sharing Platform. Versions prior to 8.0 contain a SQL Injection vulnerability in the getSqlFromPost() method of Object.php. The $_POST['sort'] array keys are used directly as SQL column identifiers inside an ORDER BY clause. Although real_escape_string() was applied, it only escapes string-context characters (quotes, null bytes) and provides no protection for SQL identifiers — making it entirely ineffective here. This issue has been fixed in version 8.0. To workaround this issue without upgrading, operators can apply a WAF rule to block POST requests where any sort[*] key contains characters outside [A-Za-z0-9_]. Alternatively, restrict access to the queue view (queue.json.php, index.php) to trusted IP ranges only.

Affected products

2
  • WWBN/Avideollm-fuzzy
    Range: <8.0
  • WWBN/AVideo-Encoderv5
    Range: < 8.0

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

2

News mentions

0

No linked articles in our index yet.