Cyber Resilience

CVE-2025-2369

HighPublic PoC

Published: 17 March 2025

Published
17 March 2025
Modified
07 April 2025
KEV Added
Patch
CVSS Score v4 8.7 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: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.0039 60.4th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

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

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 39.6% 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-2369 is a critical stack-based buffer overflow vulnerability affecting TOTOLINK EX1800T routers running firmware versions up to 9.1.0cu.2112_B20220316. The issue resides in the setPasswordCfg function within the /cgi-bin/cstecgi.cgi component, where improper handling of the 'admpass' argument allows overflow. Rated at CVSS 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), it maps to CWEs-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer), CWE-121 (Stack-based Buffer Overflow), and CWE-787 (Out-of-bounds Write).

Attackers with low privileges, such as authenticated users, can exploit this remotely with low complexity and no user interaction required. Successful exploitation grants high-impact confidentiality, integrity, and availability violations, potentially enabling arbitrary code execution on the device. A public proof-of-concept exploit has been disclosed, increasing the risk of widespread abuse.

Advisories from VulDB detail the vulnerability (ctiid.299868, id.299868) and reference a submission entry, while a GitHub repository provides an exploit markdown for the setPasswordCfg 'admpass' overflow. The vendor's site at totolink.net should be consulted for any firmware updates or mitigation guidance.

EU & UK References

Vulnerability details

A vulnerability was found in TOTOLINK EX1800T up to 9.1.0cu.2112_B20220316. It has been classified as critical. Affected is the function setPasswordCfg of the file /cgi-bin/cstecgi.cgi. The manipulation of the argument admpass leads to stack-based buffer overflow. It is possible to…

more

launch 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.
T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

The stack-based buffer overflow in the unauthenticated web CGI interface (setPasswordCfg) of the TOTOLINK EX1800T router enables remote exploitation of a public-facing application (T1190) for RCE/shell access and can cause DoS via application/system crash (T1499.004).

CVEs Like This One

CVE-2025-2370Same product: Totolink Ex1800T
CVE-2025-2097Same product: Totolink Ex1800T
CVE-2025-1852Same product: Totolink Ex1800T
CVE-2025-2094Same product: Totolink Ex1800T
CVE-2025-2096Same product: Totolink Ex1800T
CVE-2025-2095Same product: Totolink Ex1800T
CVE-2025-1340Same vendor: Totolink
CVE-2025-8246Same vendor: Totolink
CVE-2025-8138Same vendor: Totolink
CVE-2025-8245Same vendor: Totolink

Affected Assets

totolink
ex1800t firmware
≤ 9.1.0cu.2112_b20220316

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation of the 'admpass' argument in setPasswordCfg to prevent stack-based buffer overflow from oversized or malformed inputs.

prevent

Implements memory protections such as stack canaries, ASLR, and non-executable stacks to mitigate exploitation of the stack-based buffer overflow.

prevent

Mandates timely remediation of the identified buffer overflow flaw through firmware updates for the TOTOLINK EX1800T router.

References