Cyber Posture

CVE-2026-6016

HighPublic PoC

Published: 10 April 2026

Published
10 April 2026
Modified
30 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.0008 23.3th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-6016 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Tenda Ac9 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 23.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 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 remediates the stack-based buffer overflow vulnerability by applying vendor firmware patches to the Tenda AC9 router.

prevent

Enforces input validation on the WANS argument in POST requests to /goform/WizardHandle, preventing the buffer overflow triggered by malformed data.

prevent

Provides memory protections like stack canaries or address randomization to block code execution from stack-based buffer overflows in decodePwd.

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?

Stack-based buffer overflow in the router's public web interface POST handler (/goform/WizardHandle) directly enables remote exploitation of a public-facing application, leading to RCE with high impact.

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

NVD Description

A vulnerability was found in Tenda AC9 15.03.02.13. The affected element is the function decodePwd of the file /goform/WizardHandle of the component POST Request Handler. Performing a manipulation of the argument WANS results in stack-based buffer overflow. The attack can…

more

be initiated remotely. The exploit has been made public and could be used.

Deeper analysisAI

CVE-2026-6016 is a stack-based buffer overflow vulnerability in the Tenda AC9 router running firmware version 15.03.02.13. The issue resides in the decodePwd function within the /goform/WizardHandle file of the POST Request Handler component. It is triggered by manipulating the WANS argument in a POST request, as documented in the CVE description published on 2026-04-10. The vulnerability carries a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H) and is associated with CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-121 (Stack-based Buffer Overflow).

The vulnerability can be exploited remotely by an attacker with low privileges (PR:L), requiring no user interaction and low attack complexity over the network (AV:N/AC:L). Successful exploitation allows high-impact consequences, including unauthorized disclosure of sensitive information (C:H), modification of data or configuration (I:H), and denial of service or system disruption (A:H), potentially leading to full remote code execution on the affected device.

VulDB advisories (e.g., vuln/356572) confirm the exploit has been made public and is available for use, with a proof-of-concept detailed on a Notion site. The Tenda vendor website (tenda.com.cn) is referenced for potential firmware updates or mitigation guidance, though specific patch details are not outlined in the provided references. Security practitioners should prioritize firmware upgrades and restrict administrative access to mitigate risks.

Details

CWE(s)

Affected Products

tenda
ac9 firmware
15.03.02.13

CVEs Like This One

CVE-2026-2192Same product: Tenda Ac9
CVE-2026-2191Same product: Tenda Ac9
CVE-2026-6015Same product: Tenda Ac9
CVE-2025-29387Same product: Tenda Ac9
CVE-2025-22946Same product: Tenda Ac9
CVE-2025-29385Same product: Tenda Ac9
CVE-2025-29386Same product: Tenda Ac9
CVE-2025-29384Same product: Tenda Ac9
CVE-2025-22949Same product: Tenda Ac9
CVE-2025-11324Same vendor: Tenda

References