CVE-2026-0047

8.4

Google · Android

A missing permission check in ActivityManagerService allows local attackers to access private information and achieve elevation of privilege without user interaction.

Executive summary

A vulnerability in the Android ActivityManagerService allows for unauthorized access to private data and local privilege escalation, posing a high risk to system integrity.

Vulnerability

This vulnerability involves a missing permission check within the dumpBitmapsProto function of ActivityManagerService.java, which allows an unauthenticated local application to gain unauthorized access to sensitive system information and elevate privileges.

Business impact

The potential for local elevation of privilege presents a significant security risk, as it allows malicious applications to bypass OS security boundaries and access data that should remain restricted. Given the CVSS score of 8.4, this flaw could lead to full compromise of the local environment, resulting in data theft or unauthorized administrative control over the affected device.

Remediation

Immediate Action: Administrators and users should monitor the official Android Security Bulletin for the release of a security patch and apply it to all affected devices as soon as it becomes available.

Proactive Monitoring: Security teams should monitor system logs for unusual activity related to ActivityManagerService or unexpected attempts to access protected memory or bitmap data.

Compensating Controls: Ensure that third-party application installations are restricted to trusted sources and enforce strict permissions policies to minimize the risk of malicious apps executing on the device.

Exploitation status

Public Exploit Available: Yes, a public proof-of-concept repository exists on GitHub.

Analyst recommendation

This vulnerability represents a significant breach of the Android security model, enabling local privilege escalation with high technical impact. Organizations managing Android deployments must prioritize the application of vendor-supplied patches once released, as the existence of a public proof-of-concept lowers the barrier for exploitation by malicious local actors.

More Google CVEs

Sources