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.
References
| Link | Resource |
|---|---|
| https://github.com/WWBN/AVideo-Encoder/commit/d1c8a17ac88b5e27da9dfb7a230bbaf54aa53124 | Patch |
| https://github.com/WWBN/AVideo-Encoder/security/advisories/GHSA-5qvj-5h75-27pj | Mitigation Vendor Advisory |
Configurations
History
24 Mar 2026, 16:32
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:a:wwbn:avideo-encoder:*:*:*:*:*:*:*:* | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 8.8 |
| References | () https://github.com/WWBN/AVideo-Encoder/commit/d1c8a17ac88b5e27da9dfb7a230bbaf54aa53124 - Patch | |
| References | () https://github.com/WWBN/AVideo-Encoder/security/advisories/GHSA-5qvj-5h75-27pj - Mitigation, Vendor Advisory | |
| First Time |
Wwbn
Wwbn avideo-encoder |
|
| Summary |
|
20 Mar 2026, 05:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-03-20 05:16
Updated : 2026-03-24 16:32
NVD link : CVE-2026-33025
Mitre link : CVE-2026-33025
CVE.ORG link : CVE-2026-33025
JSON object : View
Products Affected
wwbn
- avideo-encoder
CWE
CWE-89
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
