In the Linux kernel, the following vulnerability has been resolved: drm/msm/gem: prevent integer overflow in msm_ioctl_gem_submit() The "submit->cmd[i].size" and "submit->cmd[i].offset" variables are u32 values that come from the user via the submit_lookup_cmds() function. This addition could lead to an integer wrapping bug so use size_add() to prevent that. Patchwork: https://patchwork.freedesktop.org/patch/624696/
Product | Vendor | Version |
---|---|---|
Linux | Linux | 4.0.4 |
Linux | Linux | < d6111e7bdb8ec27eb43d01c4cd4ff1620a75f7f2 |