CVE-2026-71292: Subrion CMS Admin Grid SQL Injection via Unwhitelisted ORDER BY sort Parameter
Subrion CMS's admin grid sorting helper, gridGetSorting in includes/classes/ia.base.controller.admin.php, whitelists the (ASC/DESC) request parameter via inarray, 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.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-71292?
The severity of CVE-2026-71292 is rated as high with a score of 7.2.
What type of vulnerability is CVE-2026-71292?
CVE-2026-71292 is an SQL Injection vulnerability.
How do I fix CVE-2026-71292?
To fix CVE-2026-71292, ensure that the 'sort' parameter is properly validated against a whitelist of acceptable values before being processed.
Which software is affected by CVE-2026-71292?
CVE-2026-71292 affects Subrion CMS.
What component is vulnerable in CVE-2026-71292?
The vulnerable component in CVE-2026-71292 is the admin grid sorting helper, _gridGetSorting(), in Subrion CMS.