Cyber Resilience

CVE-2025-31229

Apple Ipados ≤ 18.6

Published
30 July 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 9.1
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
EPSS Score 0.0072 51th percentile
Risk Priority 68 floored blend · peak EPSS

Summary

CVE-2025-31229 is a critical-severity Weak Encoding for Password (CWE-261) vulnerability in Apple Ipados. Its CVSS base score is 9.1 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Unsecured Credentials (T1552); ranked in the top 49% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SC-13 (Cryptographic Protection) and IA-5 (Authenticator Management) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

CVE-2025-31229 is a logic issue addressed with improved checks in the VoiceOver accessibility feature on iOS and iPadOS prior to version 18.6. The vulnerability enables the passcode to be read aloud by VoiceOver. It carries a CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H) and is associated with CWE-261 (Weak Encoding for Password).

Remote attackers can exploit this vulnerability over the network with low attack complexity, requiring no privileges, authentication, or user interaction. Exploitation results in high confidentiality and availability impacts, allowing the attacker to cause the device to audibly disclose the passcode via VoiceOver.

Apple's advisory confirms the issue is fixed in iOS 18.6 and iPadOS 18.6 through improved checks. Additional details are provided in the support article at https://support.apple.com/en-us/124147 and the Full Disclosure mailing list posting at http://seclists.org/fulldisclosure/2025/Jul/30.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A logic issue was addressed with improved checks. This issue is fixed in iOS 18.6 and iPadOS 18.6. Passcode may be read aloud by VoiceOver.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1552 Unsecured Credentials Credential Access
Adversaries may search compromised systems to find and obtain insecurely stored credentials.
T1552.006 Group Policy Preferences Credential Access
Adversaries may attempt to find unsecured credentials in Group Policy Preferences (GPP).
T1552.001 Credentials In Files Credential Access
Adversaries may search local file systems and remote file shares for files containing insecurely stored credentials.
T1552.002 Credentials in Registry Credential Access
Adversaries may search the Registry on compromised systems for insecurely stored credentials.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-23541Same product: Apple Ipados
CVE-2024-44200Same product: Apple Ipados
CVE-2024-44263Same product: Apple Ipados
CVE-2024-54485Same product: Apple Ipados
CVE-2025-43203Same product: Apple Ipados
CVE-2025-43475Same product: Apple Ipados
CVE-2026-20663Same product: Apple Ipados
CVE-2025-43426Same product: Apple Ipados
CVE-2024-27789Same product: Apple Ipados
CVE-2024-40813Same product: Apple Ipados

Affected Assets

apple
ipados
≤ 18.6
apple
iphone os
≤ 18.6

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 4 hardening rules · 1 OS baseline
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

Cryptographic protection mandates approved algorithms and key management that preclude weak encoding schemes for sensitive data such as passwords.

Authenticator management requires secure generation, storage, and distribution of passwords rather than trivial encoding.

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.DS-01 mostly match
prevents

Proper cryptographic hashing for data-at-rest directly prevents trivial password encoding while the control addresses broader data protection needs.

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

Requires appropriate use of cryptography, indirectly discouraging weak encoding schemes.

degrades

Requires secure handling and protection of authentication information, directly addressing weak password encoding.

prevents

Enforces secure coding practices that would reject trivial password encoding.

degrades

Mandates secure authentication mechanisms, which precludes trivial encoding of passwords.

References