From owner-freebsd-security@FreeBSD.ORG Tue Mar 2 09:18:04 2004 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8134A16A4CE for ; Tue, 2 Mar 2004 09:18:04 -0800 (PST) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id F0B5D43D2F for ; Tue, 2 Mar 2004 09:18:03 -0800 (PST) (envelope-from silby@silby.com) Received: (qmail 18439 invoked from network); 2 Mar 2004 17:18:02 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 2 Mar 2004 17:18:02 -0000 X-pair-Authenticated: 209.68.2.70 Date: Tue, 2 Mar 2004 11:18:01 -0600 (CST) From: Mike Silbersack To: Darren Reed In-Reply-To: <200403021613.i22GDcM8005592@caligula.anu.edu.au> Message-ID: <20040302111509.E12133@odysseus.silby.com> References: <200403021613.i22GDcM8005592@caligula.anu.edu.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-security@freebsd.org cc: Stefan Bethke Subject: Re: mbuf vulnerability X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2004 17:18:04 -0000 On Wed, 3 Mar 2004, Darren Reed wrote: > IPFilter v4 can prevent this attack with: > > pass in .. proto tcp ... keep state(strict) Nope, I just tested this. Well, I should say that it doesn't provide any protection with "keep state"... what does (strict) mean? The ipf in FreeBSD doesn't seem to support it. > > OpenBSD's pf scrubbing should be helpful here. From the FAQ: > > > The scrub directive also reassembles fragmented packets, protecting > > > some operating systems from some forms of attack. > > > > Uh, no, "scrub" dosn't protect against this attack at all (or at least > not according to that web page.) > > Darren Also true, as this has nothing to do with ip fragments. Mike "Silby" Silbersack