CVE-2022-25822
10.03.2022, 17:47
An use after free vulnerability in sdp driver prior to SMR Mar-2022 Release 1 allows kernel crash.
Vendor | Product | Version |
---|---|---|
android | 10.0 | |
android | 11.0 | |
android | 12.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-362 - Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')The program contains a code sequence that can run concurrently with other code, and the code sequence requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence that is operating concurrently.
- CWE-416 - Use After FreeReferencing memory after it has been freed can cause a program to crash, use unexpected values, or execute code.