iOS CVE-2025-43186
CRITICALCVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
2DescriptionNVD
The issue was addressed with improved memory handling. This issue is fixed in iOS 18.6 and iPadOS 18.6, macOS Sequoia 15.6, macOS Sonoma 14.7.7, macOS Ventura 13.7.7, tvOS 18.6, visionOS 2.6, watchOS 11.6. Parsing a file may lead to an unexpected app termination.
AnalysisAI
Buffer overflow memory corruption in Apple file parsing components allows remote code execution across iOS 18.6, iPadOS 18.6, macOS (Sequoia 15.6, Sonoma 14.7.7, Ventura 13.7.7), tvOS 18.6, visionOS 2.6, and watchOS 11.6. Unauthenticated attackers can trigger arbitrary code execution by delivering a maliciously crafted file requiring no user interaction beyond parsing. Despite CVSS 9.8 critical severity, EPSS score of 0.16% (37th percentile) indicates low observed exploitation probability. No public exploit identified at time of analysis and not listed in CISA KEV, suggesting theoretical risk exceeds current real-world threat activity.
Technical ContextAI
This vulnerability stems from CWE-119 (improper restriction on operations within memory buffer bounds), specifically a buffer overflow condition in file parsing routines shared across Apple's operating system ecosystem. The affected components span eight distinct Apple OS platforms, indicating a common parsing library or framework vulnerability in the core system services. Buffer overflows of this class typically occur when input validation fails to properly constrain data written to fixed-size memory buffers during file format interpretation, allowing attackers to overwrite adjacent memory regions. The CVSS vector indicates network-accessible attack surface (AV:N) with low complexity (AC:L), meaning the vulnerability can be triggered remotely without complex timing or environmental prerequisites. The complete absence of privilege requirements (PR:N) and user interaction requirements (UI:N) suggests the vulnerable parsing occurs automatically when processing network-delivered content, potentially through services like mail attachment processing, file sharing protocols, or browser download handlers.
RemediationAI
Vendor-released patches are available for all affected platforms. Users should immediately update to iOS 18.6 and iPadOS 18.6 via Settings > General > Software Update. macOS users should update to Sequoia 15.6, Sonoma 14.7.7, or Ventura 13.7.7 depending on their installed major version through System Settings > General > Software Update. Additional patches include tvOS 18.6, visionOS 2.6, and watchOS 11.6. Apple's coordinated July 2025 security update addresses the vulnerability through improved memory handling per advisory HT215086 and related bulletins. Organizations should prioritize devices with internet exposure or processing untrusted files, while enterprise deployments can leverage mobile device management systems for centralized update deployment. No effective workarounds exist short of disabling file processing capabilities, making patching the only viable mitigation. Full advisory details available at https://support.apple.com/en-us/124147 and subsequent numbered advisories through 124155.
More from same product – last 7 days
SQL injection in Pimcore's CustomReportsBundle (versions ≤ 12.3.5) lets an authenticated user holding the reports_config
Arbitrary code execution in Docker Model Runner's vllm-metal inference backend on macOS allows any container on the Dock
Arbitrary code execution in Docker Desktop's Model Runner on macOS allows any container on the Docker network to escape
Local privilege escalation in Apple macOS allows a malicious app already running with low privileges to elevate to root
Local privilege escalation in Canonical Multipass for macOS before 1.16.3 allows a low-privileged local user to obtain r
Share
External POC / Exploit Code
Leaving vuln.today