Cyber Resilience

CVE-2025-29635

HighCISA KEVActive ExploitationEUVD ExploitedPublic PoCRCE

Published: 25 March 2025

Published
25 March 2025
Modified
24 April 2026
KEV Added
24 April 2026
Patch
CVSS Score v3.1 7.2 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.1995 95.6th percentile
Risk Priority 46 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-29635 is a high-severity Command Injection (CWE-77) vulnerability in Dlink Dir-823X Firmware. Its CVSS base score is 7.2 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 4.4% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-29635 is a command injection vulnerability in D-Link DIR-823X devices running firmware versions 240126 and 240802. The issue occurs in the set_prohibiting function, where specially crafted input submitted via a POST request to /goform/set_prohibiting results in execution of attacker-controlled commands on the device. It is tracked under CWE-77 and carries a CVSS 3.1 score of 7.2.

An attacker who already possesses administrative credentials can exploit the flaw remotely over the network to achieve arbitrary command execution, granting full control over the affected router with impacts to confidentiality, integrity, and availability.

The vulnerability appears in the CISA Known Exploited Vulnerabilities catalog. Public reporting from Akamai describes active use of the flaw in Mirai botnet campaigns that target D-Link devices. The associated EPSS score rose materially from lower values to a peak of 0.6969 on 2026-04-29 before receding to the current 0.1995.

Technical details of the injection vector are documented in a public GitHub repository.

EU & UK References

Vulnerability details

A command injection vulnerability in D-Link DIR-823X 240126 and 240802 allows an authorized attacker to execute arbitrary commands on remote devices by sending a POST request to /goform/set_prohibiting via the corresponding function, triggering remote command execution.

CWE(s)
KEV Date Added
24 April 2026

Related Threats

Threat-Actor AttributionAI

Mirai
Akamai reports Mirai campaign exploiting CVE-2025-29635 against D-Link DIR-823X devices.

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

Command injection in web management endpoint (/goform/set_prohibiting) on exposed router enables exploitation of public-facing application for initial access (T1190) and arbitrary command execution via Unix shell (T1059.004).

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

CVEs Like This One

CVE-2026-2175Same product: Dlink Dir-823X
CVE-2025-10634Same product: Dlink Dir-823X
CVE-2026-2210Same product: Dlink Dir-823X
CVE-2026-2155Same 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-2081Same product: Dlink Dir-823X
CVE-2026-2142Same product: Dlink Dir-823X

Affected Assets

dlink
dir-823x firmware
240126, 240802

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

preventrecover

Requires timely remediation of the specific command injection flaw in D-Link DIR-823X firmware versions 240126 and 240802 to eliminate the vulnerability.

prevent

Mandates validation and sanitization of inputs to the /goform/set_prohibiting POST endpoint to directly block command injection attacks.

detect

Enables detection of firmware modifications or integrity violations resulting from exploitation, such as Mirai botnet infections.

References