CVE-2023-28205

8.8 HIGH

📋 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

Products:
  • Safari
  • iOS
  • iPadOS
  • macOS Ventura
Versions: Versions before 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
Operating Systems: iOS, iPadOS, macOS
Default Config Vulnerable: ⚠️ Yes
Notes: All default configurations are vulnerable. The vulnerability is in the WebKit browser engine used by Safari and other Apple web applications.

📦 What is this software?

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 →

⚠️ 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.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: CONFIRMED
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

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

all

Temporarily disable JavaScript in Safari to prevent exploitation through malicious web content

Safari > Preferences > Security > uncheck 'Enable JavaScript'

Use Alternative Browser

all

Use 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

📤 Share & Export