CVE-2021-30784

7.8 HIGH

📋 TL;DR

This vulnerability allows a local attacker to execute arbitrary code on the Apple T2 Security Chip in affected macOS systems. The attacker needs physical or local access to the device. This affects macOS Big Sur systems with T2 chips before version 11.5.

💻 Affected Systems

Products:
  • macOS Big Sur with Apple T2 Security Chip
Versions: macOS Big Sur versions before 11.5
Operating Systems: macOS
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects Mac computers with Apple T2 Security Chip. Intel-based Macs without T2 chip and Apple Silicon Macs are not affected.

📦 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 compromise of the T2 Security Chip allowing persistent malware installation, firmware manipulation, and bypass of security features like FileVault encryption and Secure Boot.

🟠

Likely Case

Local privilege escalation allowing attackers to gain elevated privileges, access encrypted data, or install persistent backdoors.

🟢

If Mitigated

Limited impact if proper access controls prevent unauthorized local access and systems are kept in secure physical environments.

🌐 Internet-Facing: LOW - Requires local access to the device, not remotely exploitable over networks.
🏢 Internal Only: HIGH - Significant risk from malicious insiders, compromised accounts, or physical access to devices in shared spaces.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: HIGH

Requires local access and sophisticated knowledge of T2 chip architecture. No public exploits have been disclosed.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: macOS Big Sur 11.5

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

Restart Required: Yes

Instructions:

1. Open System Preferences > Software Update. 2. Install macOS Big Sur 11.5 update. 3. Restart computer when prompted.

🔧 Temporary Workarounds

Restrict physical access

all

Ensure Macs with T2 chips are kept in secure locations with controlled physical access

Enable FileVault

macOS

Full disk encryption provides additional protection for data at rest

sudo fdesetup enable

🧯 If You Can't Patch

  • Isolate affected systems from sensitive networks and data
  • Implement strict physical security controls and access monitoring

🔍 How to Verify

Check if Vulnerable:

Check if system has T2 chip: Apple menu > About This Mac > System Report > Controller. Then check macOS version: Apple menu > About This Mac.

Check Version:

sw_vers

Verify Fix Applied:

Verify macOS version is 11.5 or later: Apple menu > About This Mac.

📡 Detection & Monitoring

Log Indicators:

  • Unexpected T2 chip firmware modifications
  • Unauthorized physical access logs
  • Security policy violations

Network Indicators:

  • Unusual outbound connections from T2 chip management interfaces

SIEM Query:

source="macos" AND (event="firmware_modification" OR event="physical_access")

🔗 References

📤 Share & Export