drivers/net/can/usb/gs_usb.c in the Linux kernel 4.9.x and 4.10.x before 4.10.2 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.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.10.2 | release notes vendor advisory |
https://github.com/torvalds/linux/commit/c919a3069c775c1c876bec55e00b2305d5125caa | patch |
http://www.openwall.com/lists/oss-security/2017/04/16/4 | mailing list third party advisory patch |
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c919a3069c775c1c876bec55e00b2305d5125caa | patch |
http://www.securityfocus.com/bid/97992 | vdb entry third party advisory |