Cyber Posture

CVE-2025-2369

HighPublic PoC

Published: 17 March 2025

Published
17 March 2025
Modified
07 April 2025
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0039 60.0th 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.8 (High).

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

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

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.

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).

NVD Description

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.

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

totolink
ex1800t firmware
≤ 9.1.0cu.2112_b20220316

CVEs Like This One

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

References