CVE-2024-54479

7.5 HIGH

📋 TL;DR

This vulnerability in Apple's WebKit browser engine allows processing malicious web content to cause unexpected process crashes. It affects users of Safari browser and Apple operating systems including iOS, iPadOS, macOS, watchOS, tvOS, and visionOS. The issue could potentially be leveraged for denial of service attacks against affected devices.

💻 Affected Systems

Products:
  • Safari
  • iOS
  • iPadOS
  • macOS
  • watchOS
  • tvOS
  • visionOS
Versions: Versions prior to iPadOS 17.7.3, watchOS 11.2, visionOS 2.2, tvOS 18.2, macOS Sequoia 15.2, Safari 18.2, iOS 18.2 and iPadOS 18.2
Operating Systems: iOS, iPadOS, macOS, watchOS, tvOS, visionOS
Default Config Vulnerable: ⚠️ Yes
Notes: All default configurations of affected Apple products are vulnerable if not updated to patched versions.

📦 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

An attacker could craft a malicious website that crashes the browser or system processes when visited, potentially leading to denial of service or as part of a chain for more severe exploitation.

🟠

Likely Case

Most probable impact is browser or application crashes when visiting malicious websites, causing temporary denial of service and potential data loss in unsaved work.

🟢

If Mitigated

With proper controls like updated software and web filtering, impact is limited to potential crashes of isolated browser processes.

🌐 Internet-Facing: HIGH - Exploitation requires visiting malicious web content, which is common for internet-facing systems.
🏢 Internal Only: MEDIUM - Internal users could still be targeted via phishing or compromised internal websites.

🎯 Exploit Status

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

Exploitation requires user interaction (visiting malicious website) but no authentication. Apple has addressed the issue but hasn't disclosed technical details.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: iPadOS 17.7.3, watchOS 11.2, visionOS 2.2, tvOS 18.2, macOS Sequoia 15.2, Safari 18.2, iOS 18.2 and iPadOS 18.2

Vendor Advisory: https://support.apple.com/en-us/121837

Restart Required: Yes

Instructions:

1. Open Settings app. 2. Go to General > Software Update. 3. Download and install available updates. 4. Restart device when prompted.

🔧 Temporary Workarounds

Disable JavaScript

all

Temporarily disable JavaScript in Safari to prevent execution of malicious web content

Use alternative browser

all

Use non-WebKit based browsers until systems can be patched

🧯 If You Can't Patch

  • Implement web content filtering to block known malicious sites
  • Educate users about phishing risks and safe browsing practices

🔍 How to Verify

Check if Vulnerable:

Check current OS version against patched versions listed in Apple advisories

Check Version:

On macOS: sw_vers; On iOS/iPadOS: Settings > General > About > Version; In Safari: Safari > About Safari

Verify Fix Applied:

Verify OS/browser version matches or exceeds patched versions: iPadOS 17.7.3+, watchOS 11.2+, visionOS 2.2+, tvOS 18.2+, macOS Sequoia 15.2+, Safari 18.2+, iOS 18.2+, iPadOS 18.2+

📡 Detection & Monitoring

Log Indicators:

  • Unexpected Safari/WebKit process crashes
  • Browser crash reports
  • Kernel panic logs following web browsing

Network Indicators:

  • Connections to suspicious domains followed by browser crashes
  • Unusual web traffic patterns

SIEM Query:

source="apple_system_logs" AND (process="Safari" OR process="WebKit") AND event="crash"

🔗 References

📤 Share & Export