CVE-2024-47026

5.5 MEDIUM

📋 TL;DR

This vulnerability allows an attacker to read memory beyond intended boundaries in the gsc_gsa_rescue function of gsc_gsa.c, potentially exposing sensitive information stored in adjacent memory. It affects Android devices, particularly Google Pixel phones, and requires no user interaction or special privileges to exploit.

💻 Affected Systems

Products:
  • Google Pixel phones
  • Android devices with Qualcomm GSC firmware
Versions: Android versions prior to October 2024 security patch
Operating Systems: Android
Default Config Vulnerable: ⚠️ Yes
Notes: Specifically affects devices with Qualcomm GSC (Google Security Chip) firmware. The vulnerability is in the kernel driver code.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

An attacker could read sensitive kernel memory containing cryptographic keys, passwords, or other protected data, leading to complete system compromise.

🟠

Likely Case

Local information disclosure where an attacker with physical or remote access could extract limited system information from kernel memory.

🟢

If Mitigated

With proper kernel hardening and memory protection mechanisms, exploitation would be limited to reading non-sensitive data or cause system crashes.

🌐 Internet-Facing: LOW - This is a local vulnerability requiring access to the device, not directly exploitable over the internet.
🏢 Internal Only: MEDIUM - Malicious apps or users with local access could exploit this to gather system information, but requires bypassing Android's security sandbox.

🎯 Exploit Status

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

Exploitation requires understanding of kernel memory layout and driver interaction, but no authentication or user interaction is needed.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: October 2024 Android security patch level

Vendor Advisory: https://source.android.com/security/bulletin/pixel/2024-10-01

Restart Required: Yes

Instructions:

1. Check for system updates in Settings > System > System update. 2. Install the October 2024 Android security patch. 3. Reboot the device after installation completes.

🔧 Temporary Workarounds

Restrict local app installations

android

Prevent installation of untrusted applications that could exploit this vulnerability

adb shell settings put secure install_non_market_apps 0

🧯 If You Can't Patch

  • Isolate affected devices from sensitive networks and data
  • Implement strict application whitelisting to prevent malicious apps from running

🔍 How to Verify

Check if Vulnerable:

Check Android security patch level in Settings > About phone > Android version. If patch level is before October 2024, device is vulnerable.

Check Version:

adb shell getprop ro.build.version.security_patch

Verify Fix Applied:

Verify security patch level shows 'October 5, 2024' or later in Settings > About phone > Android version.

📡 Detection & Monitoring

Log Indicators:

  • Kernel panic logs
  • Unexpected memory access errors in kernel logs
  • Abnormal gsc_gsa driver activity

Network Indicators:

  • No network indicators - this is a local vulnerability

SIEM Query:

No specific SIEM query - monitor for kernel crashes or unexpected privilege escalation on Android devices

🔗 References

📤 Share & Export