Cyber Posture

CVE-2026-4042

HighPublic PoC

Published: 12 March 2026

Published
12 March 2026
Modified
02 April 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0011 28.3th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-4042 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Tenda I12 Firmware. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 28.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

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

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploitation for Privilege Escalation (T1068) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly addresses the CVE by requiring identification, reporting, and correction of the stack-based buffer overflow flaw in the router firmware.

prevent

Requires validation of the 'index' argument in formWifiMacFilterGet to prevent the improper restriction of operations leading to buffer overflow.

prevent

Implements memory safeguards like stack canaries or DEP to protect against unauthorized code execution from the stack-based buffer overflow exploitation.

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
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.
Why these techniques?

Stack buffer overflow in router web form handler (authenticated, network-reachable) directly enables remote code execution for privilege escalation (T1068) and exploitation of a public-facing application (T1190).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v18.1

NVD Description

A weakness has been identified in Tenda i12 1.0.0.6(2204). The affected element is the function formWifiMacFilterGet of the file /goform/WifiMacFilterGet. This manipulation of the argument index causes stack-based buffer overflow. The attack may be initiated remotely. The exploit has been…

more

made available to the public and could be used for attacks.

Deeper analysisAI

CVE-2026-4042 is a stack-based buffer overflow vulnerability affecting the Tenda i12 router on firmware version 1.0.0.6(2204). The flaw exists in the formWifiMacFilterGet function within the /goform/WifiMacFilterGet file, where manipulation of the 'index' argument triggers the overflow. Published on 2026-03-12, it is associated with CWEs-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer), CWE-121 (Stack-based Buffer Overflow), and CWE-787 (Out-of-bounds Write).

The vulnerability enables remote exploitation over the network with low attack complexity and no user interaction required. Exploitation demands low privileges (PR:L) on the target system, potentially allowing an authenticated user with limited access to trigger the buffer overflow. Successful attacks can result in high impacts to confidentiality, integrity, and availability (C:H/I:H/A:H), with a CVSS v3.1 base score of 8.8. A public exploit is available and could be used for attacks.

Advisories and references, including a GitHub issue at https://github.com/Jimi-Lab/cve/issues/2 and multiple VulDB entries (https://vuldb.com/?ctiid.350654, https://vuldb.com/?id.350654, https://vuldb.com/?submit.769463), document the issue, along with the vendor site at https://www.tenda.com.cn/. Specific mitigation or patch details are not outlined in the available description.

Details

CWE(s)

Affected Products

tenda
i12 firmware
1.0.0.6\(2204\)

CVEs Like This One

CVE-2026-4041Same product: Tenda I12
CVE-2026-4043Same product: Tenda I12
CVE-2026-5609Same product: Tenda I12
CVE-2025-29149Same product: Tenda I12
CVE-2025-25678Same product: Tenda I12
CVE-2025-25676Same product: Tenda I12
CVE-2025-25679Same product: Tenda I12
CVE-2026-5849Same product: Tenda I12
CVE-2026-3974Same vendor: Tenda
CVE-2026-4008Same vendor: Tenda

References