Validate ashmem memory with fops pointer in kernel-ashmem CVE-2016-5340 critical

Tracked by Jolla (In progress)

asked 2017-07-13 15:17:27 +0300

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

updated 2017-07-13 15:22:21 +0300

lpr gravatar image

The is_ashmem_file function in drivers/staging/android/ashmem.c in a certain Qualcomm Innovation Center (QuIC) Android patch for the Linux kernel 3.x mishandles pointer validation within the KGSL Linux Graphics Module, which allows attackers to bypass intended access restrictions by using the /ashmem string as the dentry name. CVSS v3 Base Score: 8.4 High Access Vector: Locally exploitable

Patch is available.

File affected: kernel-adaptation-sbj-3.4.108.20161101.1/drivers/staging/android/ashmem.c lines 779-787; 831-853 (at least in line 841\sbj in the patch .compat_ioctl = compat_ashmem_ioctl, has to be changed to .compat_ioctl = ashmem_ioctl, I suggest)

edit retag flag offensive close delete