CVE-2025-36919
BaseFortify
Publication date: 2025-12-11
Last updated on: 2025-12-12
Assigner: Google Devices
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| android | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-415 | The product calls free() twice on the same memory address. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a double free issue in the aocc_read function of the aoc_channel_dev.c file caused by improper locking. A double free means that the same memory is freed twice, which can lead to undefined behavior and potential security issues.
How can this vulnerability impact me? :
This vulnerability can lead to local escalation of privilege, allowing an attacker with local access to gain higher privileges without needing additional execution privileges or user interaction.
What immediate steps should I take to mitigate this vulnerability?
Since the vulnerability involves a possible double free leading to local privilege escalation, immediate mitigation steps include applying the latest security patches or firmware updates provided by the vendor once available. No user interaction is needed for exploitation, so ensuring the system is updated to the latest security patch level is critical.