Cyber Resilience

CVE-2026-11450

Medium

Published: 07 June 2026

Published
07 June 2026
Modified
08 June 2026
KEV Added
Patch
CVSS Score v4 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0131 67.0th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-11450 is a medium-severity Injection (CWE-74) vulnerability. Its CVSS base score is 6.9 (Medium).

Operationally, ranked in the top 33.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

A vulnerability identified as CVE-2026-11450 exists in the GL.iNet GL-MT3000 firmware version 4.4.5. It resides in the dlopen function within the /usr/lib/oui-httpd/rpc/ library of the Path Normalization Handler component. The flaw stems from improper handling of the dev_name argument, enabling command injection as classified under CWE-74 and CWE-77. The issue can be triggered remotely without authentication and carries a CVSS 4.0 score of 6.9.

An unauthenticated remote attacker can supply a crafted dev_name value to the affected RPC endpoint, resulting in arbitrary command execution on the device. Successful exploitation grants limited control over confidentiality, integrity, and availability of the target system, though no special user interaction or privileges are required.

The vendor states that upgrading to firmware version 4.7 resolves the issue by introducing method-level validation at the HTTP /rpc layer. Specifically, nas-web.eject_disk is removed from the whitelist of allowed methods, causing direct calls through the default /rpc endpoint to return "Invalid params" and blocking access to subsequent dangerous functions. Public references, including a detailed GitHub report and Vuldb entries, document the same upgrade recommendation.

The associated EPSS score remains flat at 0.0131 with no material increase observed.

EU & UK References

Vulnerability details

A vulnerability was detected in GL.iNet GL-MT3000 4.4.5. This affects the function dlopen in the library /usr/lib/oui-httpd/rpc/ of the component Path Normalization Handler. Performing a manipulation of the argument dev_name results in command injection. It is possible to initiate the…

more

attack remotely. Upgrading to version 4.7 mitigates this issue. It is advisable to upgrade the affected component. The vendor confirms: " From version 4.7 onward, we have enabled method‑level validation at the HTTP /rpc layer. nas‑web.eject_disk is no longer in the whitelist of allowed methods. Consequently, directly calling eject_disk through the default /rpc endpoint returns Invalid params, preventing entry into subsequent dangerous functions and blocking the remote exploit chain described in the report."

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

From
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-74

Developer assessments and testing (including injection-focused techniques) identify improper neutralization of special elements, and the verifiable flaw remediation corrects them pre-deployment.

addresses: CWE-74

Identifies indicators of injection attacks (command, SQL, LDAP, etc.) via anomaly and attack monitoring.

References