CVE-2025-24230: An out-of-bounds read issue was addressed with improved input validation.
An out-of-bounds read issue was addressed with improved input validation. This issue is fixed in iOS 18.4 and iPadOS 18.4, iPadOS 17.7.6, macOS Sequoia 15.4, macOS Sonoma 14.7.5, macOS Ventura 13.7.5, tvOS 18.4, visionOS 2.4, watchOS 11.4. Playing a malicious audio file may lead to an unexpected app termination.
Security readout for executives and security teams
Plain-English summary
CVE-2025-24230 is an Apple audio-file handling flaw. Apple says playing a malicious audio file may cause an app to terminate unexpectedly. It is fixed across current iOS, iPadOS, macOS, tvOS, visionOS, and watchOS releases. No provided source shows active exploitation.
Executive priority
Treat as a timely Apple patching priority, not an emergency based on current evidence. The broad platform coverage matters operationally, but sources only confirm app termination impact and do not show active exploitation.
Technical view
The issue is described as an out-of-bounds read, CWE-125, addressed with improved input validation. Apple lists fixes in iOS/iPadOS 18.4, iPadOS 17.7.6, macOS Sequoia 15.4, Sonoma 14.7.5, Ventura 13.7.5, tvOS 18.4, visionOS 2.4, and watchOS 11.4.
Likely exposure
Organizations with Apple endpoints, mobile devices, Apple TVs, Vision Pro devices, or Apple Watches running versions older than the listed fixed releases may be exposed, especially where users receive or open untrusted audio files.
Exploitation context
The cited Apple description requires a malicious audio file to be played and states the observed impact as unexpected app termination. The provided bundle does not include proof of exploitation, public exploit details, or CISA KEV listing.
Researcher notes
There is a notable mismatch between the CVSS 9.8 vector and Apple’s stated impact of app termination after playing malicious audio. Validate against vendor advisories and avoid assuming code execution or exploitation without additional evidence.
Mitigation direction
Update affected Apple devices to the fixed OS versions or later.
Prioritize managed executive, mobile, and internet-facing user devices.
Use MDM policies to enforce minimum Apple OS versions.
If immediate updating is not possible, review Apple guidance for interim handling.
Validation and detection
Inventory Apple device OS versions across MDM and endpoint tools.
Compare installed versions against Apple’s fixed release list.
Confirm update deployment success and device check-in status.
Monitor crash telemetry for unusual audio-related app terminations.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-125: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
2ADP providers
9Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-125 · source CWE mapping
Out-of-bounds Read
Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.