CVE-2025-46060
Published: 13 June 2025
Summary
CVE-2025-46060 is a critical-severity Classic Buffer Overflow (CWE-120) vulnerability in Totolink N600R Firmware. Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 15.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Deeper analysis
CVE-2025-46060 is a buffer overflow vulnerability, tracked under CWE-120, that affects the TOTOLINK N600R router running firmware version 4.3.0cu.7866_B2022506. The flaw resides in the UPLOAD_FILENAME component and carries a CVSS 3.1 base score of 9.8, reflecting network-accessible, unauthenticated exploitation that can fully compromise confidentiality, integrity, and availability.
A remote attacker can supply a crafted upload filename to trigger the overflow and execute arbitrary code on the device without requiring credentials or user interaction. The attack is possible over the network with low complexity, enabling complete takeover of the affected router.
The provided references point to the vendor site and a public GitHub repository containing technical details, but no official patch or mitigation guidance is described in the available information. The associated EPSS score remains low, with a current value of 0.0211 and a peak of 0.0213, indicating limited observed exploitation interest to date.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-18267
Vulnerability details
Buffer Overflow vulnerability in TOTOLINK N600R v4.3.0cu.7866_B2022506 allows a remote attacker to execute arbitrary code via the UPLOAD_FILENAME component
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Buffer overflow in web CGI interface (cstecgi.cgi) via UPLOAD_FILENAME enables remote arbitrary code execution on public-facing router application.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Platform-independent managed code eliminates the need for unchecked native buffer copies that are the root cause of classic buffer overflows.