CVE-2023-21059

7.5 HIGH

📋 TL;DR

This vulnerability allows remote attackers to read memory beyond intended boundaries in Android's LPP_LcsManagement component, potentially disclosing sensitive information without user interaction. It affects Android devices running vulnerable kernel versions, primarily impacting mobile devices and potentially IoT devices using Android.

💻 Affected Systems

Products:
  • Android
Versions: Android kernel versions prior to March 2023 security patch
Operating Systems: Android
Default Config Vulnerable: ⚠️ Yes
Notes: Affects devices with vulnerable Android kernel versions; Pixel devices specifically mentioned in bulletins.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Remote attacker gains unauthorized access to sensitive device memory contents, potentially exposing authentication tokens, encryption keys, or other protected data.

🟠

Likely Case

Information disclosure of limited memory contents, potentially revealing device identifiers, location data, or other telemetry information.

🟢

If Mitigated

No impact if patched; limited information exposure if network segmentation prevents external access.

🌐 Internet-Facing: HIGH - Remote exploitation without authentication or user interaction makes internet-facing devices particularly vulnerable.
🏢 Internal Only: MEDIUM - Internal devices still vulnerable but attack surface reduced compared to internet-facing systems.

🎯 Exploit Status

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

No authentication required, but exploitation requires understanding of LPP protocol and memory layout.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: March 2023 Android security patch level or later

Vendor Advisory: https://source.android.com/security/bulletin/pixel/2023-03-01

Restart Required: Yes

Instructions:

1. Check for system updates in Settings > System > System update. 2. Install March 2023 or later security patch. 3. Reboot device after installation.

🔧 Temporary Workarounds

Network segmentation

all

Restrict network access to vulnerable devices to prevent remote exploitation

Disable unnecessary services

android

Disable LPP/LCS services if not required for device functionality

🧯 If You Can't Patch

  • Isolate vulnerable devices on separate network segments with strict firewall rules
  • Implement network monitoring for unusual LPP protocol traffic patterns

🔍 How to Verify

Check if Vulnerable:

Check Android security patch level in Settings > About phone > Android version > Security patch level

Check Version:

adb shell getprop ro.build.version.security_patch

Verify Fix Applied:

Verify security patch level shows March 2023 or later date

📡 Detection & Monitoring

Log Indicators:

  • Kernel crash logs
  • Memory access violation logs in system logs

Network Indicators:

  • Unusual LPP protocol traffic patterns
  • Unexpected memory read requests

SIEM Query:

source="android_system" AND (event_type="kernel_panic" OR message="*out of bounds*" OR message="*EUTRAN_LCS*")

🔗 References

📤 Share & Export