Vulnerability Description
Function abc_pcie_issue_dma_xfer_sync creates a transfer object, adds it to the session object then continues to work with it. A concurrent thread could retrieve created transfer object from the session object and delete it using abc_pcie_dma_user_xfer_clean. If this happens, abc_pcie_start_dma_xfer and abc_pcie_wait_dma_xfer in the original thread will trigger UAF when working with the transfer object.Product: AndroidVersions: Android kernelAndroid ID: A-151453714
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Android | - |
Related Weaknesses (CWE)
References
- https://source.android.com/security/bulletin/pixel/2020-06-01Vendor Advisory
- https://source.android.com/security/bulletin/pixel/2020-06-01Vendor Advisory
FAQ
What is CVE-2020-0232?
CVE-2020-0232 is a vulnerability with a CVSS score of 9.8 (CRITICAL). Function abc_pcie_issue_dma_xfer_sync creates a transfer object, adds it to the session object then continues to work with it. A concurrent thread could retrieve created transfer object from the sessi...
How severe is CVE-2020-0232?
CVE-2020-0232 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2020-0232?
Check the references section above for vendor advisories and patch information. Affected products include: Google Android.