Cyber Posture

CVE-2025-9526

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.0052 66.9th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-9526 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 33.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).

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

SI-10 requires validation of inputs like the rm_port argument to prevent stack-based buffer overflows from malformed data.

prevent

SI-16 implements memory protections such as stack canaries and ASLR to mitigate exploitation of stack buffer overflows even if invalid input reaches the vulnerable function.

preventrecover

SI-2 mandates timely remediation of disclosed flaws like CVE-2025-9526 through patching, firmware updates, or device replacement.

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 (/goform/setSysAdm) via remote manipulation of rm_port enables remote code execution on the Linksys E1700 router, facilitating exploitation of a public-facing application.

NVD Description

A vulnerability has been found in Linksys E1700 1.0.0.4.003. Affected by this issue is the function setSysAdm of the file /goform/setSysAdm. Such manipulation of the argument rm_port leads to stack-based buffer overflow. The attack can be launched remotely. The exploit…

more

has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

Deeper analysisAI

CVE-2025-9526 is a stack-based buffer overflow vulnerability (CWE-119, CWE-121) in the Linksys E1700 router running firmware version 1.0.0.4.003. The flaw affects the setSysAdm function in the /goform/setSysAdm file, where manipulation of the rm_port argument triggers the overflow.

The vulnerability enables remote exploitation by attackers with low privileges (PR:L) over the network (AV:N), requiring low attack complexity (AC:L) and no user interaction (UI:N). Successful exploitation results in high impacts to confidentiality, integrity, and availability (C:H/I:H/A:H), as reflected in its CVSS v3.1 base score of 8.8, potentially allowing full compromise of the device.

Advisories from VulDB (CTI ID 321543, submission 634825) and GitHub repositories detail the vulnerability, including a proof-of-concept exploit. The vendor was contacted early but provided no response, and no patches or official mitigations are available.

The exploit has been publicly disclosed and may be used in attacks against unpatched Linksys E1700 devices.

Details

CWE(s)

Affected Products

linksys
e1700 firmware
1.0.0.4.003

CVEs Like This One

CVE-2025-9525Same product: Linksys E1700
CVE-2025-9527Same 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