Race condition in the ioctl implementation in the Samsung Graphics 2D driver (aka /dev/fimg2d) in Samsung devices with Android L(5.0/5.1) allows local users to trigger memory errors by leveraging definition of g2d_lock and g2d_unlock lock macros as no-ops, aka SVE-2015-4598.
The product contains a concurrent code sequence that 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 operating concurrently.
Link | Tags |
---|---|
http://www.securityfocus.com/bid/77335 | vdb entry third party advisory |
https://bugs.chromium.org/p/project-zero/issues/detail?id=492 | issue tracking third party advisory |
https://www.exploit-db.com/exploits/38557/ | exploit vdb entry third party advisory |
http://packetstormsecurity.com/files/134107/Samsung-Fimg2d-FIMG2D_BITBLT_BLIT-Ioctl-Concurrency-Flaw.html | exploit vdb entry third party advisory |
http://security.samsungmobile.com/smrupdate.html#SMR-OCT-2015 | vendor advisory |