CVE-2024-43097

7.8 HIGH

📋 TL;DR

This vulnerability is an integer overflow in Skia's SkRegion.cpp that leads to out-of-bounds write. It allows local privilege escalation without user interaction, affecting Android devices and systems using vulnerable Skia graphics library versions.

💻 Affected Systems

Products:
  • Android
  • Systems using Skia graphics library
  • Debian Linux packages with vulnerable Skia
Versions: Android versions prior to December 2024 security patch; specific Skia versions before commit 8d355fe1d0795fc30b84194b87563f75c6f8f2a7
Operating Systems: Android, Linux distributions with vulnerable Skia packages
Default Config Vulnerable: ⚠️ Yes
Notes: Affects default Android installations; exploitation requires malicious app installation or local access.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete system compromise via local privilege escalation to root/system privileges, enabling persistent access and further exploitation.

🟠

Likely Case

Local attacker gains elevated privileges on affected device, potentially accessing sensitive data or installing malware.

🟢

If Mitigated

Limited impact with proper sandboxing and SELinux/app sandbox enforcement preventing privilege escalation.

🌐 Internet-Facing: LOW - Requires local access to device, not directly exploitable over network.
🏢 Internal Only: HIGH - Malicious apps or users with local access can exploit without additional privileges.

🎯 Exploit Status

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

Requires crafting specific memory conditions; no authentication needed but local access required.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Android December 2024 security patch; Skia commit 8d355fe1d0795fc30b84194b87563f75c6f8f2a7

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

Restart Required: No

Instructions:

1. Apply Android December 2024 security patch via Settings > System > System update. 2. For Linux systems, update Skia package to patched version via package manager.

🔧 Temporary Workarounds

Restrict app installations

android

Prevent installation of untrusted apps to reduce attack surface

🧯 If You Can't Patch

  • Implement strict app vetting and only allow trusted sources
  • Enable enhanced SELinux/app sandboxing to limit impact

🔍 How to Verify

Check if Vulnerable:

Check Android security patch level: Settings > About phone > Android security patch level. If before December 2024, vulnerable.

Check Version:

adb shell getprop ro.build.version.security_patch

Verify Fix Applied:

Verify Android security patch level shows December 2024 or later.

📡 Detection & Monitoring

Log Indicators:

  • SELinux denials for privilege escalation attempts
  • App crashes in Skia-related processes

Network Indicators:

  • No network indicators - local exploit only

SIEM Query:

Process creation events with suspicious parent-child relationships involving graphics processes

🔗 References

📤 Share & Export