← Back to searchJSON

CVE-2026-71292

7.2 HIGHpublic exploit available

Published 2026-08-05 · Updated 2026-08-10

AI risk analysis

Summary
The flaw allows for SQL injection by misusing request parameters in Subrion CMS, enabling attackers to execute arbitrary SQL commands.
Exploitability
Exploitation is relatively straightforward given that only basic input validation is present and no proper escaping or sanitization of user inputs is applied.
Blast radius
If exploited, this could lead to complete database compromise, data theft, and potential system takeover affecting all users of the affected CMS instance.
Prioritized remediation
Update Subrion CMS to the latest version which includes security patches, or manually review and secure the vulnerable code snippet.
sql-injectionwebcmssecurity-update

Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.

NVD description

Subrion CMS's admin grid sorting helper, _gridGetSorting in includes/classes/ia.base.controller.admin.php, whitelists the (ASC/DESC) request parameter via in_array, but falls back to the raw, attacker-supplied GET parameter whenever the requested key is not present in the per-controller whitelist array: , which is then placed into %s with only backtick-quoting and no escaping.

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H

Weaknesses

CWE-89

Public exploit & PoC references

All references

Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.