Cyber Posture

CVE-2026-26731

HighPublic PoC

Published: 17 February 2026

Published
17 February 2026
Modified
16 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.0005 16.9th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-26731 is a high-severity Out-of-bounds Write (CWE-787) vulnerability in Totolink A3002Ru Firmware. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 16.9th percentile by exploit likelihood (below the median); 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

SI-10 requires validation of inputs like the routernamer parameter to prevent stack-based buffer overflows from oversized or malformed data.

prevent

SI-16 enforces memory protections such as stack canaries, DEP, and ASLR that directly mitigate exploitation of stack-based buffer overflows.

prevent

SI-2 mandates timely flaw remediation, including patching the specific buffer overflow in the formDnsv6 function of the Boa web server.

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.
T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Stack-based buffer overflow in public-facing Boa web server (formDnsv6) enables remote exploitation for RCE on network device (T1190); low-priv authenticated access yields full control (C/I/A high), directly supporting privilege escalation (T1068).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

TOTOLINK A3002RU V2.1.1-B20211108.1455 was discovered to contain a stack-based buffer overflow via the routernamer`parameter in the formDnsv6 function.

Deeper analysisAI

CVE-2026-26731 is a stack-based buffer overflow vulnerability affecting the TOTOLINK A3002RU router on firmware version V2.1.1-B20211108.1455. The flaw occurs in the formDnsv6 function when processing the routernamer parameter, as disclosed on 2026-02-17. It is associated with CWE-787 (Out-of-bounds Write) and CWE-121 (Stack-based Buffer Overflow), earning 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).

Attackers with low privileges, such as authenticated users, can exploit this vulnerability remotely over the network with low complexity and without requiring user interaction. Successful exploitation enables high-impact consequences, including unauthorized disclosure of sensitive data, modification of system resources, and denial of service through complete control over the affected component.

A proof-of-concept demonstrating the stack overflow in the Boa web server handling formDnsv6 is available at https://github.com/0xmania/cve/tree/main/TOTOLINK-A3002RU-boa-formDnsv6-StackOverflow. No vendor advisories or patches are referenced in the available information.

Details

CWE(s)

Affected Products

totolink
a3002ru firmware
2.1.1-b20211108.1455

CVEs Like This One

CVE-2026-26732Same product: Totolink A3002Ru-V2
CVE-2026-26736Same product: Totolink A3002Ru Firmware
CVE-2025-2370Same vendor: Totolink
CVE-2025-2097Same vendor: Totolink
CVE-2025-25610Same vendor: Totolink
CVE-2026-1686Same vendor: Totolink
CVE-2025-28135Same vendor: Totolink
CVE-2025-2369Same vendor: Totolink
CVE-2025-1340Same vendor: Totolink
CVE-2025-67187Same vendor: Totolink

References