Cyber Resilience

CVE-2025-9589

Published
28 August 2025
Modified
17 June 2026
CVSS Score v4 1.1
Click a component to see what it means
Raw vectorCVSS:4.0/AV:L/AC:H/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/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.0013 3th percentile
Risk Priority 15 floored blend · peak EPSS

Summary

CVE-2025-9589 is a low-severity Use of Default Password (CWE-1393) vulnerability. Its CVSS base score is 1.1 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Default Accounts (T1078.001); ranked at the 3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to CM-6 (Configuration Settings) and IA-5 (Authenticator Management) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A vulnerability was determined in Cudy WR1200EA 2.3.7-20250113-121810. Affected is an unknown function of the file /etc/shadow. Executing manipulation can lead to use of default password. The attack needs to be launched locally. A high complexity level is associated with…

more

this attack. The exploitability is told to be difficult. The exploit has been publicly disclosed and may be utilized. The vendor was contacted early about this disclosure but did not respond in any way.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1078.001 Default Accounts Stealth
Adversaries may obtain and abuse credentials of a default account as a means of gaining Initial Access, Persistence, Privilege Escalation, or Defense Evasion.
Why these techniques?

Default password in /etc/shadow directly enables use of default local accounts (T1078.001).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2024-49559Shared CWE-1393
CVE-2026-5269Shared CWE-1393
CVE-2025-2347Shared CWE-1393
CVE-2025-22938Shared CWE-1393
CVE-2026-33784Shared CWE-1393
CVE-2026-8672Shared CWE-1393
CVE-2025-8077Shared CWE-1393
CVE-2026-35075Shared CWE-1393
CVE-2025-26793Shared CWE-1393
CVE-2026-4404Shared CWE-1393

Affected Assets

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • IA-5 Authenticator Management
  • CM-6 Configuration Settings
  • CM-2 Baseline Configuration
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires organizations to change or prohibit default authenticators (passwords) stored in files such as /etc/shadow before system use.

prevent

Enforces secure configuration settings that replace vendor default passwords with organization-defined values on devices like the Cudy router.

prevent

Establishes secure baseline configurations that explicitly prohibit retention of default credentials in authentication stores.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.AA-01 full match
prevents

Credential management directly requires replacing default passwords with unique, strong credentials.

PR.PS-01 mostly match
prevents

Hardened configuration baselines explicitly prohibit default passwords, covering most of the weakness but not all identity-management aspects.

ID.RA-01 partial match
prevents

Vulnerability scanning will discover default-password instances, enabling remediation, yet does not itself prevent their initial use.

PR.AA-03 partial match
prevents

Authentication policies can enforce non-default passwords but do not address the full scope of credential lifecycle.

PR.AA-05 partial match
prevents

Authorization policies assume credentials already exist and are not default; least-privilege helps limit impact but does not prevent defaults.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Mandates secure handling and change of authentication secrets, directly addressing default passwords.

prevents

Configuration management processes typically enforce changing defaults during hardening.

mitigates

Requires secure authentication mechanisms, which includes replacing or disabling default credentials.

none

Utility programs often ship with defaults; control requires secure configuration before use.

none

Privileged accounts must not retain factory passwords, reducing risk of default-credential abuse.

References