7.8 CVE-2023-21106

Patch
 

In adreno_set_param of adreno_gpu.c, there is a possible memory corruption due to a double free. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-265016072References: Upstream kernel
https://nvd.nist.gov/vuln/detail/CVE-2023-21106

Categories

CWE-415 : Double Free
When a program calls free() twice with the same argument, the program's memory management data structures become corrupted. This corruption can cause the program to crash or, in some circumstances, cause two later calls to malloc() to return the same pointer. If malloc() returns the same value twice and the program later gives the attacker control over the data that is written into this doubly-allocated memory, the program becomes vulnerable to a buffer overflow attack.

References

security@android.com Patch


 

CPE

cpe start end
Configuration 1
cpe:2.3:o:google:android:-:*:*:*:*:*:*:*


REMEDIATION


Patch

Url
https://source.android.com/security/bulletin/2023-05-01


EXPLOITS


Exploit-db.com

id description date
No known exploits

POC Github

Url
No known exploits

Other Nist (github, ...)

Url
No known exploits


CAPEC


Common Attack Pattern Enumerations and Classifications

id description severity
No entry