Cyber Posture

CVE-2025-12213

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.0029 51.9th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-12213 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Tenda O3 Firmware1.0.0.10\(2478\). Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 48.1% of CVEs by exploit likelihood; 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

Requires validation of the 'lan' argument in /goform/setVlanConfig to prevent stack-based buffer overflows from malformed inputs.

prevent

Deploys memory protections like stack canaries and non-executable stacks to mitigate exploitation of the stack buffer overflow vulnerability.

preventrecover

Mandates timely flaw remediation through firmware updates to address the specific buffer overflow in Tenda O3 firmware 1.0.0.10(2478).

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 publicly accessible web endpoint /goform/setVlanConfig of Tenda O3 router enables remote code execution via exploitation of a public-facing application.

NVD Description

A security vulnerability has been detected in Tenda O3 1.0.0.10(2478). This vulnerability affects the function SetValue/GetValue of the file /goform/setVlanConfig. Such manipulation of the argument lan leads to stack-based buffer overflow. The attack can be launched remotely. The exploit has…

more

been disclosed publicly and may be used.

Deeper analysisAI

CVE-2025-12213 is a stack-based buffer overflow vulnerability affecting the Tenda O3 router on firmware version 1.0.0.10(2478). The flaw exists in the SetValue and GetValue functions of the /goform/setVlanConfig file, triggered by manipulation of the "lan" argument. It is associated with CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-121 (Stack-based Buffer Overflow), earning 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).

The vulnerability enables remote exploitation by attackers possessing low privileges. Attackers can send crafted requests to the affected endpoint, causing a stack buffer overflow that compromises confidentiality, integrity, and availability with high impact. Published on 2025-10-27, the exploit has been publicly disclosed and may be actively used.

References, including a GitHub proof-of-concept at github.com/noahze01/IoT-vulnerable/blob/main/Tenda/O3v2.0/setVlanConfig.md and VulDB entries (vuldb.com/?ctiid.329883, vuldb.com/?id.329883), detail the issue but do not specify patches. Security practitioners should monitor the vendor site at tenda.com.cn for mitigation guidance or firmware updates.

Details

CWE(s)

Affected Products

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

CVEs Like This One

CVE-2025-12209Same product: Tenda O3
CVE-2025-12210Same product: Tenda O3
CVE-2025-12214Same product: Tenda O3
CVE-2025-12211Same product: Tenda O3
CVE-2025-12212Same product: Tenda O3
CVE-2025-7422Same product: Tenda O3
CVE-2025-7421Same product: Tenda O3
CVE-2025-7420Same product: Tenda O3
CVE-2025-7417Same product: Tenda O3
CVE-2025-7419Same product: Tenda O3

References