From: Tomas Hozza Date: Thu, 8 Nov 2012 09:53:29 +0000 (+0100) Subject: tools: hv: Netlink source address validation allows DoS X-Git-Tag: v3.2.42~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=723353fdc4de94bf78026b6c17cf9dbbe5f29a1a;p=pandora-kernel.git tools: hv: Netlink source address validation allows DoS commit 95a69adab9acfc3981c504737a2b6578e4d846ef upstream. The source code without this patch caused hypervkvpd to exit when it processed a spoofed Netlink packet which has been sent from an untrusted local user. Now Netlink messages with a non-zero nl_pid source address are ignored and a warning is printed into the syslog. Signed-off-by: Tomas Hozza Acked-by: K. Y. Srinivasan Signed-off-by: Greg Kroah-Hartman Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed