The Arm Mali GPU kernel driver allows unprivileged users to access freed memory because GPU memory operations are mishandled. This affects Bifrost r0p0 through r38p1, and r39p0; Valhall r19p0 through r38p1, and r39p0; and Midgard r4p0 through r32p0.
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://developer.arm.com/support/arm-security-updates | vendor advisory |
https://developer.arm.com/Arm%20Security%20Center/Mali%20GPU%20Driver%20Vulnerabilities | vendor advisory |
https://github.blog/2023-01-23-pwning-the-all-google-phone-with-a-non-google-bug/ | third party advisory exploit |
https://securitylab.github.com/advisories/GHSL-2022-054_Arm_Mali/ | third party advisory exploit |
http://packetstormsecurity.com/files/172854/Android-Arm-Mali-GPU-Arbitrary-Code-Execution.html | third party advisory vdb entry |