Cyber Resilience

CVE-2026-6124

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-6124 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-16 (Memory Protection).

Deeper analysis

CVE-2026-6124 is a stack-based buffer overflow vulnerability affecting the Tenda F451 router on firmware version 1.0.0.7. The flaw resides in the fromSafeMacFilter function within the /goform/SafeMacFilter file of the httpd component. It is triggered by manipulating the page/menufacturer argument, as determined and published on April 12, 2026.

The vulnerability enables remote exploitation by an attacker with low privileges over the network, requiring low attack complexity and no user interaction. Per the CVSS v3.1 score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), successful exploitation can result in high impacts to confidentiality, integrity, and availability, potentially leading to arbitrary code execution through the buffer overflow.

Advisories and further details are available via references including VulDB entries (https://vuldb.com/vuln/356987, https://vuldb.com/submit/792874, https://vuldb.com/vuln/356987/cti), a GitHub disclosure (https://github.com/Jimi-Lab/cve/issues/16), and the Tenda vendor site (https://www.tenda.com.cn/). The exploit has been publicly disclosed and may be utilized, with associations to CWE-119 and CWE-121.

EU & UK References

Vulnerability details

A vulnerability was determined in Tenda F451 1.0.0.7. This vulnerability affects the function fromSafeMacFilter of the file /goform/SafeMacFilter of the component httpd. Executing a manipulation of the argument page/menufacturer can lead to stack-based buffer overflow. The attack can be executed…

more

remotely. The 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?

The CVE describes a remotely exploitable stack-based buffer overflow in the public-facing httpd web interface (with low privileges required), directly enabling T1190 for initial access via public-facing application exploitation and T1068 for privilege escalation to achieve arbitrary code execution.

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-2928Shared CWE-119, CWE-121
CVE-2026-2853Shared CWE-119, CWE-121
CVE-2026-2885Shared CWE-119, CWE-121
CVE-2026-2181Shared 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

Directly remediates the stack-based buffer overflow vulnerability in the Tenda F451 httpd component by applying firmware patches or updates.

prevent

Validates manipulated inputs like the page/menufacturer argument in /goform/SafeMacFilter to prevent triggering the buffer overflow.

prevent

Implements memory protections such as stack canaries and non-executable memory to block arbitrary code execution from the stack buffer overflow.

References