The ip_cmsg_recv_checksum function in net/ipv4/ip_sockglue.c in the Linux kernel before 4.10.1 has incorrect expectations about skb data layout, which allows local users to cause a denial of service (buffer over-read) or possibly have unspecified other impact via crafted system calls, as demonstrated by use of the MSG_MORE flag in conjunction with loopback UDP transmission.
The product reads data past the end, or before the beginning, of the intended buffer.
Link | Tags |
---|---|
https://bugzilla.redhat.com/show_bug.cgi?id=1427984 | issue tracking patch vdb entry third party advisory |
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ca4ef4574f1ee5252e2cd365f8f5d5bafd048f32 | third party advisory patch |
http://www.openwall.com/lists/oss-security/2017/02/28/5 | mailing list third party advisory patch |
https://github.com/torvalds/linux/commit/ca4ef4574f1ee5252e2cd365f8f5d5bafd048f32 | third party advisory patch |
http://www.securityfocus.com/bid/96487 | vdb entry third party advisory |
http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.10.1 | release notes third party advisory patch |