Cyber Resilience

CVE-2026-2930

Medium

Published: 22 February 2026

Published
22 February 2026
Modified
23 February 2026
KEV Added
Patch
CVSS Score v4 5.3 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/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.0030 21.6th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-2930 is a medium-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Tenda A18 Firmware. Its CVSS base score is 5.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 21.6th 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-2930 is a stack-based buffer overflow vulnerability in the Tenda A18 router running firmware version 15.13.07.13. The issue resides in the webCgiGetUploadFile function within the /cgi-bin/UploadCfg file of the Httpd Service component. By manipulating the "boundary" argument, an attacker can trigger the overflow remotely.

The vulnerability has a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L), indicating network-accessible exploitation with low complexity that requires low privileges, no user interaction, and no scope change. A remote attacker with low-privilege access, such as an authenticated user, can exploit this to achieve limited impacts on confidentiality, integrity, and availability. A public exploit is available, increasing the risk of real-world attacks.

Advisories and details are documented in references including VulDB entries (ctiid.347277, id.347277, submit.755227) and a GitHub issue at master-abc/cve/issues/40, with the vendor site at tenda.com.cn potentially providing further guidance on patches or mitigations.

EU & UK References

Vulnerability details

A vulnerability was identified in Tenda A18 15.13.07.13. The affected element is the function webCgiGetUploadFile of the file /cgi-bin/UploadCfg of the component Httpd Service. Such manipulation of the argument boundary leads to stack-based buffer overflow. The attack can be executed…

more

remotely. The exploit is publicly available and might 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.
Why these techniques?

Remote stack-based buffer overflow in the router's public-facing Httpd web CGI (/cgi-bin/UploadCfg) directly enables exploitation of a network-accessible application by an authenticated attacker.

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

CVEs Like This One

CVE-2026-2877Same product: Tenda A18
CVE-2026-2876Same product: Tenda A18
CVE-2025-0848Same product: Tenda A18
CVE-2026-2886Same vendor: Tenda
CVE-2025-8017Same vendor: Tenda
CVE-2025-14665Same vendor: Tenda
CVE-2026-5604Same vendor: Tenda
CVE-2025-11386Same vendor: Tenda
CVE-2025-7792Same vendor: Tenda
CVE-2025-15231Same vendor: Tenda

Affected Assets

tenda
a18 firmware
15.13.07.13

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of the boundary argument in webCgiGetUploadFile to block the malformed input that triggers the stack overflow.

prevent

Enforces memory-protection mechanisms (e.g., stack canaries, ASLR, NX) that mitigate exploitation of the stack-based buffer overflow in the Httpd service.

prevent

Restricts network access to the /cgi-bin/UploadCfg endpoint, reducing the remote attack surface for the publicly exploitable vulnerability.

References