CVE-2021-0555

7.5 HIGH

📋 TL;DR

This CVE describes a null pointer dereference vulnerability in Android's protostream_objectsource.cc component. An attacker can remotely crash affected Android devices without requiring user interaction or special privileges. Only Android 11 devices are affected by this vulnerability.

💻 Affected Systems

Products:
  • Android
Versions: Android 11 only
Operating Systems: Android
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects Android 11 devices; earlier and later versions are not vulnerable. Pixel devices specifically mentioned in bulletins.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Remote denial of service causing device instability or crashes, potentially disrupting device functionality until reboot.

🟠

Likely Case

Remote denial of service causing application or system component crashes, requiring device reboot to restore normal operation.

🟢

If Mitigated

No impact if patched; unpatched devices remain vulnerable to remote DoS attacks.

🌐 Internet-Facing: HIGH - Remote exploitation without authentication or user interaction makes internet-facing devices particularly vulnerable.
🏢 Internal Only: MEDIUM - Internal network devices could still be targeted by malicious actors within the network.

🎯 Exploit Status

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

No authentication or user interaction required for exploitation. The vulnerability is in a system component that could be triggered remotely.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Android Security Patch Level 2021-06-01 or later

Vendor Advisory: https://source.android.com/security/bulletin/pixel/2021-06-01

Restart Required: Yes

Instructions:

1. Check for system updates in Settings > System > System update. 2. Install the June 2021 Android security patch or later. 3. Reboot the device after installation.

🔧 Temporary Workarounds

No effective workarounds

all

This is a core system vulnerability requiring patching. No configuration changes or workarounds are available.

🧯 If You Can't Patch

  • Isolate affected devices from untrusted networks
  • Monitor for abnormal crashes or instability in Android system components

🔍 How to Verify

Check if Vulnerable:

Check Android version in Settings > About phone > Android version. If it shows Android 11 without June 2021 security patch, device is vulnerable.

Check Version:

adb shell getprop ro.build.version.release && adb shell getprop ro.build.version.security_patch

Verify Fix Applied:

Verify Android Security Patch Level in Settings > About phone > Android version. Should show 'Android security patch level: 2021-06-01' or later.

📡 Detection & Monitoring

Log Indicators:

  • Unexpected crashes in system processes
  • Null pointer exception logs in system logs
  • ANR (Application Not Responding) reports for system components

Network Indicators:

  • Unusual network traffic patterns targeting Android devices
  • Multiple connection attempts to system services

SIEM Query:

source="android_logs" AND ("null pointer" OR "segmentation fault" OR "protostream_objectsource")

🔗 References

📤 Share & Export