Cyber Resilience

CVE-2026-6632

High

Published: 20 April 2026

Published
20 April 2026
Modified
22 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.0045 35.6th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-6632 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Com (inferred from references). Its CVSS base score is 7.4 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 35.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

CVE-2026-6632 is a buffer overflow vulnerability (CWE-119, CWE-120) affecting the Tenda F451 router on firmware version 1.0.0.7_cn_svn7958. The flaw exists in the fromSafeClientFilter function within the /goform/SafeClientFilter file of the httpd component, triggered by manipulation of the "menufacturer/Go" argument. Published on 2026-04-20, it 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), marking it as high severity.

Remote attackers with low privileges can exploit this vulnerability over the network with low complexity and no user interaction. Successful exploitation leads to high impacts on confidentiality, integrity, and availability, potentially allowing full compromise of the affected device.

Advisories provide further details at https://github.com/Jimi-Lab/cve/issues/26, https://vuldb.com/submit/792905, https://vuldb.com/vuln/358266, https://vuldb.com/vuln/358266/cti, and https://www.tenda.com.cn/. Mitigation guidance, including any patches, should be referenced from these sources.

A public exploit is available and might be used in attacks.

EU & UK References

Vulnerability details

A vulnerability was identified in Tenda F451 1.0.0.7_cn_svn7958. The affected element is the function fromSafeClientFilter of the file /goform/SafeClientFilter of the component httpd. The manipulation of the argument menufacturer/Go leads to buffer overflow. Remote exploitation of the attack is possible.…

more

The exploit is publicly available and might be used.

CWE(s)

Related Threats

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?

Buffer overflow in the httpd web interface (/goform/SafeClientFilter) allows remote low-privileged attackers to achieve full device compromise, directly enabling exploitation of a public-facing application (T1190) and privilege escalation via software vulnerability (T1068).

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

CVEs Like This One

CVE-2026-2935Shared CWE-119, CWE-120
CVE-2025-15461Shared CWE-119, CWE-120
CVE-2026-7288Shared CWE-119, CWE-120
CVE-2025-9781Shared CWE-119, CWE-120
CVE-2026-3814Shared CWE-119, CWE-120
CVE-2026-7749Shared CWE-119, CWE-120
CVE-2026-2904Shared CWE-119, CWE-120
CVE-2026-4318Shared CWE-119, CWE-120
CVE-2025-15217Shared CWE-119, CWE-120
CVE-2026-3274Shared CWE-119, CWE-120

Affected Assets

Com
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Flaw remediation directly addresses the buffer overflow vulnerability by requiring identification, reporting, and patching of the specific flaw in the httpd component.

prevent

Information input validation enforces checks on the 'menufacturer/Go' argument in the fromSafeClientFilter function to prevent buffer overflow exploitation.

prevent

Memory protection implements safeguards like address space layout randomization and non-executable stacks to mitigate unauthorized code execution from buffer overflows.

References