CVE-2023-21324

7.8 HIGH

📋 TL;DR

This vulnerability in Android's Package Installer allows attackers to detect whether specific apps are installed without requiring query permissions, exploiting a side-channel information disclosure. This could lead to local privilege escalation without user interaction. It affects Android devices running vulnerable versions.

💻 Affected Systems

Products:
  • Android
Versions: Android versions before Android 14
Operating Systems: Android
Default Config Vulnerable: ⚠️ Yes
Notes: Affects the Package Installer component in Android. Requires Android device access.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

An attacker could combine this information disclosure with other vulnerabilities to escalate privileges locally, potentially gaining full device control.

🟠

Likely Case

Attackers could profile installed applications to target specific exploits or gather intelligence about device usage patterns.

🟢

If Mitigated

With proper patching, the side channel is closed, preventing unauthorized app detection.

🌐 Internet-Facing: LOW - This is a local vulnerability requiring physical or remote code execution access first.
🏢 Internal Only: MEDIUM - Malicious apps or compromised user sessions could exploit this locally to gather intelligence.

🎯 Exploit Status

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

Requires local access to device. No user interaction needed once access is obtained.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Android 14

Vendor Advisory: https://source.android.com/docs/security/bulletin/android-14

Restart Required: Yes

Instructions:

1. Update device to Android 14. 2. Apply latest security patches from device manufacturer. 3. Restart device after update.

🔧 Temporary Workarounds

Restrict app installations

android

Only install apps from trusted sources like Google Play Store

Disable unknown sources

android

Prevent installation of apps from unknown sources in device settings

🧯 If You Can't Patch

  • Implement strict app vetting and only allow trusted applications
  • Use mobile device management (MDM) solutions to control app installations

🔍 How to Verify

Check if Vulnerable:

Check Android version in Settings > About Phone > Android Version. If below 14, device is vulnerable.

Check Version:

adb shell getprop ro.build.version.release

Verify Fix Applied:

Verify Android version is 14 or higher in Settings > About Phone > Android Version.

📡 Detection & Monitoring

Log Indicators:

  • Unusual Package Installer activity
  • Multiple app query attempts without permissions

Network Indicators:

  • Not applicable - local vulnerability

SIEM Query:

Not applicable for typical SIEM monitoring of this local Android vulnerability

🔗 References

📤 Share & Export