Cyber Resilience

CVE-2026-6631

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.0054 41.4th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-6631 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 41.4th 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-6631 is a buffer overflow vulnerability in Tenda F451 firmware version 1.0.0.7_cn_svn7958. The flaw affects the fromwebExcptypemanFilter function in the /goform/webExcptypemanFilter file of the httpd component, triggered by manipulation of the page argument.

The vulnerability enables remote exploitation by attackers with low privileges, such as authenticated users, with low attack complexity and no requirement for user interaction. Successful exploitation can result in high confidentiality, integrity, and availability impacts, as reflected in 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). The associated CWEs are CWE-119 and CWE-120.

Advisories and further details are available via VulDB entries (https://vuldb.com/vuln/358265, https://vuldb.com/submit/792904, https://vuldb.com/vuln/358265/cti) and a GitHub issue (https://github.com/Jimi-Lab/cve/issues/25), along with the vendor site (https://www.tenda.com.cn/). An exploit has been publicly disclosed and may be utilized.

EU & UK References

Vulnerability details

A vulnerability was determined in Tenda F451 1.0.0.7_cn_svn7958. Impacted is the function fromwebExcptypemanFilter of the file /goform/webExcptypemanFilter of the component httpd. Executing a manipulation of the argument page can lead to buffer overflow. The attack may be launched remotely. The…

more

exploit has been publicly disclosed and may be utilized.

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 public-facing httpd web interface (/goform/webExcptypemanFilter) directly enables remote exploitation of a public-facing application (T1190) by low-privileged authenticated users; high confidentiality/integrity/availability impact from low privileges indicates exploitation for privilege escalation (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

Directly remediates the buffer overflow flaw in the httpd component's fromwebExcptypemanFilter function through timely firmware patching.

prevent

Enforces validation of the manipulated 'page' argument at the /goform/webExcptypemanFilter input point to prevent buffer overflow.

prevent

Provides memory protections like address space layout randomization or data execution prevention to block exploitation of the buffer overflow vulnerability.

References