CVE-2025-55591
Published: 18 August 2025
Summary
CVE-2025-55591 is a critical-severity Command Injection (CWE-77) vulnerability in Totolink A3002R Firmware. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Network Device CLI (T1059.008); ranked in the top 7.4% of CVEs by exploit likelihood; 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 SI-2 (Flaw Remediation).
Deeper analysis
TOTOLINK A3002R firmware version 4.0.0-B20230531.1404 contains a command injection vulnerability (CWE-77) in the devicemac parameter of the formMapDel endpoint. The issue received a CVSS 3.1 score of 9.8, reflecting network-accessible exploitation without authentication or user interaction.
An unauthenticated attacker can supply a crafted devicemac value to the affected endpoint and execute arbitrary operating-system commands on the device, resulting in full confidentiality, integrity, and availability impact.
A publicly available proof-of-concept exploit has been posted to GitHub. The associated EPSS score has remained in a narrow band between 0.0865 and 0.0990 with no pronounced upward trajectory after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-28602
Vulnerability details
TOTOLINK-A3002R v4.0.0-B20230531.1404 was discovered to contain a command injection vulnerability in the devicemac parameter in the formMapDel endpoint.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Command injection in web endpoint (formMapDel/devicemac) enables exploitation of public-facing application (T1190) and command execution on network device CLI (T1059.008).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates command injection by requiring validation of the devicemac parameter to reject malicious inputs before execution.
Restricts the devicemac input to expected MAC address formats and lengths, blocking oversized or malformed payloads used in command injection.
Requires timely identification, reporting, and patching of the specific command injection flaw in the router firmware version.