Cyber Posture

CVE-2026-7032

HighPublic PoC

Published: 26 April 2026

Published
26 April 2026
Modified
29 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.0008 23.3th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

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 8.8 (High).

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

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 v18.1

NVD Description

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.

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

tenda
f456 firmware
1.0.0.5

CVEs Like This One

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

References