Race condition in the ioctl_file_dedupe_range function in fs/ioctl.c in the Linux kernel through 4.7 allows local users to cause a denial of service (heap-based buffer overflow) or possibly gain privileges by changing a certain count value, aka a "double fetch" vulnerability.
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 |
---|---|
https://github.com/torvalds/linux/commit/10eec60ce79187686e052092e5383c99b4420a20 | patch |
http://www.securityfocus.com/bid/92259 | vdb entry |
http://www.openwall.com/lists/oss-security/2016/07/31/6 | release notes mailing list |
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=10eec60ce79187686e052092e5383c99b4420a20 | patch |
https://bugzilla.redhat.com/show_bug.cgi?id=1362457 | third party advisory vdb entry issue tracking |