CVE-2016-5728
Description
Race condition in the vop_ioctl function in drivers/misc/mic/vop/vop_vringh.c in the MIC VOP driver in the Linux kernel before 4.6.1 allows local users to obtain sensitive information from kernel memory or cause a denial of service (memory corruption and system crash) by changing a certain header, aka a "double fetch" vulnerability.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2016-5728
Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2016-5728.html
Vendor advisory: cve@mitre.org — https://github.com/torvalds/linux/commit/9bf292bfca94694a721449e3fd752493856710f6
Vendor advisory: cve@mitre.org — http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=9bf292bfca94694a721449e3fd752493856710f6
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| sles | affected | | |
| debian | bookworm | fixed | 4.6.1-1 |
| debian | bullseye | fixed | 4.6.1-1 |
| debian | forky | fixed | 4.6.1-1 |
| debian | sid | fixed | 4.6.1-1 |
| debian | trixie | fixed | 4.6.1-1 |
| linux-kernel | affected | | |
| debian | 8.0 | affected | |
References
- http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=9bf292bfca94694a721449e3fd752493856710f6
- http://www.debian.org/security/2016/dsa-3616
- http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.6.1
- http://www.securityfocus.com/archive/1/538802/30/0/threaded
- http://www.ubuntu.com/usn/USN-3070-1
- http://www.ubuntu.com/usn/USN-3070-2
- http://www.ubuntu.com/usn/USN-3070-3
- http://www.ubuntu.com/usn/USN-3070-4
- http://www.ubuntu.com/usn/USN-3071-1
- http://www.ubuntu.com/usn/USN-3071-2
- https://bugzilla.kernel.org/show_bug.cgi?id=116651
- https://github.com/torvalds/linux/commit/9bf292bfca94694a721449e3fd752493856710f6
- https://www.suse.com/security/cve/CVE-2016-5728.html
- https://security-tracker.debian.org/tracker/CVE-2016-5728
CWEs
CWE-119
Verify integrity in audit chain (admin only). AS-IS.