CVE-2026-0010
Out-of-Bounds Write in IDrmManagerService Causes Privilege Escalation
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-787 | The product writes data past the end, or before the beginning, of the intended buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the onTransact function of the IDrmManagerService.cpp file, where there is a missing bounds check that can cause an out of bounds write.
Because of this missing check, data can be written outside the intended memory boundaries, which can lead to unexpected behavior.
Exploitation of this vulnerability does not require any user interaction or additional execution privileges.
How can this vulnerability impact me? :
This vulnerability can lead to a local escalation of privilege, meaning an attacker with local access could gain higher privileges on the affected system.
Since no additional execution privileges or user interaction are needed, it could allow an attacker to perform unauthorized actions or access sensitive information.
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