Home Google CVE-2024-34737
Back to Google

CVE-2024-34737

Android - ActivityClientController

Google CVSS 7.8 Updated March 15, 2026

Executive Risk Summary

"A logic error in the ActivityClientController.java code can lead to local escalation of privilege with no additional execution privileges needed, potentially allowing an attacker to generate unmovable and undeletable pip windows. This vulnerability can be exploited without user interaction, posing a significant risk to Android devices."

Operational Audit Arsenal

Target Type Executable
Target Asset ActivityClientController.java
Standard Path %ANDROID_ROOT%/frameworks/base/core/java/android/app/ActivityClientController.java
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: ActivityClientController.java (Executable)
$Targets = 'ActivityClientController.java'
$SearchPaths = @("$env:windir\System32", "$env:ProgramFiles", "${env:ProgramFiles(x86)}")

Get-ChildItem -Path $SearchPaths -Include $Targets -Recurse -ErrorAction SilentlyContinue | 
Select-Object FullName, @{Name="Version";Expression={$_.VersionInfo.ProductVersion}}

Patch Impact Forecast

Reboot Required Likely

System services may be affected

Internal Work Notes

Android vulnerability CVE-2024-34737: Local escalation of privilege via ActivityClientController.java logic error, requiring patch update to prevent potential system compromise.

Technical Intelligence & Operational Utilities • Delivered Weekly

Intelligence Sources

Related Google Threats

Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.