Cyber Resilience

CVE-2025-29030

CriticalPublic PoC

Published: 14 March 2025

Published
14 March 2025
Modified
19 March 2025
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0014 33.6th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-29030 is a critical-severity Out-of-bounds Write (CWE-787) vulnerability in Tenda Ac6 Firmware. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 33.6th 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-16 (Memory Protection) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-29030 is a buffer overflow vulnerability (CWE-787) affecting Tenda AC6 routers running version v15.03.05.16. The flaw resides in the formWifiWpsOOB function and was published on 2025-03-14T14:15:18.200. It carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), marking it as critical due to its potential for severe impact.

Remote attackers can exploit this vulnerability over the network without authentication, privileges, or user interaction, and with low complexity. Successful exploitation grants high confidentiality, integrity, and availability impacts, enabling arbitrary code execution, data compromise, or device takeover on affected routers.

Mitigation details are available in the referenced advisory at https://github.com/WhereisDoujo/CVE/issues/3.

EU & UK References

Vulnerability details

Tenda AC6 v15.03.05.16 was discovered to contain a buffer overflow via the formWifiWpsOOB function.

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?

The buffer overflow in the router's web form (/goform/WifiWpsOOB) enables remote exploitation of a public-facing application via crafted HTTP POST requests, potentially leading to code execution or denial of service.

CVEs Like This One

CVE-2025-29031Same product: Tenda Ac6
CVE-2025-29029Same product: Tenda Ac6
CVE-2025-52221Same product: Tenda Ac6
CVE-2026-4961Same product: Tenda Ac6
CVE-2025-0349Same product: Tenda Ac6
CVE-2025-1814Same product: Tenda Ac6
CVE-2026-4960Same product: Tenda Ac6
CVE-2025-12225Same product: Tenda Ac6
CVE-2024-46450Same product: Tenda Ac6
CVE-2025-32010Same product: Tenda Ac6

Affected Assets

tenda
ac6 firmware
15.03.05.16

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the buffer overflow vulnerability in the formWifiWpsOOB function through timely application of vendor firmware patches.

prevent

Implements memory protections such as address space layout randomization and stack canaries to mitigate exploitation of the buffer overflow for arbitrary code execution.

prevent

Requires validation of inputs to the formWifiWpsOOB function to reject oversized or malformed data that could trigger the buffer overflow.

References