CVE-2026-0074: Medium severity Google Android vulnerability
In getPreferredSize of LauncherProcessImageListener.kt, there is a possible denial of service due to resource exhaustion. This could lead to local denial of service 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.
- Configuration
Add input validation and defensive bounds checks in getPreferredSize to prevent allocating excessive resources (e.g., enforce maximum image dimensions and fail or degrade gracefully when inputs exceed safe limits). Ensure the method performs defensive memory and size checks before allocating or processing image data.
LauncherProcessImageListener.kt getPreferredSize resource allocation/validation = validate and bound allocations - Compensating control
Apply OS-level resource limits and isolation for the process to mitigate resource-exhaustion attacks (for example: ulimit, cgroups, or container resource limits); run the application under a dedicated, unprivileged account and restrict who can execute or interact with the affected component to trusted/local users.
- Operational
Implement monitoring and alerting for abnormal memory and CPU usage of the affected process and configure automated remediation (such as alerting, throttling, or restarting the process and collecting diagnostics) to recover from or investigate potential local denial-of-service conditions.
Event History
Frequently Asked Questions
What is the severity of CVE-2026-0074?
The severity of CVE-2026-0074 is medium with a CVSS score of 5.5.
What type of vulnerability is CVE-2026-0074?
CVE-2026-0074 is a denial of service vulnerability caused by resource exhaustion.
How can CVE-2026-0074 be exploited?
CVE-2026-0074 can be exploited locally without any additional execution privileges or user interaction.
What systems are affected by CVE-2026-0074?
CVE-2026-0074 affects Google Android software.
How do I fix CVE-2026-0074?
To fix CVE-2026-0074, update to the latest version of Google Android that addresses this vulnerability.