CVE-2025-64170
Raw vector
CVSS:3.1/AV:P/AC:H/PR:H/UI:R/S:U/C:H/I:N/A:NSummary
CVE-2025-64170 is a low-severity Missing Password Field Masking (CWE-549) vulnerability. Its CVSS base score is 3.8 (Low).
Operationally, exploitation aligns with the MITRE ATT&CK technique Input Capture (T1056); ranked at the 4th 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 IA-6 (Authentication Feedback) — see the control section below for these in your framework.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-131955
Vulnerability Data
sudo-rs is a memory safe implementation of sudo and su written in Rust. Starting in version 0.2.7 and prior to version 0.2.10, if a user begins entering a password but does not press return for an extended period, a password…
more
timeout may occur. When this happens, the keystrokes that were entered are echoed back to the console. This could reveal partial password information, possibly exposing history files when not carefully handled by the user and on screen, usable for Social Engineering or Pass-By attacks. Version 0.2.10 fixes the issue.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise Techniques
CVEs Like This One
Affected Assets
Mitigating Controls
Control response
—
—
—
V6.2.6
Mitigating Controls (NIST 800-53 r5) AI
IA-6 directly requires obscuring authentication feedback such as password entry, structurally eliminating the exposure described by CWE-549.
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.
Secure SDLC practices directly require proper UI controls such as password masking to prevent observation.
Authentication policies cover password handling but the subcategory focuses on credential strength and MFA rather than entry-time masking.
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.
Data masking directly addresses hiding sensitive values such as passwords on user interfaces.
Secure coding practices would include implementing password masking, but the control is broader than this single weakness.
Secure authentication explicitly requires masking of authentication secrets during entry.