Cyber Posture

CVE-2026-2140

HighPublic PoC

Published: 08 February 2026

Published
08 February 2026
Modified
10 February 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.0004 12.2th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

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

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 12.2th 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 Exploit Public-Facing Application (T1190). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly prevents buffer overflow by validating and sanitizing the deviceList argument in the /goform/setMacFilterCfg function.

prevent

Provides memory protections like ASLR, DEP, and stack canaries to mitigate exploitation of the buffer overflow vulnerability.

prevent

Ensures timely remediation through firmware updates to address the specific buffer overflow in sub_4223E0.

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.
Why these techniques?

Buffer overflow in router web endpoint (/goform/setMacFilterCfg) directly enables remote exploitation of a public-facing network device application.

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

NVD Description

A vulnerability was identified in Tenda TX9 up to 22.03.02.10_multi. Affected by this issue is the function sub_4223E0 of the file /goform/setMacFilterCfg. Such manipulation of the argument deviceList leads to buffer overflow. The attack may be launched remotely. The exploit…

more

is publicly available and might be used.

Deeper analysisAI

CVE-2026-2140 is a buffer overflow vulnerability (CWE-119, CWE-120) in Tenda TX9 routers running firmware versions up to 22.03.02.10_multi. The flaw affects the sub_4223E0 function in the /goform/setMacFilterCfg file, triggered by manipulation of the deviceList argument.

The vulnerability enables remote exploitation by an attacker with low privileges (PR:L), requiring low attack complexity, no user interaction, and no scope change. Successful attacks can achieve high impacts on confidentiality, integrity, and availability (CVSS 8.8/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H).

Advisories reference a publicly available proof-of-concept exploit on GitHub, including details on the Tenda TX9 Pro's setMacFilterCfg endpoint, and VulDB entries documenting the issue (CTI ID 344775). No patch or mitigation details are specified in the available information.

Details

CWE(s)

Affected Products

tenda
tx9 firmware
≤ 22.03.02.10

CVEs Like This One

CVE-2026-2138Same product: Tenda Tx9
CVE-2026-2139Same product: Tenda Tx9
CVE-2025-12232Same vendor: Tenda
CVE-2026-7057Same vendor: Tenda
CVE-2025-12622Same vendor: Tenda
CVE-2025-7465Same vendor: Tenda
CVE-2026-2202Same vendor: Tenda
CVE-2026-7098Same vendor: Tenda
CVE-2026-3271Same vendor: Tenda
CVE-2026-2137Same vendor: Tenda

References