CVE-2025-30436

9.1 CRITICAL

📋 TL;DR

This vulnerability allows attackers to use Siri voice commands on locked iOS/iPadOS devices to enable Auto-Answer Calls, potentially allowing unauthorized call interception. It affects Apple iOS and iPadOS users with devices that support Siri and are running vulnerable versions. The issue requires physical access or proximity to the locked device.

💻 Affected Systems

Products:
  • iPhone
  • iPad
Versions: iOS/iPadOS versions before 18.4
Operating Systems: iOS, iPadOS
Default Config Vulnerable: ⚠️ Yes
Notes: Requires Siri enabled on locked device and physical access/proximity to issue voice commands.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attacker enables auto-answer calls on victim's device, intercepting sensitive phone conversations without victim's knowledge, potentially capturing confidential business or personal information.

🟠

Likely Case

Unauthorized call interception in scenarios where attackers have brief physical access to locked devices, such as in shared workspaces or public charging stations.

🟢

If Mitigated

Limited impact if devices are kept in secure locations, auto-answer is already disabled, or devices are updated to patched versions.

🌐 Internet-Facing: LOW - Requires physical device access or proximity for Siri activation, not remotely exploitable over internet.
🏢 Internal Only: MEDIUM - Risk exists in environments where devices may be left unattended or accessible to unauthorized personnel.

🎯 Exploit Status

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

Exploitation requires physical access to device or ability to issue Siri voice commands to locked device within hearing range.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: iOS 18.4, iPadOS 18.4

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

Restart Required: Yes

Instructions:

1. Open Settings app. 2. Tap General. 3. Tap Software Update. 4. Download and install iOS 18.4/iPadOS 18.4. 5. Restart device when prompted.

🔧 Temporary Workarounds

Disable Siri on Lock Screen

all

Prevents Siri from being activated when device is locked

Settings > Face ID & Passcode (or Touch ID & Passcode) > Turn off 'Allow Access When Locked' for Siri

Disable Auto-Answer Calls

all

Removes the vulnerable feature entirely

Settings > Accessibility > Touch > Turn off 'Auto-Answer Calls'

🧯 If You Can't Patch

  • Disable Siri on lock screen via device settings
  • Disable Auto-Answer Calls feature in accessibility settings
  • Implement physical security controls to prevent unauthorized device access

🔍 How to Verify

Check if Vulnerable:

Check if device is running iOS/iPadOS version earlier than 18.4 with Siri enabled on lock screen

Check Version:

Settings > General > About > Version

Verify Fix Applied:

Verify device shows iOS/iPadOS 18.4 or later in Settings > General > About > Version

📡 Detection & Monitoring

Log Indicators:

  • Siri activation logs while device locked
  • Auto-Answer Calls setting changes via accessibility logs

Network Indicators:

  • Unexpected call answer patterns
  • Call duration anomalies

SIEM Query:

device.os.version < "18.4" AND event.category = "accessibility" AND event.action = "auto_answer_enabled"

🔗 References

📤 Share & Export