CVE-2025-29229
Published: 23 December 2025
Description
linksys E5600 V1.1.0.26 is vulnerable to command injection in the function ddnsStatus.
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents command injection by validating and sanitizing untrusted inputs to the vulnerable ddnsStatus function.
Remediates the specific command injection flaw in Linksys E5600 firmware V1.1.0.26 through timely flaw correction and patching.
Limits unauthenticated access to the vulnerable ddnsStatus function, blocking remote exploitation requiring no privileges.
Security SummaryAI
CVE-2025-29229 is a command injection vulnerability (CWE-77) in the ddnsStatus function of the Linksys E5600 router firmware version V1.1.0.26. Published on 2025-12-23, it carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), classifying it as critical due to its potential for severe impact.
The vulnerability enables remote exploitation over the network with low attack complexity, requiring no authentication, privileges, or user interaction. An unauthenticated attacker can inject and execute arbitrary commands on the affected device, achieving high confidentiality, integrity, and availability impacts.
Mitigation details are available in the referenced advisory at https://github.com/JZP018/Vuln/blob/main/linsys/E5600/CI_ddnsStatus/CI_ddnsStatus.md.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unauthenticated remote command injection in public-facing router firmware directly enables exploitation of public-facing application (T1190) and command execution on network device (T1059.008).