CVE-2024-56189

6.5 MEDIUM

📋 TL;DR

This vulnerability allows authenticated remote attackers to read memory beyond intended boundaries in SAEMM_RadioMessageCodec.c, potentially exposing sensitive information. It affects Android Pixel devices with the vulnerable SAEMM component. No user interaction is required for exploitation.

💻 Affected Systems

Products:
  • Google Pixel devices
Versions: Android versions prior to April 2025 security patch
Operating Systems: Android
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects devices with SAEMM component, primarily Pixel devices as referenced in Android security bulletin

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Remote information disclosure of sensitive memory contents including credentials, cryptographic keys, or other protected data from the device

🟠

Likely Case

Limited information leakage of adjacent memory structures, potentially exposing device identifiers or configuration data

🟢

If Mitigated

No impact if patched or if network segmentation prevents attacker access

🌐 Internet-Facing: MEDIUM - Requires authentication but no user interaction, could be exploited via network services
🏢 Internal Only: MEDIUM - Internal attackers with credentials could exploit to gather intelligence

🎯 Exploit Status

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

Requires authentication but no additional privileges, making it accessible to any authenticated user

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: April 2025 Android security patch or later

Vendor Advisory: https://source.android.com/security/bulletin/pixel/2025-04-01

Restart Required: No

Instructions:

1. Check for system updates in Settings > System > System update. 2. Install April 2025 security patch or later. 3. Verify patch installation in Settings > About phone > Android version.

🔧 Temporary Workarounds

Network segmentation

all

Restrict network access to affected devices to prevent remote exploitation

Authentication hardening

all

Implement strong authentication mechanisms and monitor for suspicious authentication attempts

🧯 If You Can't Patch

  • Isolate affected devices from untrusted networks
  • Implement strict access controls and monitor for unusual memory access patterns

🔍 How to Verify

Check if Vulnerable:

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

Check Version:

adb shell getprop ro.build.version.security_patch

Verify Fix Applied:

Verify Android security patch level shows April 2025 or later in Settings > About phone > Android version

📡 Detection & Monitoring

Log Indicators:

  • Unusual memory access patterns in system logs
  • Multiple authentication attempts followed by SAEMM component access

Network Indicators:

  • Network traffic to SAEMM services from unexpected sources
  • Repeated connection attempts to radio message services

SIEM Query:

source="android_system" AND (component="SAEMM" OR process="SAEMM_RadioMessageCodec") AND (event="memory_access" OR event="out_of_bounds")

🔗 References

📤 Share & Export