CVE Catalog

CVE-2026-71292

HighCVSS 7.2
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.32%

24th percentile - higher than 24% of all known CVEs

Summary

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.

Risk Assessment

The risk is the possibility of SQL injection or other attacks through manipulation of the sorting parameter, which can lead to unauthorized data access or database corruption.

Recommendation

It is recommended to update Subrion CMS to a version containing a fix or to manually add validation and escaping of sorting parameters.

Other vulnerabilities in Subrion CMS

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS