CVE-2026-26794
Published: 12 March 2026
Description
GL-iNet GL-AR300M16 v4.3.11 was discovered to contain a SQL injection vulnerability via the add_group() function. This vulnerability allows attackers to execute arbitrary SQL database operations via a crafted HTTP request.
Mitigating Controls (NIST 800-53 r5)AI
Directly requires validation and sanitization of unsanitized user inputs to the add_group() function to prevent arbitrary SQL execution via crafted HTTP requests.
Mandates timely remediation of the specific SQL injection flaw in GL-iNet GL-AR300M16 firmware v4.3.11 to eliminate the vulnerability.
Enforces restrictions on HTTP request inputs such as length limits and allowed characters to block oversized or malformed SQL injection payloads.
Security SummaryAI
CVE-2026-26794 is a SQL injection vulnerability (CWE-89) affecting the GL-iNet GL-AR300M16 router on firmware version 4.3.11. The issue exists in the add_group() function, which does not properly sanitize user inputs, enabling attackers to execute arbitrary SQL database operations via a crafted HTTP request. Published on 2026-03-12, it carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), reflecting its high severity due to network accessibility and significant impacts.
The vulnerability can be exploited by low-privileged users (PR:L) who can send a specially crafted HTTP request over the network with low attack complexity and no user interaction required. Successful exploitation grants attackers the ability to perform arbitrary SQL operations on the device's database, leading to high confidentiality, integrity, and availability impacts, such as data exfiltration, modification, or denial of service.
A reference to a proof-of-concept exploit is available at https://github.com/sezangel/IOT-vul/tree/main/GL-iNet/GL-AR300M16/acl--add_group. No vendor advisories or patches are detailed in the provided information.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in web interface enables exploitation of public-facing application (T1190) and arbitrary SQL operations facilitating data collection from databases (T1213.006).