Cyber Resilience

CVE-2025-9748

HighPublic PoC

Published: 31 August 2025

Published
31 August 2025
Modified
04 September 2025
KEV Added
Patch
CVSS Score v4 8.7 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:X/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.0031 54.1th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

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

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 45.9% 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-9748, published on 2025-08-31, is a stack-based buffer overflow vulnerability in Tenda CH22 firmware version 1.0.0.1. The flaw resides in the fromIpsecitem function within the /goform/IPSECsave file of the httpd component. It is triggered by manipulating the ipsecno argument, and is associated with CWEs-119, CWE-121, and CWE-787.

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 it is exploitable over the network with low attack complexity and no user interaction required. Exploitation demands low privileges (PR:L), allowing a remote authenticated attacker to potentially achieve high impacts on confidentiality, integrity, and availability, such as remote code execution via the buffer overflow.

Mitigation details and additional technical information are referenced in advisories from VulDB at https://vuldb.com/?ctiid.322049, https://vuldb.com/?id.322049, and https://vuldb.com/?submit.640422, a GitHub repository at https://github.com/physicszq/Routers/tree/main/tmp/02, and the vendor site at https://www.tenda.com.cn/.

EU & UK References

Vulnerability details

A vulnerability was determined in Tenda CH22 1.0.0.1. Affected by this issue is the function fromIpsecitem of the file /goform/IPSECsave of the component httpd. Executing manipulation of the argument ipsecno can lead to stack-based buffer overflow. The attack may be…

more

performed from remote.

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?

Stack-based buffer overflow in the web management interface (httpd) of network device firmware directly enables remote authenticated attackers to achieve RCE by exploiting a public-facing application over the network.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-5152Same product: Tenda Ch22
CVE-2026-5155Same product: Tenda Ch22
CVE-2026-5204Same product: Tenda Ch22
CVE-2026-5604Same product: Tenda Ch22
CVE-2026-5605Same product: Tenda Ch22
CVE-2026-5156Same product: Tenda Ch22
CVE-2025-12232Same product: Tenda Ch22
CVE-2025-9443Same product: Tenda Ch22
CVE-2025-12265Same product: Tenda Ch22
CVE-2025-9812Same product: Tenda Ch22

Affected Assets

tenda
ch22 firmware
1.0.0.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation of the ipsecno argument in the /goform/IPSECsave endpoint to prevent stack-based buffer overflows from improper input handling.

prevent

Implements memory protection mechanisms such as stack canaries and DEP to mitigate exploitation of the stack-based buffer overflow in the httpd component.

prevent

Mandates timely remediation of the identified buffer overflow flaw through firmware updates for Tenda CH22 version 1.0.0.1.

References