Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752072Ab2KROWI (ORCPT ); Sun, 18 Nov 2012 09:22:08 -0500 Received: from mx3-phx2.redhat.com ([209.132.183.24]:56250 "EHLO mx3-phx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751954Ab2KROWG (ORCPT ); Sun, 18 Nov 2012 09:22:06 -0500 Date: Sun, 18 Nov 2012 09:21:57 -0500 (EST) From: Tomas Hozza To: Greg KH Cc: linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, olaf@aepfle.de, apw@canonical.com, jasowang@redhat.com, kys@microsoft.com Message-ID: <1900142520.231739.1353248517842.JavaMail.root@redhat.com> In-Reply-To: <20121115233909.GA17580@kroah.com> Subject: Re: [PATCH] tools: hv: Netlink source address validation allows DoS MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.36.4.227] X-Mailer: Zimbra 7.2.0_GA_2669 (ZimbraWebClient - FF3.0 (Linux)/7.2.0_GA_2669) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1167 Lines: 37 Hello. Just FYI there is already a CVE name CVE-2012-5532 for this issue. Regards, Tomas Hozza ----- Original Message ----- > On Thu, Nov 08, 2012 at 10:53:29AM +0100, Tomas Hozza wrote: > > 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 > > --- > > tools/hv/hv_kvp_daemon.c | 8 +++++++- > > 1 file changed, 7 insertions(+), 1 deletion(-) > > > > diff --git a/tools/hv/hv_kvp_daemon.c b/tools/hv/hv_kvp_daemon.c > > index 13c2a14..c1d9102 100755 > > Why are you setting a .c file to executable permissions? Something > is > really wrong here... > > greg k-h > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/