NetBSD Security Advisory 2006-013: sysctl(3) local denial of service

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: NetBSD Security-Officer
Date: Wednesday, April 12, 2006 - 7:34 pm

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


		 NetBSD Security Advisory 2006-013
		 =================================

Topic:		sysctl(3) local denial of service

Version:	NetBSD-current:	source prior to March 15, 2005
		NetBSD 3.0:	affected
		NetBSD 2.1:     affected
		NetBSD 2.0.*:   affected
		NetBSD 2.0:     affected
		NetBSD 1.6.*:	affected
		NetBSD 1.6:	affected

Severity:	Any local user can crash the system

Fixed:		NetBSD-current:		March 15, 2005
		NetBSD-3-0 branch:	March 24, 2006
						(3.0.1 will include the fix)
		NetBSD-3   branch:	March 24, 2006
		NetBSD-2-1 branch:      March 24, 2006
						(2.1.1 will include the fix)
		NetBSD-2-0 branch:      March 24, 2006
						(2.0.4 will include the fix)
		NetBSD-2 branch:        March 24, 2006

Abstract
========

The user supplied buffer where results of the sysctl(3) call are stored is
locked into physical memory without checking its size.  This way, a malicious
user can cause a system lockup by allocating all available physical memory on
most systems.

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

The system call implementing the sysctl(3) library call tries to lock the user
supplied result buffer into physical memory, to avoid the interferences of
information collection with other system activity.  The size of that buffer is
not checked against system limits.

The VM system checks whether the virtual address of the buffer is part of the
user address space, but since the amount of virtual memory a single user is
able to allocate exceeds the available physical memory on most systems, a
user can cause a system lockup by exhaustion of physical memory.

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

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/kern/kern_sysctl.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
=========

Matthias Drochner for PoC code and implementing the fixes.

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

	2006-04-12	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-SA2006-013.txt.asc

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


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

$NetBSD: NetBSD-SA2006-013.txt,v 1.4 2006/04/12 22:09:50 adrianp Exp $

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

iQCVAwUBRD1+pz5Ru2/4N2IFAQLhHQP+KDlJF7r1t8+8Wf/l8mOFIFW1d4us3AgK
zGdW7EkVjsWSz3YcYoA4uYyzBQeGSiNmiEvm1+R9Z1ZkAqTwD+KzYkOrGkfkAY3M
cVuaTKgOD3PfVHQhhaeE+krcRacjbnU1dwRQ6PQ3bnFJ73jOBCw5D7Q9z4gUuEb+
5q72TSbR1bc=
=4hNK
-----END PGP SIGNATURE-----
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
ftp.netbsd.org downtime Sat, June 29, 9am Pacific time, Michael Graff, (Fri Jun 28, 1:02 am)
New Developers, grant beattie, (Sat May 31, 8:34 am)
New Developers, Jan Schaumann, (Sun Feb 1, 12:12 pm)
Announcing the pkgsrc-2004Q4 Branch, Alistair Crooks, (Tue Dec 21, 10:35 am)
Regular daily builds, James Chacon, (Mon May 2, 10:31 am)
NetBSD Security Advisory 2005-002: Local DoS via audio dev ..., NetBSD Security-Officer, (Thu Jun 30, 3:12 pm)
New NetBSD Core Team, Alistair Crooks, (Tue Aug 2, 11:10 pm)
Explanation of branches for NetBSD releases, James Chacon, (Sun Oct 30, 7:39 pm)
NetBSD Security Advisory 2006-005: bridge memory disclosure, NetBSD Security-Officer, (Wed Mar 29, 6:31 pm)
NetBSD Security Advisory 2006-013: sysctl(3) local denial ..., NetBSD Security-Officer, (Wed Apr 12, 7:34 pm)
Announcing the pkgsrc-2006Q2 Release, Alistair Crooks, (Sun Jul 2, 6:27 am)
NetBSD Security Advisory 2007-006: Local panics in display ..., NetBSD Security-Officer, (Thu Sep 13, 2:56 pm)
NetBSD Security Advisory 2008-002: Endianness issue in fas ..., NetBSD Security-Officer, (Thu Feb 28, 4:36 pm)
Summer of Code applications period started, Jan Schaumann, (Mon Mar 24, 10:21 pm)
NetBSD Security Advisory 2008-009: BIND cache poisoning, NetBSD Security-Officer, (Thu Jul 24, 5:15 pm)
NetBSD Security Advisory 2008-012: Denial of service issue ..., NetBSD Security-Officer, (Mon Sep 15, 2:03 pm)
Preparing for Summer of Code 2009, Jan Schaumann, (Mon Feb 2, 9:17 am)
Announcing the NetBSD Project Blog, Mark Weinem, (Sun Apr 26, 3:09 pm)
NetBSD Security Advisory 2009-005: Plaintext Recovery Atta ..., NetBSD Security Officer, (Tue Jul 14, 2:33 pm)
Updated: NetBSD Security Advisory 2010-002: OpenSSL TLS re ..., NetBSD Security Officer, (Tue Feb 2, 12:04 pm)