Cyber Posture

CVE-2025-12236

HighPublic PoC

Published: 27 October 2025

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

Summary

CVE-2025-12236 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 8.8 (High).

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

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly prevents buffer overflow exploitation by validating the manipulated 'page' argument in the /goform/DhcpListClient CGI endpoint.

prevent

Requires identification, prioritization, and remediation of the buffer overflow flaw through firmware patching or updates.

prevent

Implements memory safeguards such as ASLR and DEP to mitigate arbitrary code execution from the buffer overflow even if input validation fails.

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.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of 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 remote buffer overflow in router web interface (/goform/DhcpListClient) enables public-facing application exploitation (T1190), remote service exploitation for code execution (T1210), and endpoint DoS via application crash (T1499.004).

NVD Description

A vulnerability was determined in Tenda CH22 1.0.0.1. This issue affects the function fromDhcpListClient of the file /goform/DhcpListClient. This manipulation of the argument page causes buffer overflow. Remote exploitation of the attack is possible. The exploit has been publicly disclosed…

more

and may be utilized.

Deeper analysisAI

CVE-2025-12236 is a buffer overflow vulnerability (CWE-119, CWE-120) affecting Tenda CH22 router firmware version 1.0.0.1. The flaw exists in the fromDhcpListClient function of the /goform/DhcpListClient CGI endpoint, where manipulation of the "page" argument triggers the overflow. Published on 2025-10-27 with 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), it enables remote exploitation.

Attackers with low privileges (PR:L) can exploit this over the network (AV:N) with low attack complexity (AC:L) and no user interaction (UI:N). Successful exploitation yields high impacts on confidentiality, integrity, and availability, potentially allowing arbitrary code execution or full device compromise. The exploit has been publicly disclosed and may be utilized by remote actors.

Advisories referenced in VulDB entries (ctiid.329906, id.329906) and submissions, along with a GitHub issue (QIU-DIE/CVE/issues/17), document the vulnerability but do not specify patches or mitigations in the available details. Security practitioners should monitor vendor updates for Tenda CH22 firmware remediation.

Details

CWE(s)

Affected Products

tenda
ch22 firmware
1.0.0.1

CVEs Like This One

CVE-2025-12233Same product: Tenda Ch22
CVE-2025-11117Same product: Tenda Ch22
CVE-2025-12273Same product: Tenda Ch22
CVE-2025-13288Same product: Tenda Ch22
CVE-2025-12272Same product: Tenda Ch22
CVE-2025-12234Same product: Tenda Ch22
CVE-2025-13400Same product: Tenda Ch22
CVE-2025-12271Same product: Tenda Ch22
CVE-2025-11418Same product: Tenda Ch22
CVE-2025-12232Same product: Tenda Ch22

References