CVE-2026-33025

Source
https://cve.org/CVERecord?id=CVE-2026-33025
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-33025.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-33025
Aliases
  • GHSA-5qvj-5h75-27pj
Published
2026-03-20T05:02:09.501Z
Modified
2026-07-15T01:49:07.594732138Z
Severity
  • 8.6 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
AVideo-Encoder is Vulnerable to Authenticated SQL Injection via ORDER BY Clause
Details

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 realescapestring() 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.

Database specific
{
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-89"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/33xxx/CVE-2026-33025.json"
}
References

Affected packages

Git / github.com/wwbn/avideo-encoder

Affected ranges

Type
GIT
Repo
https://github.com/wwbn/avideo-encoder
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Fixed
Database specific
{
    "source": [
        "CPE_RANGE",
        "REFERENCES"
    ],
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "8.0"
        }
    ],
    "cpe": "cpe:2.3:a:wwbn:avideo-encoder:*:*:*:*:*:*:*:*"
}

Affected versions

1.*
1.0
3.*
3.0
3.7
7.*
7.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-33025.json"