Cyber Resilience

CVE-2025-10634

LowPublic PoC

Published: 18 September 2025

Published
18 September 2025
Modified
29 April 2026
KEV Added
Patch
CVSS Score v4 2.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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.0024 47.1th percentile
Risk Priority 4 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-10634 is a low-severity Injection (CWE-74) vulnerability in Dlink Dir-823X Firmware. Its CVSS base score is 2.1 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Unix Shell (T1059.004); ranked at the 47.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and AC-6 (Least Privilege).

Deeper analysis

CVE-2025-10634 is a command injection vulnerability in D-Link DIR-823X routers running firmware versions 240126, 240802, and 250416. The flaw affects the sub_412E7C function in the /usr/sbin/goahead file, part of the Environment Variable Handler component. It arises from improper handling of the terminal_addr, server_ip, or server_port arguments, enabling injected commands. Published on 2025-09-18T02:15:40.273, the vulnerability carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) and maps to CWEs-74 and CWE-77.

The vulnerability is remotely exploitable over the network with low attack complexity and no user interaction required. Exploitation demands low privileges (PR:L), such as those of an authenticated user. Attackers can achieve limited impacts, including low-level disclosure of information, modification of data, and denial of service through command injection.

References point to a GitHub repository with exploit details, a Baidu share likely containing the exploit, and multiple VulDB entries. No specific mitigation steps or patches are described in the available information; practitioners should review vendor guidance and the linked advisories for remediation options.

An exploit is publicly available, heightening the potential for real-world abuse against unpatched devices.

EU & UK References

Vulnerability details

A weakness has been identified in D-Link DIR-823X 240126/240802/250416. The impacted element is the function sub_412E7C of the file /usr/sbin/goahead of the component Environment Variable Handler. This manipulation of the argument terminal_addr/server_ip/server_port causes command injection. The attack can be initiated…

more

remotely. The exploit has been made available to the public and could be exploited.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
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.
Why these techniques?

The remote command injection vulnerability in the router's GoAhead web server (public-facing application) enables T1190 (Exploit Public-Facing Application) for initial access/execution and directly facilitates T1059.004 (Unix Shell) by allowing arbitrary command execution on the Linux-based device.

CVEs Like This One

CVE-2025-29635Same product: Dlink Dir-823X
CVE-2026-2210Same product: Dlink Dir-823X
CVE-2026-2157Same product: Dlink Dir-823X
CVE-2026-2129Same product: Dlink Dir-823X
CVE-2026-2143Same product: Dlink Dir-823X
CVE-2026-2084Same product: Dlink Dir-823X
CVE-2026-2063Same product: Dlink Dir-823X
CVE-2026-2175Same product: Dlink Dir-823X
CVE-2026-2155Same product: Dlink Dir-823X
CVE-2026-2142Same product: Dlink Dir-823X

Affected Assets

dlink
dir-823x firmware
240126, 240802, 250416

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation and sanitization of untrusted inputs (terminal_addr/server_ip/server_port) to block command injection in the Environment Variable Handler.

prevent

Limits the scope of authenticated low-privilege accounts that can reach the vulnerable sub_412E7C function, reducing the attack surface for remote command injection.

prevent

Restricts unnecessary functionality and network-exposed services in the goahead binary, preventing activation of the vulnerable argument-handling code.

References