Cyber Resilience

CVE-2026-7032

HighPublic PoC

Published: 26 April 2026

Published
26 April 2026
Modified
29 April 2026
KEV Added
Patch
CVSS Score v4 7.4 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0063 45.8th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-7032 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Tenda F456 Firmware. Its CVSS base score is 7.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 45.8th 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).

Deeper analysis

CVE-2026-7032 is a buffer overflow vulnerability in the Tenda F456 router running firmware version 1.0.0.5. The flaw resides in the SafeEmailFilter function within the /goform/SafeEmailFilter endpoint, triggered by manipulating the 'page' argument. This issue, classified under CWE-119 and CWE-120, has 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 due to its potential for remote exploitation.

Attackers with low privileges, such as authenticated users on the network, can exploit this vulnerability remotely without user interaction. Successful exploitation allows arbitrary code execution, leading to high impacts on confidentiality, integrity, and availability, potentially enabling full device compromise, data theft, or further network pivoting.

Advisories from VulDB detail the vulnerability and note that an exploit has been published on GitHub, including a README in a repository focused on Tenda F456 issues. The vendor's site (tenda.com.cn) is referenced, but no specific patches or mitigation guidance are outlined in the provided sources; practitioners should monitor for firmware updates.

The published exploit increases the risk of real-world abuse against unpatched Tenda F456 devices.

EU & UK References

Vulnerability details

A flaw has been found in Tenda F456 1.0.0.5. Affected is the function SafeEmailFilter of the file /goform/SafeEmailFilter. This manipulation of the argument page causes buffer overflow. The attack can be initiated remotely. The exploit has been published and may…

more

be used.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

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

Buffer overflow in authenticated web endpoint (/goform/SafeEmailFilter) enables remote arbitrary code execution on the router, directly mapping to exploitation for privilege escalation (T1068) from low-priv accounts and exploitation of public-facing application (T1190).

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

CVEs Like This One

CVE-2026-7079Same product: Tenda F456
CVE-2026-7099Same product: Tenda F456
CVE-2026-7100Same product: Tenda F456
CVE-2026-7030Same product: Tenda F456
CVE-2026-7078Same product: Tenda F456
CVE-2026-7029Same product: Tenda F456
CVE-2026-7055Same product: Tenda F456
CVE-2026-7057Same product: Tenda F456
CVE-2026-7033Same product: Tenda F456
CVE-2026-7098Same product: Tenda F456

Affected Assets

tenda
f456 firmware
1.0.0.5

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Timely flaw remediation through firmware patching directly eliminates the buffer overflow vulnerability in the SafeEmailFilter function.

prevent

Validating the 'page' argument at the /goform/SafeEmailFilter endpoint prevents the malformed input that triggers the buffer overflow.

prevent

Memory protection mechanisms like address space layout randomization and data execution prevention block arbitrary code execution resulting from the buffer overflow.

References