Cyber Posture

CVE-2026-4553

HighPublic PoC

Published: 22 March 2026

Published
22 March 2026
Modified
02 April 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.0003 9.3th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-4553 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 9.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

Directly requires validation of the 'page' argument in the Parameters Handler to prevent stack-based buffer overflows from improper input handling.

prevent

Mandates timely identification, reporting, and patching of the specific buffer overflow flaw in Tenda F453 firmware version 1.0.0.3.

prevent

Provides memory safeguards such as stack canaries or non-executable stacks to mitigate remote code execution from exploitation of the stack 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.
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 the web form handler (/goform/Natlimit) of an internet-exposed router firmware directly enables remote exploitation of a public-facing application (T1190) by an authenticated low-privileged user, resulting in RCE that achieves high-impact privilege escalation on the device (T1068).

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

NVD Description

A vulnerability was identified in Tenda F453 1.0.0.3. Impacted is the function fromNatlimit of the file /goform/Natlimit of the component Parameters Handler. The manipulation of the argument page leads to stack-based buffer overflow. It is possible to initiate the attack…

more

remotely. The exploit is publicly available and might be used.

Deeper analysisAI

CVE-2026-4553 is a stack-based buffer overflow vulnerability in Tenda F453 firmware version 1.0.0.3. The flaw affects the fromNatlimit function in the /goform/Natlimit file of the Parameters Handler component, triggered by manipulation of the "page" argument. Published on 2026-03-22, it 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 carries 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 high severity. An attacker with low privileges can exploit it remotely over the network with low complexity and no user interaction, potentially achieving high impacts on confidentiality, integrity, and availability, such as remote code execution.

Advisories and references, including a GitHub repository at https://github.com/Litengzheng/vul_db/blob/main/F453/vul_88/README.md containing a publicly available exploit, VulDB entries (https://vuldb.com/?ctiid.352380, https://vuldb.com/?id.352380, https://vuldb.com/?submit.774931), and the Tenda website (https://www.tenda.com.cn/), provide further details. Practitioners should review these for vendor-specific patches or workarounds.

The exploit is publicly available and might be used in attacks.

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-3729Same product: Tenda F453
CVE-2026-4551Same product: Tenda F453
CVE-2026-4552Same product: Tenda F453
CVE-2026-3726Same product: Tenda F453
CVE-2026-3273Same product: Tenda F453
CVE-2026-3378Same product: Tenda F453
CVE-2026-3380Same product: Tenda F453

References