Cyber Resilience

CVE-2025-8180

High

Published: 26 July 2025

Published
26 July 2025
Modified
05 August 2025
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.0155 81.8th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-8180 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 18.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-16 (Memory Protection).

Deeper analysis

A critical buffer overflow vulnerability exists in Tenda CH22 version 1.0.0.1 within the formdeleteUserName function of the /goform/deleteUserName endpoint. The issue stems from improper handling of the old_account argument, classified under CWE-119 and CWE-120, and carries a CVSS 4.0 score of 7.4 reflecting network-accessible attack vectors with high impact on confidentiality, integrity, and availability.

An authenticated remote attacker can supply a crafted old_account value to trigger the overflow. Successful exploitation may allow arbitrary code execution or system compromise, and a public exploit for this flaw has already been disclosed.

The associated EPSS score remains flat at 0.0155 with no material increase since disclosure. Reference materials point to a GitHub proof-of-concept and VulDB entries but contain no vendor-supplied patch or mitigation guidance at this time.

EU & UK References

Vulnerability details

A vulnerability, which was classified as critical, has been found in Tenda CH22 1.0.0.1. Affected by this issue is the function formdeleteUserName of the file /goform/deleteUserName. The manipulation of the argument old_account leads to buffer overflow. The attack may be…

more

launched remotely. The exploit has been disclosed to the public and may be used.

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?

Buffer overflow in public web management endpoint (/goform/deleteUserName) directly enables remote exploitation for code execution on a network device.

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

CVEs Like This One

CVE-2025-12232Same product: Tenda Ch22
CVE-2025-9443Same product: Tenda Ch22
CVE-2025-12265Same product: Tenda Ch22
CVE-2025-9812Same product: Tenda Ch22
CVE-2025-9007Same product: Tenda Ch22
CVE-2025-12274Same product: Tenda Ch22
CVE-2025-9813Same product: Tenda Ch22
CVE-2025-9006Same product: Tenda Ch22
CVE-2025-12234Same product: Tenda Ch22
CVE-2025-12273Same product: Tenda Ch22

Affected Assets

tenda
ch22 firmware
1.0.0.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Mandates timely identification, reporting, and correction of the buffer overflow flaw in the formdeleteUserName function of Tenda CH22 firmware version 1.0.0.1.

prevent

Requires validation of the old_account argument to block the buffer overflow manipulation in the /goform/deleteUserName endpoint.

prevent

Deploys memory protections such as stack canaries, ASLR, and DEP to thwart arbitrary code execution from the buffer overflow vulnerability.

References