Cyber Resilience

CVE-2025-7596

HighPublic PoC

Published: 14 July 2025

Published
14 July 2025
Modified
17 July 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.0157 81.9th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-7596 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Tenda Fh1205 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.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).

Deeper analysis

A vulnerability rated critical exists in Tenda FH1205 version 2.0.0.7(775). It resides in the formWifiExtraSet function of the /goform/WifiExtraSet endpoint, where improper handling of the wpapsk_crypto argument produces a stack-based buffer overflow. The flaw is tracked under CWE-119, CWE-121, and CWE-787 and carries a CVSS 4.0 score of 7.4 reflecting network attack vector, low complexity, and high impact on confidentiality, integrity, and availability.

An authenticated remote attacker can supply a crafted wpapsk_crypto value to trigger the overflow, leading to arbitrary code execution or denial of service on the affected device. Public proof-of-concept code demonstrating the issue has already been released.

The EPSS score remains flat at 0.0157 with no material increase after disclosure, indicating limited observed exploitation interest to date.

EU & UK References

Vulnerability details

A vulnerability was found in Tenda FH1205 2.0.0.7(775). It has been rated as critical. This issue affects the function formWifiExtraSet of the file /goform/WifiExtraSet. The manipulation of the argument wpapsk_crypto leads to stack-based buffer overflow. The attack may be initiated…

more

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?

The stack-based buffer overflow in the Tenda FH1205 router's public-facing web management interface (/goform/WifiExtraSet) via the wpapsk_crypto parameter enables remote code execution, directly facilitating exploitation of public-facing applications.

CVEs Like This One

CVE-2026-5152Same vendor: Tenda
CVE-2026-4961Same vendor: Tenda
CVE-2025-0349Same vendor: Tenda
CVE-2026-3973Same vendor: Tenda
CVE-2026-5155Same vendor: Tenda
CVE-2025-1814Same vendor: Tenda
CVE-2026-4906Same vendor: Tenda
CVE-2026-3975Same vendor: Tenda
CVE-2025-1853Same vendor: Tenda
CVE-2026-4960Same vendor: Tenda

Affected Assets

tenda
fh1205 firmware
2.0.0.7\(775\)

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation of inputs like the wpapsk_crypto argument to prevent stack-based buffer overflows from improper restriction of operations within memory bounds.

prevent

Implements memory protection mechanisms such as stack canaries, ASLR, and DEP to mitigate exploitation of stack-based buffer overflows leading to arbitrary code execution.

prevent

Mandates timely remediation of flaws like this buffer overflow vulnerability through patching or upgrades to the Tenda FH1205 firmware.

References