CVE-2026-0091: High severity Google Android vulnerability
In multiple locations, there is a possible way to execute code in the launcher process due to an over-privileged shell user. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Remove
Remove
over-privileged shell userfrom your environment.If the shell user is not required, remove the account and any associated credentials from systems to eliminate the privilege source.
- Configuration
Remove unnecessary privileges from the over-privileged shell user: remove it from privileged groups, eliminate unnecessary sudoers entries, and remove setuid bits or elevated capabilities so the account cannot be used to execute code in privileged processes.
shell user privileges = least-privilege (remove unnecessary elevated privileges) - Configuration
Ensure the launcher process does not run with the shell user's elevated privileges. Run the launcher as a dedicated unprivileged account or drop privileges early during startup to prevent code execution via an over-privileged shell user.
launcher process run_as_user = unprivileged user / drop privileges at startup - Compensating control
Restrict access to local accounts and interactive shell access via host-based controls (SSH allowlists, PAM restrictions, limiting which accounts can log in, firewall/ACLs) and require strong authentication to reduce the risk of local exploitation.
- Operational
Audit system logs and account activity for signs of local code execution or privilege escalation; if compromise is suspected, isolate affected hosts, remediate, and rotate impacted credentials.
Event History
Frequently Asked Questions
What is the severity of CVE-2026-0091?
CVE-2026-0091 has a high severity rating of 7.8 according to the CVSS 3.1 scoring system.
How do I fix CVE-2026-0091?
To mitigate CVE-2026-0091, ensure your Google Android device is updated to the latest security patch that addresses this vulnerability.
What impact does CVE-2026-0091 have?
CVE-2026-0091 can lead to local escalation of privileges, allowing an attacker to execute code in the launcher process.
Is user interaction required to exploit CVE-2026-0091?
No, user interaction is not required to exploit CVE-2026-0091.
What is the primary cause of CVE-2026-0091?
CVE-2026-0091 is caused by an over-privileged shell user in multiple locations within the Google Android system.