drivers/hid/hid-corsair.c in the Linux kernel 4.9.x before 4.9.6 interacts incorrectly with the CONFIG_VMAP_STACK option, which allows local users to cause a denial of service (system crash or memory corruption) or possibly have unspecified other impact by leveraging use of more than one virtual page for a DMA scatterlist.
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/2017/01/21/3 | mailing list third party advisory patch |
http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.6 | release notes vendor advisory |
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=6d104af38b570d37aa32a5803b04c354f8ed513d | issue tracking third party advisory patch |
https://bugzilla.redhat.com/show_bug.cgi?id=1416096 | issue tracking patch |
http://www.securityfocus.com/bid/95709 | vdb entry third party advisory |
https://github.com/torvalds/linux/commit/6d104af38b570d37aa32a5803b04c354f8ed513d | issue tracking third party advisory patch |