Cyber Posture

CVE-2026-3732

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-3732 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-2 (Flaw Remediation).

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

Timely remediation of the stack-based buffer overflow flaw in the strcpy function of /goform/exeCommand directly eliminates the vulnerability through firmware patching.

prevent

Validates the cmdinput argument to prevent oversized or malformed inputs from triggering the stack buffer overflow in the exeCommand handler.

prevent

Implements memory protections like stack canaries, ASLR, and DEP to mitigate remote code execution from the stack-based buffer overflow.

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.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

Stack-based buffer overflow in public web form (/goform/exeCommand) on network device directly enables remote exploitation of a public-facing application (T1190) resulting in arbitrary code/command execution via Unix shell on embedded Linux firmware (T1059.004).

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

NVD Description

A security vulnerability has been detected in Tenda F453 1.0.0.3. This affects the function strcpy of the file /goform/exeCommand. The manipulation of the argument cmdinput leads to stack-based buffer overflow. It is possible to initiate the attack remotely. The exploit…

more

has been disclosed publicly and may be used.

Deeper analysisAI

CVE-2026-3732 is a stack-based buffer overflow vulnerability affecting Tenda F453 router firmware version 1.0.0.3. The flaw occurs in the strcpy function within the /goform/exeCommand file, where manipulation of the cmdinput argument triggers the overflow. Published on 2026-03-08, it is associated with CWE-119 and CWE-121.

The vulnerability enables remote exploitation by attackers possessing low privileges, as indicated by its 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 require no user interaction and can achieve high impacts on confidentiality, integrity, and availability, potentially resulting in remote code execution.

Advisories and additional details, including public exploit disclosure, are documented in references such as the GitHub repository at https://github.com/Litengzheng/vul_db/blob/main/F453/vul_99/README.md, VulDB entries at https://vuldb.com/?ctiid.349710, https://vuldb.com/?id.349710, and https://vuldb.com/?submit.767222, and the vendor site at https://www.tenda.com.cn/. The exploit has been publicly released and may be actively used.

Details

CWE(s)

Affected Products

tenda
f453 firmware
1.0.0.3

CVEs Like This One

CVE-2026-3768Same product: Tenda F453
CVE-2026-4552Same product: Tenda F453
CVE-2026-4551Same product: Tenda F453
CVE-2026-3726Same product: Tenda F453
CVE-2026-5021Same product: Tenda F453
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-3729Same product: Tenda F453

References