CVE-2026-26732
Published: 17 February 2026
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
Requires validation of vpnUser and vpnPassword inputs to prevent stack-based buffer overflows in the formFilter function.
Implements memory protections like stack canaries and non-executable stacks to mitigate exploitation of the buffer overflow vulnerability.
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
MITRE ATT&CK Enterprise TechniquesAI
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.