Cyber Resilience

CVE-2026-6120

High

Published: 12 April 2026

Published
12 April 2026
Modified
13 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.0067 47.3th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2026-6120 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 47.3th 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-2 (Flaw Remediation).

Deeper analysis

CVE-2026-6120 is a stack-based buffer overflow vulnerability affecting the Tenda F451 router on firmware version 1.0.0.7. The flaw resides in the fromDhcpListClient function within the /goform/DhcpListClient file of the httpd component, where manipulation of the "page" argument triggers the overflow. Published on 2026-04-12, 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) and maps to CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-121 (Stack-based Buffer Overflow).

The vulnerability enables remote exploitation by attackers possessing low privileges, such as authenticated users on the network, with low attack complexity and no requirement for user interaction. Successful exploitation grants high-impact control over confidentiality, integrity, and availability, potentially allowing arbitrary code execution or system compromise on the affected device.

Advisories and further details are available via references including https://github.com/Jimi-Lab/cve/issues/11, https://vuldb.com/submit/792864, https://vuldb.com/vuln/356983, https://vuldb.com/vuln/356983/cti, and the vendor site at https://www.tenda.com.cn/. The exploit is publicly available and may be used in attacks.

Notable context includes the public availability of an exploit, raising the risk of real-world exploitation against unpatched Tenda F451 devices.

EU & UK References

Vulnerability details

A vulnerability was detected in Tenda F451 1.0.0.7. Affected is the function fromDhcpListClient of the file /goform/DhcpListClient of the component httpd. The manipulation of the argument page results in stack-based buffer overflow. The attack can be launched remotely. The exploit…

more

is now public and may 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?

The stack-based buffer overflow in the router's httpd web interface (/goform/DhcpListClient) allows remote exploitation by low-privilege authenticated users to achieve arbitrary code execution and full system compromise, directly mapping to T1190 (Exploit Public-Facing Application) for the remote web vector and T1068 (Exploitation for Privilege Escalation) due to the PR:L to high-impact transition.

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

CVEs Like This One

CVE-2026-3729Shared CWE-119, CWE-121
CVE-2026-4489Shared CWE-119, CWE-121
CVE-2026-6133Shared CWE-119, CWE-121
CVE-2026-4553Shared CWE-119, CWE-121
CVE-2026-2905Shared CWE-119, CWE-121
CVE-2026-5608Shared CWE-119, CWE-121
CVE-2026-6124Shared CWE-119, CWE-121
CVE-2026-2928Shared CWE-119, CWE-121
CVE-2026-2853Shared CWE-119, CWE-121
CVE-2026-2885Shared CWE-119, CWE-121

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

SI-2 requires timely identification, reporting, and patching of flaws like this stack-based buffer overflow in the httpd component, directly eliminating the vulnerability.

prevent

SI-10 mandates validation of inputs such as the 'page' argument at web form endpoints, preventing the buffer overflow triggered by malformed data.

prevent

SI-16 enforces memory protections like stack canaries or non-executable stacks, mitigating exploitation of the stack-based buffer overflow even if input validation fails.

References