Cyber Resilience

CVE-2025-7952

LowPublic PoC

Published: 22 July 2025

Published
22 July 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.0761 92.0th percentile
Risk Priority 9 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-7952 is a low-severity Injection (CWE-74) vulnerability in Totolink T6 Firmware. Its CVSS base score is 2.1 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 8.0% 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

A critical command injection vulnerability exists in the ckeckKeepAlive function within the wireless.so component of the MQTT Packet Handler on TOTOLINK T6 firmware version 4.1.5cu.748. The flaw stems from improper handling of input in this function, classified under CWE-74 and CWE-77, and permits remote attackers to inject and execute arbitrary commands.

An authenticated remote attacker can initiate the attack over the network without user interaction, achieving limited effects on confidentiality, integrity, and availability as reflected in the CVSS 4.0 score of 2.1. Public proof-of-concept code has been released, enabling potential reuse by threat actors with low privileges.

No official patches or mitigation guidance appear in the referenced disclosures. The EPSS score remains flat at 0.0761 with no material increase since publication, indicating limited observed exploitation interest to date.

EU & UK References

Vulnerability details

A vulnerability classified as critical was found in TOTOLINK T6 4.1.5cu.748. This vulnerability affects the function ckeckKeepAlive of the file wireless.so of the component MQTT Packet Handler. The manipulation leads to command injection. The attack can be initiated remotely. The…

more

exploit has been disclosed to the public and may be used.

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

Remote command injection in public-facing MQTT handler directly enables T1190 for initial access and T1059.004 for Unix shell command execution on the router firmware.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-7524Same product: Totolink T6
CVE-2025-7613Same product: Totolink T6
CVE-2025-7525Same product: Totolink T6
CVE-2025-7614Same product: Totolink T6
CVE-2025-7615Same product: Totolink T6
CVE-2025-7460Same product: Totolink T6
CVE-2025-7758Same product: Totolink T6
CVE-2025-7837Same product: Totolink T6
CVE-2025-8170Same product: Totolink T6
CVE-2025-7912Same product: Totolink T6

Affected Assets

totolink
t6 firmware
v4.1.5cu.748_b20211015

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly blocks command injection in ckeckKeepAlive by validating/sanitizing all MQTT packet inputs before they reach the wireless.so handler.

prevent

Requires prompt application of vendor patches or firmware updates that eliminate the publicly disclosed command-injection flaw in the MQTT component.

prevent

Disables or restricts the unnecessary MQTT Packet Handler (and wireless.so functions) to reduce the exposed attack surface on the TOTOLINK device.

References