CVE-2024-39430

5.1 MEDIUM

📋 TL;DR

This vulnerability in the faceid service allows local attackers to cause denial of service through an out-of-bounds write. It affects Unisoc devices with vulnerable faceid implementations. No special privileges are required to exploit this flaw.

💻 Affected Systems

Products:
  • Unisoc chipsets with faceid service
Versions: Specific versions not detailed in advisory
Operating Systems: Android-based systems using Unisoc chipsets
Default Config Vulnerable: ⚠️ Yes
Notes: Affects devices with face recognition capabilities using Unisoc hardware/software stack.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Complete system crash or kernel panic leading to device instability and persistent denial of service.

🟠

Likely Case

Local application crash affecting face recognition functionality, potentially requiring device restart.

🟢

If Mitigated

Limited impact with proper access controls and service isolation preventing unauthorized local access.

🌐 Internet-Facing: LOW - This is a local vulnerability requiring physical or local access to the device.
🏢 Internal Only: MEDIUM - Local users without privileges can cause denial of service affecting face recognition features.

🎯 Exploit Status

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

Requires local access to device and knowledge of triggering the out-of-bounds write condition.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Not specified in advisory

Vendor Advisory: https://www.unisoc.com/en_us/secy/announcementDetail/1807576926177525762

Restart Required: Yes

Instructions:

1. Contact device manufacturer for firmware updates
2. Apply security patches from Unisoc
3. Reboot device after patch installation

🔧 Temporary Workarounds

Disable faceid service

android

Temporarily disable face recognition functionality to prevent exploitation

adb shell pm disable com.unisoc.faceid
adb shell pm disable-user --user 0 com.unisoc.faceid

Restrict local access

all

Implement strict access controls to prevent unauthorized local access to devices

🧯 If You Can't Patch

  • Implement device access controls to limit who can interact with the device locally
  • Monitor for abnormal faceid service crashes or system instability

🔍 How to Verify

Check if Vulnerable:

Check device chipset manufacturer and faceid service version. Vulnerable if using Unisoc chipset with unpatched faceid service.

Check Version:

adb shell dumpsys package com.unisoc.faceid | grep version

Verify Fix Applied:

Verify with manufacturer that latest firmware includes CVE-2024-39430 patch. Check faceid service version after update.

📡 Detection & Monitoring

Log Indicators:

  • Faceid service crashes
  • Kernel panic logs
  • Out-of-bounds memory access errors in system logs

Network Indicators:

  • No network indicators - local vulnerability only

SIEM Query:

source="android_system" AND ("faceid" OR "com.unisoc.faceid") AND ("crash" OR "panic" OR "segmentation fault")

🔗 References

📤 Share & Export