Cyber Resilience

CVE-2025-7837

HighPublic PoC

Published: 19 July 2025

Published
19 July 2025
Modified
23 July 2025
KEV Added
Patch
CVSS Score v4 7.4 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/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.0077 73.9th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-7837 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Totolink T6 Firmware. Its CVSS base score is 7.4 (High).

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

Deeper analysis

CVE-2025-7837 is a critical buffer overflow vulnerability affecting the TOTOLINK T6 router running firmware version 4.1.5cu.748_B20211015. The issue resides in the recvSlaveStaInfo function of the MQTT Service component, where manipulation of the 'dest' argument triggers the overflow. It is associated with CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-120 (Buffer Copy without Checking Size of Input).

The vulnerability carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), enabling remote exploitation over the network with low attack complexity by an attacker possessing low privileges. Successful exploitation could grant high impacts on confidentiality, integrity, and availability, likely allowing arbitrary code execution on the affected device.

References point to a GitHub repository containing details and a proof-of-concept for the exploit, along with VulDB entries documenting the issue. No vendor advisories or patches are specified in the available information, though the public disclosure of the exploit heightens the risk of active attacks.

EU & UK References

Vulnerability details

A vulnerability was found in TOTOLINK T6 4.1.5cu.748_B20211015 and classified as critical. Affected by this issue is the function recvSlaveStaInfo of the component MQTT Service. The manipulation of the argument dest leads to buffer overflow. The attack may be launched…

more

remotely. The 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.
Why these techniques?

Remote buffer overflow in the MQTT service of the TOTOLINK T6 router enables exploitation of a public-facing application.

CVEs Like This One

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

Affected Assets

totolink
t6 firmware
v4.1.5cu.748_b20211015

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents buffer overflows by requiring validation of inputs like the manipulated 'dest' argument in the recvSlaveStaInfo MQTT function.

prevent

Addresses the root flaw remediation by establishing processes to identify, prioritize, and patch vulnerabilities like this buffer overflow in router firmware.

prevent

Implements memory safeguards such as DEP and ASLR to block unauthorized code execution resulting from the buffer overflow exploitation.

References