drivers/vhost/net.c in the Linux kernel before 3.13.10, when mergeable buffers are disabled, does not properly validate packet lengths, which allows guest OS users to cause a denial of service (memory corruption and host OS crash) or possibly gain privileges on the host OS via crafted packets, related to the handle_rx and get_rx_bufs functions.
The product writes data past the end, or before the beginning, of the intended buffer.
Link | Tags |
---|---|
http://www.securityfocus.com/bid/66678 | vdb entry third party advisory |
https://bugzilla.redhat.com/show_bug.cgi?id=1064440 | issue tracking third party advisory patch |
http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.13.10 | mailing list patch vendor advisory |
https://github.com/torvalds/linux/commit/d8316f3991d207fe32881a9ac20241be8fa2bad0 | third party advisory patch |
http://secunia.com/advisories/59386 | third party advisory broken link |
http://secunia.com/advisories/59599 | third party advisory broken link |
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3Ba=commit%3Bh=d8316f3991d207fe32881a9ac20241be8fa2bad0 |