Race condition in the get_task_ioprio function in block/ioprio.c in the Linux kernel before 4.6.6 allows local users to gain privileges or cause a denial of service (use-after-free) via a crafted ioprio_get system call.
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://source.android.com/security/bulletin/2016-11-01.html | third party advisory |
https://github.com/torvalds/linux/commit/8ba8682107ee2ca3347354e018865d8e1967c5f4 | issue tracking third party advisory patch |
http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.6.6 | release notes vendor advisory |
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=8ba8682107ee2ca3347354e018865d8e1967c5f4 | issue tracking third party advisory patch |
http://www.securityfocus.com/bid/94135 | vdb entry third party advisory |