CVE-2026-0005
Permission Bypass in KeyguardServiceDelegate Causes Local Info Disclosure
Publication date: 2026-03-02
Last updated on: 2026-03-06
Assigner: Android (associated with Google Inc. or Open Handset Alliance)
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| android | 14.0 | |
| android | 15.0 | |
| android | 16.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-200 | The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the onServiceDisconnected method of KeyguardServiceDelegate.java. It allows a possible partial bypass of app pinning, which means that an attacker could interact with other apps without knowing the lock screen key (LSKF). This happens because of a missing permission check.
The vulnerability could lead to local information disclosure, where the extent of interaction and impact depends on the specific app. No additional execution privileges are needed to exploit this vulnerability, and user interaction is not required.
How can this vulnerability impact me? :
This vulnerability can impact you by allowing limited interaction with other apps without proper authorization, potentially exposing local information.
Since no additional execution privileges are needed and no user interaction is required, an attacker could exploit this vulnerability to access sensitive information depending on the affected app.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know