The WLAN (aka Wi-Fi) driver for the Linux kernel 3.x and 4.x, as used in Qualcomm Innovation Center (QuIC) Android contributions for MSM devices and other products, does not verify authorization for private SET IOCTL calls, which allows attackers to gain privileges via a crafted application, related to wlan_hdd_hostapd.c and wlan_hdd_wext.c.
The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Linux_kernel | Linux | 4.0.0 (including) | 4.20.15 (including) |
Linux-flo | Ubuntu | trusty | * |
Linux-goldfish | Ubuntu | trusty | * |
Linux-grouper | Ubuntu | trusty | * |
Linux-linaro-omap | Ubuntu | precise | * |
Linux-linaro-shared | Ubuntu | precise | * |
Linux-linaro-vexpress | Ubuntu | precise | * |
Linux-lts-quantal | Ubuntu | precise | * |
Linux-lts-raring | Ubuntu | precise | * |
Linux-lts-saucy | Ubuntu | precise | * |
Linux-maguro | Ubuntu | trusty | * |
Linux-mako | Ubuntu | trusty | * |
Linux-manta | Ubuntu | trusty | * |
Linux-qcm-msm | Ubuntu | precise | * |
Assuming a user with a given identity, authorization is the process of determining whether that user can access a given resource, based on the user’s privileges and any permissions or other access-control specifications that apply to the resource. When access control checks are not applied, users are able to access data or perform actions that they should not be allowed to perform. This can lead to a wide range of problems, including information exposures, denial of service, and arbitrary code execution.