Cyber Resilience

CVE-2025-12272

HighPublic PoC

Published: 27 October 2025

Published
27 October 2025
Modified
24 February 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.0041 61.6th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

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

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 38.4% 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).

Deeper analysis

CVE-2025-12272 is a buffer overflow vulnerability in Tenda CH22 firmware version 1.0.0.1. The flaw affects the fromAddressNat function in the /goform/addressNat file, where manipulation of the "page" argument triggers the overflow. Published on 2025-10-27, it is associated with CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-120 (Buffer Copy without Checking Size of Input).

The vulnerability enables remote exploitation by an attacker possessing low privileges, as indicated by its CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H). A successful attack requires network access with low complexity and no user interaction, allowing the attacker to compromise confidentiality, integrity, and availability to a high degree, potentially resulting in remote code execution or system disruption.

VulDB advisories (e.g., ctiid.329944, id.329944) document the issue and recent submission details, while a proof-of-concept exploit is publicly available on GitHub at https://github.com/QIU-DIE/CVE/issues/21. The vendor site https://www.tenda.com.cn/ is referenced, but no specific patch or mitigation guidance is detailed in the provided sources.

EU & UK References

Vulnerability details

A security flaw has been discovered in Tenda CH22 1.0.0.1. This impacts the function fromAddressNat of the file /goform/addressNat. Performing a manipulation of the argument page results in buffer overflow. The attack may be initiated remotely. The exploit has been…

more

released to the public and may be used for attacks.

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.
T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Unauthenticated buffer overflow in public-facing router web interface (/goform/addressNat) enables remote exploitation of public-facing application (T1190) and application/system denial of service via crash (T1499.004); potential for RCE facilitates device compromise.

CVEs Like This One

CVE-2025-12234Same product: Tenda Ch22
CVE-2025-12273Same product: Tenda Ch22
CVE-2025-13288Same product: Tenda Ch22
CVE-2025-14526Same product: Tenda Ch22
CVE-2025-13400Same product: Tenda Ch22
CVE-2025-12236Same product: Tenda Ch22
CVE-2025-11117Same product: Tenda Ch22
CVE-2025-12233Same product: Tenda Ch22
CVE-2025-12271Same product: Tenda Ch22
CVE-2025-11423Same product: Tenda Ch22

Affected Assets

tenda
ch22 firmware
1.0.0.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the CVE by requiring timely remediation of the known buffer overflow flaw through firmware patching.

prevent

Prevents buffer overflows by enforcing validation of the exploitable 'page' argument in the /goform/addressNat endpoint.

prevent

Mitigates remote code execution from buffer overflows via memory protections like ASLR and non-executable stacks.

References