Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751531AbWIGLGJ (ORCPT ); Thu, 7 Sep 2006 07:06:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751648AbWIGLGJ (ORCPT ); Thu, 7 Sep 2006 07:06:09 -0400 Received: from coyote.holtmann.net ([217.160.111.169]:27881 "EHLO mail.holtmann.net") by vger.kernel.org with ESMTP id S1751531AbWIGLGI (ORCPT ); Thu, 7 Sep 2006 07:06:08 -0400 Subject: Re: [patch 29/37] dvb-core: Proper handling ULE SNDU length of 0 From: Marcel Holtmann To: Greg KH Cc: linux-kernel@vger.kernel.org, stable@kernel.org, Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , torvalds@osdl.org, akpm@osdl.org, alan@lxorguk.ukuu.org.uk, Ang Way Chuang In-Reply-To: <20060906225740.GD15922@kroah.com> References: <20060906224631.999046890@quad.kroah.org> <20060906225740.GD15922@kroah.com> Content-Type: text/plain Date: Thu, 07 Sep 2006 14:57:56 +0200 Message-Id: <1157633876.30159.82.camel@aeonflux.holtmann.net> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1022 Lines: 25 Hi Greg, > ULE (Unidirectional Lightweight Encapsulation RFC 4326) decapsulation > code has a bug that allows an attacker to send a malformed ULE packet > with SNDU length of 0 and bring down the receiving machine. This patch > fix the bug and has been tested on version 2.6.17.11. This bug is 100% > reproducible and the modified source code (GPL) used to produce this bug > will be posted on http://nrg.cs.usm.my/downloads.htm shortly. The > kernel will produce a dump during CRC32 checking on faulty ULE packet. the upstream code changed for 2.6.18. It has a different way of addressing this issue, but it also changes a lot of other stuff in the whole code. However it might be worth looking at it, because the upstream code might be still vulnerable. Regards Marcel - 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/