Cyber Resilience

CVE-2026-6121

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

Summary

CVE-2026-6121 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 39.5th 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-6121 is a stack-based buffer overflow vulnerability affecting the Tenda F451 router on firmware version 1.0.0.7. The issue resides in the WrlclientSet function of the /goform/WrlclientSet file within the httpd component, where manipulation of the GO argument triggers the overflow. Published on 2026-04-12, it is associated with CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-121 (Stack-based Buffer Overflow), earning a CVSS v3.1 base score of 8.8.

A remote attacker with low privileges (PR:L) can exploit this vulnerability over the network (AV:N) with low attack complexity (AC:L) and no user interaction (UI:N), without changing scope (S:U). Successful exploitation grants high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H), potentially enabling arbitrary code execution. An exploit has been published and may be used.

Advisories and additional details are available via VulDB entries (https://vuldb.com/vuln/356984, https://vuldb.com/vuln/356984/cti, https://vuldb.com/submit/792865), a GitHub issue (https://github.com/Jimi-Lab/cve/issues/12), and the vendor site (https://www.tenda.com.cn/). No specific patch or mitigation guidance is detailed in the primary description.

EU & UK References

Vulnerability details

A flaw has been found in Tenda F451 1.0.0.7. Affected by this vulnerability is the function WrlclientSet of the file /goform/WrlclientSet of the component httpd. This manipulation of the argument GO causes stack-based buffer overflow. The attack may be initiated…

more

remotely. The exploit has been published 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.
T1059.004 Unix Shell Execution
Adversaries may abuse Unix shell commands and scripts for execution.
Why these techniques?

Stack-based buffer overflow in public-facing httpd web interface enables remote arbitrary code execution on Linux-based router, directly mapping to T1190 for initial access and T1059.004 for subsequent Unix shell command execution.

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

CVEs Like This One

CVE-2026-2566Shared CWE-119, CWE-121
CVE-2026-3732Shared CWE-119, CWE-121
CVE-2026-3768Shared CWE-119, CWE-121
CVE-2026-5687Shared CWE-119, CWE-121
CVE-2026-5830Shared CWE-119, CWE-121
CVE-2026-6015Shared CWE-119, CWE-121
CVE-2026-6199Shared CWE-119, CWE-121
CVE-2026-5349Shared CWE-119, CWE-121
CVE-2026-6194Shared CWE-119, CWE-121
CVE-2026-3976Shared 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

Implements input validation at critical entry points like the GO argument in /goform/WrlclientSet to prevent stack-based buffer overflows.

prevent

Requires identification, reporting, and correction of the specific buffer overflow flaw in the httpd component's WrlclientSet function.

prevent

Deploys memory protections such as stack canaries and non-executable stacks to mitigate exploitation of the stack-based buffer overflow.

References