CVE-2026-33025HIGH 8.8EPSS p31.5%

CVE-2026-33025CVE-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.

Scoring

CVSS 3.18.8 (HIGH)
VectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS0.40% probability of exploitation · percentile 31.5% · 2026-06-18T12:00:27Z
Published2026-03-20
Last modified2026-03-24

Underlying weaknesses· 1

CWE-89

References

  1. https://github.com/WWBN/AVideo-Encoder/commit/d1c8a17ac88b5e27da9dfb7a230bbaf54aa53124
  2. https://github.com/WWBN/AVideo-Encoder/security/advisories/GHSA-5qvj-5h75-27pj

1

TypeTargetConfidenceTier
WeaknessImproper Neutralization of Special Elements used in an SQL Command ('SQL Injection')cwe-890%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CVE
CVE-2026-28501
CVE
CVE-2026-33352
CVE
CVE-2026-33770
CVE
CVE-2026-33024
CVE
CVE-2026-33479
CVE
CVE-2026-33767
Sourced from NVD + FIRST.org EPSS. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.