Cyber Posture

CVE-2026-26732

HighPublic PoC

Published: 17 February 2026

Published
17 February 2026
Modified
11 March 2026
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.0018 38.7th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Description

TOTOLINK A3002RU V2.1.1-B20211108.1455 was discovered to contain a stack-based buffer overflow via the vpnUser or vpnPassword` parameters in the formFilter function.

Mitigating Controls (NIST 800-53 r5)AI

prevent

Requires validation of vpnUser and vpnPassword inputs to prevent stack-based buffer overflows in the formFilter function.

preventdetect

Implements memory protections like stack canaries and non-executable stacks to mitigate exploitation of the buffer overflow vulnerability.

prevent

Mandates timely remediation of the identified stack buffer overflow flaw through firmware updates or mitigations.

Security SummaryAI

CVE-2026-26732 is a stack-based buffer overflow vulnerability (CWE-787, CWE-121) in the TOTOLINK A3002RU router running firmware version V2.1.1-B20211108.1455. The flaw occurs in the formFilter function when processing the vpnUser or vpnPassword parameters, allowing overflow conditions that can corrupt the stack.

The vulnerability has 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), indicating network accessibility with low complexity and requiring only low privileges, such as those of an authenticated user. Exploitation enables an attacker to achieve high impacts on confidentiality, integrity, and availability, potentially leading to remote code execution on the affected device.

A proof-of-concept for the stack overflow is publicly available in a GitHub repository at https://github.com/0xmania/cve/tree/main/TOTOLINK-A3002RU-boa-formFilter-StackOverflow. No vendor advisories or patches are detailed in the CVE references.

Details

CWE(s)

Affected Products

totolink
a3002ru firmware
2.1.1-b20211108.1455

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?

The stack-based buffer overflow in the router's formFilter function (processing web parameters) enables remote code execution via exploitation of a public-facing web application/service, directly mapping to T1190: Exploit Public-Facing Application.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References