NetBSD Security Advisory 2008-010: Malicious PPPoE discovery packet can overrun a kernel buffer

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: NetBSD Security-Officer
Date: Tuesday, August 26, 2008 - 7:12 am

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


		 NetBSD Security Advisory 2008-010
		 =================================

Topic:		Malicious PPPoE discovery packet can overrun a kernel buffer

Version:	NetBSD-current:		affected
		NetBSD 4.0:		affected
		NetBSD 3.1.*:		affected
		NetBSD 3.1		affected
		NetBSD 3.0.*:		affected
		NetBSD 3.0:		affected

Severity:	Remote denial-of-service

Fixed:		NetBSD-current:		August 08, 2008
		NetBSD-4-0 branch:	August 08, 2008
			(4.0.1 will include the fix)
		NetBSD-4 branch:	August 08, 2008
			(4.1 will include the fix)
		NetBSD-3-1 branch:	August 08, 2008
			(3.1.2 will include the fix)
                NetBSD-3-0 branch:      August 08, 2008
                        (3.0.4 will include the fix)
		NetBSD-3 branch:	August 08, 2008
			(3.2 will include the fix)


Abstract
========

A problem has been identified in the pppoe(4) code.  A bug in range checking
allows a malicious packet to make the kernel access memory outside of the
allocated buffer and cause a kernel crash.  It is currently unclear if this
issue could be exploited any further than denial of service.


Technical Details
=================

The critical code deals with early states of a PPPoE connection, before
a session between client and access concentrator has been established.
Packets in this "discovery" phase may consist of multiple variable length
"tags" packed together in a pppoe packet. Each tag is checked and the length
validated against to total packet size. A bug in this length check allowed
packets to advance the next tag pointer to up to 4 bytes beyond the end
of the packet. This can cause a kernel crash.

The problematic code path is executed even without active pppoe(4) interfaces,
as long as at least one has been created with "ifconfig pppoe0 create". No
further configuration of the pppoe(4) interface is needed.

The attack is not routable, so attackers would have to have access to the
LAN of an affected machine - or the DSL side would need to be configured
like a shared ethernet segment. This is uncommon, but done by some providers.


Solutions and Workarounds
=========================

The pseudo-device pppoe is present in GENERIC kernels.  The system must
be configured with a pppoe(4) instance.

For all NetBSD versions, you need to obtain fixed kernel sources,
rebuild and install the new kernel, and reboot the system.
                                      
The fixed source may be obtained from the NetBSD CVS repository.        
The following instructions briefly summarise how to upgrade your        
kernel.  In these instructions, replace:

  ARCH     with your architecture (from uname -m), and                  
  KERNCONF with the name of your kernel configuration file.    

To update from CVS, re-build, and re-install the kernel:

	# cd src
	# cvs update -d -P sys/net/if_spppsubr.c
	# ./build.sh kernel=KERNCONF
	# mv /netbsd /netbsd.old
	# cp sys/arch/ARCH/compile/obj/KERNCONF/netbsd /netbsd 
	# shutdown -r now

For more information on how to do this, see:    

   http://www.NetBSD.org/guide/en/chap-kernel.html


Thanks To
=========

Yasuoka Masahiko from Internet Initiative Japan Inc. for discovering the
problem and providing a fix.


Revision History
================

	2008-08-26	Initial release


More Information
================

Advisories may be updated as new information becomes available.
The most recent version of this advisory (PGP signed) can be found at 
  ftp://ftp.NetBSD.org/pub/NetBSD/security/advisories/NetBSD-SA2008-010.txt.asc

Information about NetBSD and NetBSD security can be found at
http://www.NetBSD.org/ and http://www.NetBSD.org/Security/.


Copyright 2008, The NetBSD Foundation, Inc.  All Rights Reserved.
Redistribution permitted only in full, unmodified form.

$NetBSD: NetBSD-SA2008-010.txt,v 1.1 2008/08/25 22:51:57 adrianp Exp $

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (NetBSD)

iQCVAwUBSLM39j5Ru2/4N2IFAQK01QP+P2xq4d/W2Z5JIZ11T399mRD7NMS6N/Dl
rjGb0/cQwyF3LcwRlT4kPzwuTYqaSvbS37sdDr0Fb3F7c86GfGCkLVvmcVgNtJbe
qwg4rcUkWTW3ENsIZE18ZHH83nrf4dkXXZZ71nMw/cGTTzy034pPUf/rm1GSbR4v
MbwV26ZHx6I=
=ebPm
-----END PGP SIGNATURE-----
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[No subject], , (Wed Dec 31, 5:00 pm)
Anonymous CVS users please note: modules are being merged, Perry E. Metzger, (Thu Dec 19, 9:56 am)
New NetBSD/amd64 snapshot, Frank van der Linden, (Sat May 10, 11:38 am)
NetBSD logo design competition, Luke Mewburn, (Tue Jan 13, 5:46 pm)
NetBSD Security Advisory 2004-009: ftpd root escalation, NetBSD Security-Officer, (Tue Aug 17, 10:48 am)
Quarterly Status Report: July - September 2004, Jan Schaumann, (Tue Oct 5, 10:24 am)
Announcing the release of NetBSD 2.0, James Chacon, (Thu Dec 9, 1:30 pm)
NetBSD Quarterly Status Report - 2005Q1, Jan Schaumann, (Fri Apr 8, 9:45 am)
How to help NetBSD help you., Thor Lancelot Simon, (Sun Jun 12, 2:55 pm)
NetBSD Security Advisory NetBSD-SN20050708-1: NetBSD base ..., NetBSD Security-Officer, (Mon Jul 11, 9:31 am)
NetBSD and the Google "Summer of Code" Summary, Jan Schaumann, (Sun Oct 16, 10:56 am)
NetBSD Status Report: July - December 2005, Jan Schaumann, (Tue Jan 31, 8:01 am)
cvsweb is temporarily offline, SODA Noriyuki, (Mon Mar 27, 6:03 am)
Re: cvsweb is temporarily offline, SODA Noriyuki, (Tue Mar 28, 1:41 am)
NetBSD 4.0 release cycle, Martin Husemann, (Tue Apr 11, 11:49 am)
NetBSD Security Advisory 2006-016: IPv6 socket options can ..., NetBSD Security-Officer, (Thu Jun 8, 2:43 pm)
NetBSD Security Advisory 2006-018: sail(6), dm(8) and tetr ..., NetBSD Security-Officer, (Thu Aug 10, 1:30 pm)
(unknown), John Nemeth, (Wed May 16, 11:40 am)
The pkgsrc-2007Q2 Release, Alistair Crooks, (Sun Jul 1, 3:29 am)
NetBSD Fundraising Campaign 2007, Mindaugas Rasiukevicius, (Tue Aug 14, 12:34 pm)
mail-index.NetBSD.org has been revamped, S.P.Zeidler, (Mon Feb 11, 3:00 pm)
More interviews about packaging systems , Mark Weinem, (Thu Mar 13, 6:31 pm)
The NetBSD Foundation Moves to a Two Clause BSD License, Alistair Crooks, (Fri Jun 20, 9:10 am)
NetBSD Security Advisory 2008-010: Malicious PPPoE discove ..., NetBSD Security-Officer, (Tue Aug 26, 7:12 am)
The pkgsrc-2008Q4 Release, Alistair Crooks, (Sun Jan 11, 11:09 pm)
NetBSD 5.0_RC3 binaries available for download, Soren Jacobsen, (Sat Mar 21, 1:49 pm)
NetBSD 5.0_RC4 binaries available for download, Soren Jacobsen, (Thu Apr 16, 12:46 pm)
NetBSD Security Advisory 2009-008: OpenSSL ASN1 parsing de ..., NetBSD Security Officer, (Tue Jul 7, 9:45 pm)
Service outage of nyftp.netbsd.org 2009-12-24 through 2010 ..., Thor Lancelot Simon, (Tue Dec 22, 10:04 pm)
NetBSD Security Advisory 2010-001: File system module auto ..., NetBSD Security Officer, (Wed Jan 13, 4:38 am)
NetBSD in GSoC 2010, S.P.Zeidler, (Fri Mar 19, 12:03 am)