The __sys_sendmsg function in net/socket.c in the Linux kernel before 3.1 allows local users to cause a denial of service (system crash) via crafted use of the sendmmsg system call, leading to an incorrect pointer dereference.
The product dereferences a pointer that it expects to be valid but is NULL.
Link | Tags |
---|---|
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3Ba=commit%3Bh=bc909d9ddbf7778371e36a651d6e4194b1cc7d4c | |
https://github.com/torvalds/linux/commit/bc909d9ddbf7778371e36a651d6e4194b1cc7d4c | third party advisory patch |
https://bugzilla.redhat.com/show_bug.cgi?id=761646 | issue tracking third party advisory patch |
http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.1 | mailing list patch vendor advisory |
http://www.openwall.com/lists/oss-security/2011/12/08/4 | third party advisory mailing list |