From owner-freebsd-security@FreeBSD.ORG Tue Mar 2 09:30:26 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 69FC916A4CF for ; Tue, 2 Mar 2004 09:30:26 -0800 (PST) Received: from caligula.anu.edu.au (caligula.anu.edu.au [150.203.224.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id B18AE43D1D for ; Tue, 2 Mar 2004 09:30:25 -0800 (PST) (envelope-from avalon@caligula.anu.edu.au) Received: from caligula.anu.edu.au (localhost [127.0.0.1]) by caligula.anu.edu.au (8.12.9/8.12.9) with ESMTP id i22HUObF025899; Wed, 3 Mar 2004 04:30:24 +1100 (EST) Received: (from avalon@localhost) by caligula.anu.edu.au (8.12.9/8.12.8/Submit) id i22HUN1J025897; Wed, 3 Mar 2004 04:30:23 +1100 (EST) From: Darren Reed Message-Id: <200403021730.i22HUN1J025897@caligula.anu.edu.au> To: silby@silby.com (Mike Silbersack) Date: Wed, 3 Mar 2004 04:30:23 +1100 (Australia/ACT) In-Reply-To: <20040302111509.E12133@odysseus.silby.com> from "Mike Silbersack" at Mar 02, 2004 11:18:01 AM X-Mailer: ELM [version 2.5 PL1] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-security@freebsd.org 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:30:26 -0000 In some mail from Mike Silbersack, sie said: > 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. Uh, what did you test and what did you test with ? "strict" requires that the sequence number in packet n should match what that sequence number of the last byte in packet n-1 - i.e. no out of order delivery is permitted. Darren