Cyber Resilience

CVE-2025-7524

LowPublic PoC

Published: 13 July 2025

Published
13 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.0447 89.3th percentile
Risk Priority 7 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-7524 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 10.7% 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 command injection vulnerability tracked as CVE-2025-7524 affects the TOTOLINK T6 router running firmware 4.1.5cu.748_B20211015. The flaw exists in the setDiagnosisCfg function of the /cgi-bin/cstecgi.cgi endpoint inside the HTTP POST Request Handler, where unsanitized input to the ip parameter is passed to an operating-system command.

An authenticated remote attacker can supply a malicious ip value in a crafted POST request to execute arbitrary commands on the device. The CVSS 4.0 vector indicates network access with low attack complexity and low privileges, resulting in limited effects on confidentiality, integrity, and availability.

Public proof-of-concept code has been published on GitHub, and the EPSS score remains flat at 0.0447 with no material increase since disclosure. No vendor advisory or patch information is referenced in the available sources.

EU & UK References

Vulnerability details

A vulnerability was found in TOTOLINK T6 4.1.5cu.748_B20211015. It has been classified as critical. This affects the function setDiagnosisCfg of the file /cgi-bin/cstecgi.cgi of the component HTTP POST Request Handler. The manipulation of the argument ip leads to command injection.…

more

It is possible to initiate the attack 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.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

Command injection in public-facing router web CGI (/cgi-bin/cstecgi.cgi) enables exploitation of public-facing applications (T1190) and arbitrary Unix shell command execution (T1059.004).

CVEs Like This One

CVE-2025-7952Same 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

Validates and sanitizes the 'ip' argument in HTTP POST requests to the setDiagnosisCfg function in /cgi-bin/cstecgi.cgi to directly prevent command injection exploits.

preventrecover

Identifies, reports, and remediates the specific command injection flaw in TOTOLINK T6 firmware version 4.1.5cu.748_B20211015 through timely patching or updates.

prevent

Enforces least privilege on the HTTP POST handler process and any executed commands to limit the scope and impact of successful command injection by low-privilege (PR:L) attackers.

References