CVE-2023-28205
📋 TL;DR
This CVE describes a use-after-free vulnerability in Apple's Safari browser and iOS/iPadOS/macOS operating systems that allows arbitrary code execution when processing malicious web content. Attackers can exploit this to take control of affected devices. All users running vulnerable versions of Safari, iOS, iPadOS, or macOS Ventura are affected.
💻 Affected Systems
- Safari
- iOS
- iPadOS
- macOS Ventura
📦 What is this software?
Ipados by Apple
Ipados by Apple
Macos by Apple
macOS is Apple's desktop and laptop operating system powering Mac computers used by millions of professionals, developers, creative professionals, and enterprise users worldwide. Built on a Unix foundation with the Darwin kernel and modern Cocoa frameworks, macOS delivers a seamless ecosystem integr...
Learn more about Macos →Safari by Apple
⚠️ Risk & Real-World Impact
Worst Case
Complete system compromise with attacker gaining full control over the device, allowing data theft, ransomware deployment, or persistent backdoor installation.
Likely Case
Remote code execution leading to malware installation, credential theft, or device enrollment in botnets when users visit malicious websites.
If Mitigated
Limited impact with proper network segmentation and application sandboxing, potentially containing the exploit to the browser process.
🎯 Exploit Status
Apple confirms active exploitation in the wild. Exploitation requires user interaction (visiting malicious website) but no authentication.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Safari 16.4.1, iOS 15.7.5, iPadOS 15.7.5, iOS 16.4.1, iPadOS 16.4.1, macOS Ventura 13.3.1
Vendor Advisory: https://support.apple.com/en-us/HT213720
Restart Required: Yes
Instructions:
1. Open Settings/System Preferences. 2. Navigate to Software Update. 3. Install available updates. 4. Restart device when prompted.
🔧 Temporary Workarounds
Disable JavaScript
allTemporarily disable JavaScript in Safari to prevent exploitation through malicious web content
Safari > Preferences > Security > uncheck 'Enable JavaScript'
Use Alternative Browser
allUse non-WebKit based browsers until patches are applied
🧯 If You Can't Patch
- Implement network filtering to block known malicious domains and restrict web browsing to trusted sites only
- Enable application sandboxing and least privilege access controls to limit potential damage from exploitation
🔍 How to Verify
Check if Vulnerable:
Check Safari version: Safari > About Safari. Check iOS/iPadOS: Settings > General > About > Version. Check macOS: Apple menu > About This Mac > macOS version.
Check Version:
macOS: sw_vers -productVersion; iOS/iPadOS: Settings > General > About
Verify Fix Applied:
Verify installed version matches or exceeds patched versions: Safari 16.4.1+, iOS 15.7.5+, iPadOS 15.7.5+, iOS 16.4.1+, iPadOS 16.4.1+, macOS Ventura 13.3.1+
📡 Detection & Monitoring
Log Indicators:
- Safari/WebKit crash logs with memory access violations
- Unexpected process creation from Safari/WebKit processes
- Network connections to suspicious domains initiated by browser
Network Indicators:
- Outbound connections to known exploit kit domains
- Unusual traffic patterns from browser to external IPs
SIEM Query:
process_name:Safari AND (event_type:process_creation OR event_type:crash) AND severity:high
🔗 References
- https://support.apple.com/en-us/HT213720
- https://support.apple.com/en-us/HT213721
- https://support.apple.com/en-us/HT213722
- https://support.apple.com/en-us/HT213723
- https://support.apple.com/en-us/HT213720
- https://support.apple.com/en-us/HT213721
- https://support.apple.com/en-us/HT213722
- https://support.apple.com/en-us/HT213723
- https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2023-28205