From owner-cvs-all Wed Dec 5 10:13:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8193537B416; Wed, 5 Dec 2001 10:13:34 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB5IDYa72769; Wed, 5 Dec 2001 10:13:34 -0800 (PST) (envelope-from ru) Message-Id: <200112051813.fB5IDYa72769@freefall.freebsd.org> From: Ruslan Ermilov Date: Wed, 5 Dec 2001 10:13:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet if_ether.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/12/05 10:13:34 PST Modified files: sys/netinet if_ether.c Log: Fixed remotely exploitable DoS in arpresolve(). Easily exploitable by flood pinging the target host over an interface with the IFF_NOARP flag set (all you need to know is the target host's MAC address). MFC after: 0 days Revision Changes Path 1.88 +3 -1 src/sys/netinet/if_ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message