Cyber Resilience

CVE-2025-15216

HighPublic PoC

Published: 30 December 2025

Published
30 December 2025
Modified
02 January 2026
KEV Added
Patch
CVSS Score v4 7.4 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/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.0063 45.8th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-15216 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Tenda Ac23 Firmware. Its CVSS base score is 7.4 (High).

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

Deeper analysis

CVE-2025-15216 is a stack-based buffer overflow vulnerability affecting the Tenda AC23 router on firmware version 16.03.07.52. The flaw resides in the fromSetIpMacBind function within the /goform/SetIpMacBind file, where improper handling of the bindnum argument allows overflow conditions. It is associated with CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-121 (Stack-based Buffer Overflow), and was published on 2025-12-30.

The vulnerability enables remote exploitation (AV:N) by attackers with low privileges (PR:L), requiring low attack complexity (AC:L) and no user interaction (UI:N). Successful exploitation can result in high impacts to confidentiality, integrity, and availability (C:H/I:H/A:H), earning a CVSS v3.1 base score of 8.8 in an unchanged scope (S:U). A public exploit is available, facilitating potential abuse.

Advisories referenced on VulDB (ctiid.338601, id.338601, submit.725447) and a Notion site detail the issue, while the Tenda website (tenda.com.cn) serves as a source for vendor guidance on patches or mitigations.

EU & UK References

Vulnerability details

A vulnerability was identified in Tenda AC23 16.03.07.52. This impacts the function fromSetIpMacBind of the file /goform/SetIpMacBind. Such manipulation of the argument bindnum leads to stack-based buffer overflow. It is possible to launch the attack remotely. The exploit is publicly…

more

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?

The vulnerability is a stack-based buffer overflow in the web management interface (/goform/SetIpMacBind) of a public-facing router, enabling remote code execution via exploitation of a public-facing application.

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

CVEs Like This One

CVE-2025-8060Same product: Tenda Ac23
CVE-2026-1420Same product: Tenda Ac23
CVE-2025-11356Same product: Tenda Ac23
CVE-2026-0640Same product: Tenda Ac23
CVE-2025-15217Same product: Tenda Ac23
CVE-2025-10803Same product: Tenda Ac23
CVE-2025-12595Same product: Tenda Ac23
CVE-2025-9605Same product: Tenda Ac23
CVE-2026-1329Same vendor: Tenda
CVE-2026-2185Same vendor: Tenda

Affected Assets

tenda
ac23 firmware
16.03.07.52

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires identification, reporting, and correction of the stack-based buffer overflow flaw in the fromSetIpMacBind function via firmware patching.

prevent

Mandates validation of the bindnum argument in /goform/SetIpMacBind to prevent improper restriction of operations within memory bounds.

prevent

Implements memory safeguards such as stack canaries or non-executable stacks to mitigate remote exploitation of the stack-based buffer overflow.

References