Cyber Posture

CVE-2026-3729

HighPublic PoC

Published: 08 March 2026

Published
08 March 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.0011 28.3th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-3729 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Tenda F453 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 28.3th 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-2 requires identifying, reporting, and correcting system flaws like this stack-based buffer overflow, directly addressing the vulnerability through patching or firmware updates.

prevent

SI-10 mandates validating inputs such as the username and opttype arguments to prevent buffer overflows from improper data handling in the fromPptpUserAdd function.

prevent

SI-16 implements memory protections like stack canaries or DEP to mitigate exploitation of stack-based buffer overflows even if input validation fails.

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 router web form handler (/goform/PPTPDClient) allows remote low-privilege attacker to achieve RCE/DoS/data modification on public-facing network device management interface (T1190); low-priv requirement with high impact indicates privilege escalation (T1068).

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

NVD Description

A vulnerability was identified in Tenda F453 1.0.0.3/3.As. Impacted is the function fromPptpUserAdd of the file /goform/PPTPDClient. Such manipulation of the argument username/opttype leads to stack-based buffer overflow. The attack can be executed remotely. The exploit is publicly available and…

more

might be used.

Deeper analysisAI

CVE-2026-3729 is a stack-based buffer overflow vulnerability affecting the Tenda F453 router running firmware version 1.0.0.3(3.As). The issue resides in the fromPptpUserAdd function within the /goform/PPTPDClient file, where improper handling of the username and opttype arguments triggers the overflow. It has been assigned 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) and is associated with CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-121 (Stack-based Buffer Overflow). The vulnerability was published on 2026-03-08.

A remote attacker with low privileges can exploit this vulnerability over the network with low complexity and no user interaction required. By manipulating the username or opttype arguments, the attacker triggers the buffer overflow, potentially achieving high-impact consequences including unauthorized disclosure of sensitive data, modification of system data, and denial of service. A public exploit is available, increasing the likelihood of real-world abuse.

Advisories and additional details are available via references including a GitHub repository at https://github.com/Litengzheng/vul_db/blob/main/F453/vul_98/README.md containing exploit information, VulDB entries at https://vuldb.com/?ctiid.349707, https://vuldb.com/?id.349707, and https://vuldb.com/?submit.766934, and the vendor site at https://www.tenda.com.cn/. Security practitioners should consult these for any patch availability or workarounds from Tenda.

Details

CWE(s)

Affected Products

tenda
f453 firmware
1.0.0.3

CVEs Like This One

CVE-2026-3727Same product: Tenda F453
CVE-2026-3769Same product: Tenda F453
CVE-2026-3728Same product: Tenda F453
CVE-2026-4553Same product: Tenda F453
CVE-2026-4552Same product: Tenda F453
CVE-2026-4551Same product: Tenda F453
CVE-2026-3726Same product: Tenda F453
CVE-2026-3168Same product: Tenda F453
CVE-2026-3273Same product: Tenda F453
CVE-2026-3377Same product: Tenda F453

References