AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-71292

HIGH · CVSS 7.2 EPSS 0.32% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The vulnerability affects the Subrion CMS, specifically in the admin grid sorting functionality, where improper validation of the `sort` GET parameter allows authenticated administrators to inject arbitrary SQL queries. This can lead to unauthorized access to sensitive database contents, including administrator password hashes. Organizations using Subrion CMS should prioritize patching this issue, particularly those with extensive admin grid functionalities, to mitigate the risk of SQL injection attacks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-71292
Severity
HIGH
CVSS
7.2
EPSS
0.32%

Original 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.