CVE-2025-36922

6.7 MEDIUM

📋 TL;DR

This CVE describes a use-after-free vulnerability in the bigo_map function of bigo_iommu.c in the Android kernel. It allows local attackers to disclose sensitive information and potentially escalate privileges to kernel level without user interaction. The vulnerability affects Android devices, particularly Google Pixel phones.

💻 Affected Systems

Products:
  • Google Pixel phones
  • Android devices using affected kernel
Versions: Android versions prior to December 2025 security patch
Operating Systems: Android
Default Config Vulnerable: ⚠️ Yes
Notes: Requires kernel-level access; affects devices with the vulnerable bigo_iommu driver compiled into the kernel.

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Local attacker gains kernel-level privileges, potentially compromising the entire device, accessing all data, and establishing persistence.

🟠

Likely Case

Local information disclosure leading to privilege escalation within the device, allowing access to sensitive kernel memory.

🟢

If Mitigated

Limited impact if device is fully patched, has SELinux enforcing mode, and runs with minimal kernel attack surface.

🌐 Internet-Facing: LOW - This is a local kernel vulnerability requiring physical or local access to the device.
🏢 Internal Only: MEDIUM - Malicious apps or users with local access could exploit this to escalate privileges on affected devices.

🎯 Exploit Status

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

Exploitation requires local access and kernel knowledge; no user interaction needed but requires system execution privileges.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: December 2025 Android Security Patch or later

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

Restart Required: Yes

Instructions:

1. Apply December 2025 Android security patch via Settings > System > System update. 2. Reboot device after update completes. 3. Verify patch level in Settings > About phone > Android version.

🔧 Temporary Workarounds

Disable vulnerable kernel module

linux

Remove or disable the bigo_iommu kernel module if not required

rmmod bigo_iommu

Enable SELinux enforcing mode

linux

Ensure SELinux is in enforcing mode to limit kernel exploitation impact

setenforce 1
getenforce

🧯 If You Can't Patch

  • Restrict physical access to devices and implement application allowlisting
  • Monitor for suspicious kernel module loading and privilege escalation attempts

🔍 How to Verify

Check if Vulnerable:

Check kernel version and security patch level: Settings > About phone > Android version > Build number

Check Version:

adb shell getprop ro.build.version.security_patch

Verify Fix Applied:

Verify security patch level includes December 2025 or later in Settings > About phone

📡 Detection & Monitoring

Log Indicators:

  • Kernel panic logs
  • SELinux denials related to bigo_iommu
  • Unexpected kernel module loading

Network Indicators:

  • None - this is a local kernel vulnerability

SIEM Query:

source="android_kernel" AND ("bigo_iommu" OR "use after free" OR kernel_panic)

🔗 References

📤 Share & Export