Cyber Resilience

CVE-2025-11005

CriticalRCE

Published: 25 September 2025

Published
25 September 2025
Modified
16 October 2025
KEV Added
Patch
CVSS Score v4 9.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:H/SC:H/SI:L/SA:H/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.0102 77.6th percentile
Risk Priority 19 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-11005 is a critical-severity OS Command Injection (CWE-78) vulnerability in Totolink X6000R Firmware. Its CVSS base score is 9.3 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 22.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

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

Deeper analysis

CVE-2025-11005 is an OS command injection vulnerability (CWE-78) affecting the TOTOLINK X6000R router. It stems from improper neutralization of special elements in OS commands and impacts all versions through firmware V9.4.0cu.1458_B20250708. The flaw carries a CVSS 4.0 score of 9.3, reflecting network-accessible attack vectors with no required authentication or user interaction.

An unauthenticated remote attacker can supply crafted input that results in arbitrary operating-system command execution on the device. Successful exploitation grants the ability to read or modify sensitive data, disrupt device operation, and potentially leverage the router as a pivot point into attached networks, consistent with the high confidentiality, integrity, and availability impacts described in the CVSS vector.

The referenced Palo Alto Networks disclosure and TOTOLINK firmware page indicate that updated firmware is the primary remediation path; administrators should obtain the latest release from the vendor. The associated EPSS score rose from a low baseline to a peak of 0.0321 on 2026-02-03 before receding to the current value of 0.0089, indicating a period of increased exploitation interest following public disclosure.

EU & UK References

Vulnerability details

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability in TOTOLINK X6000R allows OS Command Injection.This issue affects X6000R: through V9.4.0cu.1458_B20250708.

CWE(s)

Related Threats

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.008 Network Device CLI Execution
Adversaries may abuse scripting or built-in command line interpreters (CLI) on network devices to execute malicious command and payloads.
Why these techniques?

OS Command Injection vulnerability in the TOTOLINK X6000R router enables exploitation of a public-facing web application (T1190) to execute arbitrary commands via the network device CLI or shell (T1059.008).

CVEs Like This One

CVE-2025-52906Same product: Totolink X6000R
CVE-2025-70328Same product: Totolink X6000R
CVE-2026-4611Same product: Totolink X6000R
CVE-2025-52907Same product: Totolink X6000R
CVE-2025-52053Same product: Totolink X6000R
CVE-2026-31177Same vendor: Totolink
CVE-2026-31181Same vendor: Totolink
CVE-2025-25579Same vendor: Totolink
CVE-2025-51390Same vendor: Totolink
CVE-2026-31178Same vendor: Totolink

Affected Assets

totolink
x6000r firmware
≤ 9.4.0cu.1360_b20241207

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates OS command injection by requiring validation and sanitization of inputs to neutralize special elements used in OS commands.

prevent

Remediates the specific flaw in the TOTOLINK X6000R firmware through timely patching as advised by vendors.

prevent

Complements input validation by restricting types and quantities of inputs to block oversized or malformed payloads used in command injection exploits.

References