Cyber Posture

CVE-2025-12210

HighPublic PoC

Published: 27 October 2025

Published
27 October 2025
Modified
28 October 2025
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.0043 62.5th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.

Security Summary

CVE-2025-12210 is a stack-based buffer overflow vulnerability affecting the Tenda O3 router on firmware version 1.0.0.10(2478). The flaw resides in the SetValue and GetValue functions within the /goform/AdvSetLanip file, where manipulation of the lanIp argument triggers the overflow. This issue corresponds to CWEs-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-121 (Stack-based Buffer Overflow).

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), indicating high severity. A remote attacker with low privileges can exploit it over the network with low complexity and no user interaction required. Successful exploitation could result in high impacts to confidentiality, integrity, and availability, potentially enabling remote code execution.

References include a GitHub repository hosting a publicly available exploit at https://github.com/noahze01/IoT-vulnerable/blob/main/Tenda/O3v2.0/AdvSetLanip.md, along with VulDB entries at https://vuldb.com/?ctiid.329880, https://vuldb.com/?id.329880, and https://vuldb.com/?submit.673264. The Tenda website at https://www.tenda.com.cn/ is also referenced, though no specific mitigation or patch details are outlined in the provided information.

Details

CWE(s)
CWE-119CWE-121

Affected Products

tenda
o3 firmware1.0.0.10\(2478\)
all versions

MITRE ATT&CK Enterprise Techniques

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 remotely accessible web endpoint (/goform/AdvSetLanip) of the Tenda O3 router enables remote exploitation of a public-facing application.

References