Cyber Posture

CVE-2025-9527

HighPublic PoC

Published: 27 August 2025

Published
27 August 2025
Modified
09 October 2025
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.0038 59.7th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-9527 is a high-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Linksys E1700 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 40.3% 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).

Threat & Defense at a Glance

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

Mitigating Controls (NIST 800-53 r5)AI

prevent

Requires validation of the ack_policy argument to directly prevent the stack-based buffer overflow in the QoSSetup function.

prevent

Implements memory protection mechanisms like stack canaries and non-executable stacks to block exploitation of stack-based buffer overflows.

preventrecover

Establishes processes to identify, report, and remediate flaws like CVE-2025-9527 through patching or compensatory controls such as isolation.

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?

Remotely exploitable stack-based buffer overflow in the Linksys E1700 router's web management interface (/goform/QoSSetup) enables adversaries to exploit a public-facing application for potential code execution or denial of service.

NVD Description

A vulnerability was found in Linksys E1700 1.0.0.4.003. This affects the function QoSSetup of the file /goform/QoSSetup. Performing manipulation of the argument ack_policy results in stack-based buffer overflow. The attack may be initiated remotely. The exploit has been made public…

more

and could be used. The vendor was contacted early about this disclosure but did not respond in any way.

Deeper analysisAI

CVE-2025-9527 is a stack-based buffer overflow vulnerability (CWE-119, CWE-121) in Linksys E1700 routers running firmware version 1.0.0.4.003. The flaw affects the QoSSetup function in the /goform/QoSSetup file, where manipulation of the ack_policy argument triggers the overflow. Published on 2025-08-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.

An authenticated attacker with low privileges can exploit this vulnerability remotely by sending crafted requests to the affected endpoint. Successful exploitation could result in high-impact consequences, including arbitrary code execution, data compromise, system modification, or denial of service, due to the stack-based nature of the overflow.

No vendor patches or mitigations are available, as Linksys was contacted early about the disclosure but provided no response. A proof-of-concept exploit is publicly available, with details documented in GitHub repositories (e.g., https://github.com/wudipjq/my_vuln/blob/main/Linksys2/vuln_60/60.md) and VulDB entries (e.g., https://vuldb.com/?ctiid.321544). Security practitioners should isolate affected devices and monitor for exploitation attempts.

Details

CWE(s)

Affected Products

linksys
e1700 firmware
1.0.0.4.003

CVEs Like This One

CVE-2025-9526Same product: Linksys E1700
CVE-2025-9525Same product: Linksys E1700
CVE-2025-14134Same vendor: Linksys
CVE-2025-9361Same vendor: Linksys
CVE-2025-9248Same vendor: Linksys
CVE-2025-9250Same vendor: Linksys
CVE-2025-9359Same vendor: Linksys
CVE-2025-9247Same vendor: Linksys
CVE-2025-9245Same vendor: Linksys
CVE-2025-8819Same vendor: Linksys

References