drivers/vfio/pci/vfio_pci.c in the Linux kernel through 4.8.11 allows local users to bypass integer overflow checks, and cause a denial of service (memory corruption) or have unspecified other impact, by leveraging access to a vfio PCI device file for a VFIO_DEVICE_SET_IRQS ioctl call, aka a "state machine confusion bug."
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.
Link | Tags |
---|---|
http://www.openwall.com/lists/oss-security/2016/10/26/11 | third party advisory mailing list |
https://patchwork.kernel.org/patch/9373631/ | patch vendor advisory |
http://rhn.redhat.com/errata/RHSA-2017-0387.html | third party advisory vendor advisory |
https://bugzilla.redhat.com/show_bug.cgi?id=1389258 | issue tracking |
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=05692d7005a364add85c6e25a6c4447ce08f913a | patch vendor advisory issue tracking |
https://github.com/torvalds/linux/commit/05692d7005a364add85c6e25a6c4447ce08f913a | patch third party advisory issue tracking |
http://rhn.redhat.com/errata/RHSA-2017-0386.html | third party advisory vendor advisory |
http://www.securityfocus.com/bid/93929 | third party advisory vdb entry |