Cyber Posture

CVE-2026-26736

HighPublic PoC

Published: 17 February 2026

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

Summary

CVE-2026-26736 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 40.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). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly validates inputs like the static_ipv6 parameter to prevent stack-based buffer overflows in the formIpv6Setup function.

prevent

Provides memory protections such as stack canaries, ASLR, and DEP to mitigate exploitation of the stack-based buffer overflow vulnerability.

prevent

Mandates timely identification, reporting, and patching of the buffer overflow flaw in TOTOLINK A3002RU_V3 firmware.

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 vulnerability is a remotely exploitable stack-based buffer overflow in a public-facing router web interface (formIpv6Setup), enabling remote code execution with low privileges, directly mapping to exploitation of public-facing applications.

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

NVD Description

TOTOLINK A3002RU_V3 V3.0.0-B20220304.1804 was discovered to contain a stack-based buffer overflow via the static_ipv6 parameter in the formIpv6Setup function.

Deeper analysisAI

CVE-2026-26736 is a stack-based buffer overflow vulnerability (CWE-787, CWE-121) in the TOTOLINK A3002RU_V3 router firmware version V3.0.0-B20220304.1804. The issue resides in the formIpv6Setup function and is triggered by specially crafted input to the static_ipv6 parameter.

With 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), the vulnerability can be exploited remotely by an attacker possessing low privileges. Exploitation requires low complexity and no user interaction, enabling high-impact consequences including unauthorized access to sensitive data, modification of system behavior, and disruption of services, potentially leading to full remote code execution.

A proof-of-concept exploit is publicly available on GitHub at https://github.com/0xmania/cve/tree/main/TOTOLINK-A3002RUV3.0-boa-formIpv6Setup-StackOverflow. No vendor advisories or patches are referenced in the available information.

Details

CWE(s)

Affected Products

totolink
a3002ru firmware
≤ 3.0.0-b20220304.1804

CVEs Like This One

CVE-2026-26732Same product: Totolink A3002Ru Firmware
CVE-2026-26731Same product: Totolink A3002Ru Firmware
CVE-2025-2097Same vendor: Totolink
CVE-2025-2370Same vendor: Totolink
CVE-2025-28135Same vendor: Totolink
CVE-2025-67187Same vendor: Totolink
CVE-2025-12241Same vendor: Totolink
CVE-2025-14964Same vendor: Totolink
CVE-2025-12259Same vendor: Totolink
CVE-2025-12260Same vendor: Totolink

References