Cyber Posture

CVE-2026-26794

HighPublic PoC

Published: 12 March 2026

Published
12 March 2026
Modified
16 March 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0025 48.3th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

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

prevent

Directly requires validation and sanitization of unsanitized user inputs to the add_group() function to prevent arbitrary SQL execution via crafted HTTP requests.

prevent

Mandates timely remediation of the specific SQL injection flaw in GL-iNet GL-AR300M16 firmware v4.3.11 to eliminate the vulnerability.

prevent

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

gl-inet
ar300m16 firmware
4.3.11

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
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).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References