CVE-2025-36909

5.3 MEDIUM

📋 TL;DR

This CVE-2025-36909 vulnerability allows unauthorized access to sensitive information in affected Android Pixel devices. It's an information disclosure issue that could expose system data or user information. Only Google Pixel devices running specific Android versions are affected.

💻 Affected Systems

Products:
  • Google Pixel devices
Versions: Android versions prior to September 2025 security patch
Operating Systems: Android
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects Google Pixel devices with specific hardware/software configurations

📦 What is this software?

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could access sensitive system information, user data, or authentication credentials leading to further compromise.

🟠

Likely Case

Limited information disclosure exposing non-critical system data or metadata.

🟢

If Mitigated

Minimal impact with proper access controls and network segmentation in place.

🌐 Internet-Facing: LOW
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Requires local access or specific conditions to trigger the vulnerability

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: September 2025 Android security patch level or later

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

Restart Required: No

Instructions:

1. Go to Settings > System > System update
2. Check for and install available updates
3. Verify patch level shows September 2025 or later

🔧 Temporary Workarounds

Restrict physical access

all

Limit physical access to devices to prevent local exploitation

🧯 If You Can't Patch

  • Isolate affected devices from sensitive networks
  • Implement strict access controls and monitoring

🔍 How to Verify

Check if Vulnerable:

Check Settings > About phone > Android version > Android security update date

Check Version:

adb shell getprop ro.build.version.security_patch

Verify Fix Applied:

Verify security patch level shows September 2025 or later

📡 Detection & Monitoring

Log Indicators:

  • Unusual system access patterns
  • Permission violations in system logs

Network Indicators:

  • Unexpected data exfiltration from devices

SIEM Query:

source="android_system" AND (event_type="permission_violation" OR event_type="unauthorized_access")

🔗 References

📤 Share & Export