Cyber Resilience

CVE-2025-7598

HighPublic PoC

Published: 14 July 2025

Published
14 July 2025
Modified
16 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-7598 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Tenda Ax1803 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 critical stack-based buffer overflow vulnerability exists in Tenda AX1803 firmware version 1.0.0.1. It resides in the formSetWifiMacFilterCfg function of the /goform/setWifiFilterCfg endpoint and is triggered by unsanitized input to the deviceList argument, corresponding to CWE-119 and CWE-121.

An authenticated attacker with network access can send a crafted HTTP request to the affected endpoint and achieve remote code execution or a full device compromise. The CVSS 4.0 vector reflects network attack reach, low complexity, and high impact on confidentiality, integrity, and availability, with a publicly disclosed proof-of-concept available.

Public references consist of exploit details and PoC code hosted on GitHub along with VulDB entries; no vendor advisory or patch information is provided in the references. The EPSS score remains flat at 0.0157 with no observed rise after disclosure.

EU & UK References

Vulnerability details

A vulnerability classified as critical was found in Tenda AX1803 1.0.0.1. Affected by this vulnerability is the function formSetWifiMacFilterCfg of the file /goform/setWifiFilterCfg. The manipulation of the argument deviceList leads to stack-based buffer overflow. The attack can be launched remotely.…

more

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?

Stack-based buffer overflow in public web form endpoint (/goform/setWifiFilterCfg) on network device directly enables remote exploitation of a public-facing application by authenticated users, matching T1190.

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

CVEs Like This One

CVE-2026-1329Same product: Tenda Ax1803
CVE-2025-7597Same product: Tenda Ax1803
CVE-2025-70648Same product: Tenda Ax1803
CVE-2025-70646Same product: Tenda Ax1803
CVE-2025-70651Same product: Tenda Ax1803
CVE-2025-7417Same vendor: Tenda
CVE-2025-9046Same vendor: Tenda
CVE-2026-2877Same vendor: Tenda
CVE-2026-5683Same vendor: Tenda
CVE-2025-11122Same vendor: Tenda

Affected Assets

tenda
ax1803 firmware
1.0.0.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly prevents stack-based buffer overflow by requiring validation of the deviceList argument for length, format, and bounds before processing in the formSetWifiMacFilterCfg function.

preventdetect

Mitigates exploitation of the stack-based buffer overflow through memory protections like stack canaries, ASLR, and non-executable stacks on the affected router firmware.

preventrecover

Ensures flaws like the CVE-2025-7598 buffer overflow are identified, prioritized, and remediated via firmware updates to eliminate the vulnerability.

References