NetBSD Security Advisory 2006-014: An audio subsystem race condition may crash the system

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: NetBSD Security-Officer
Date: Thursday, April 27, 2006 - 1:40 pm

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


		 NetBSD Security Advisory 2006-014
		 =================================

Topic:		An audio subsystem race condition may crash the system

Version:	NetBSD-current:	source prior to April 19, 2006
		NetBSD 3.0:	source prior to April 19, 2006
		NetBSD 2.1:     not affected
		NetBSD 2.0.*:   not affected
		NetBSD 2.0:     not affected
		NetBSD 1.6.*:   not affected
		NetBSD 1.6:     not affected

Severity:	Any local user can crash the system

Fixed:		NetBSD-current:		April 19, 2006
		NetBSD-3-0 branch:	April 19, 2006
					(3.0.1 will include the fix)
		NetBSD-3   branch:	April 19, 2006

Abstract
========

A system crash can occur if a user changes the sample rate of an audio
device during playback.

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

If the filter list is modified while audio_write() is running, a
kernel crash may occur. While the function is reading data from
userland, it does not check to see if the filter has been changed (via
audiosetinfo ioctl).

The audio_write() function reads data from userland in a loop, runs
any required filters (eg. rate conversion, changing encoding, etc) and
passes the data along to a circular audio buffer. The function
neglected to properly lock against the audiosetinfo() function.

Since this bug was introduced with the new audio filter framework in
NetBSD 3.0, prior releases are unaffected.

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/dev/audio.c
        # cvs update -d -P sys/dev/audio_if.h
        # cvs update -d -P sys/dev/audiovar.h
	# ./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
=========

Christian Biere for reporting the issue and testing.
Jared D. McNeill for implementing the fixes.

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

	2006-04-27	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-014.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-014.txt,v 1.8 2006/04/27 08:26:30 dan Exp $

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

iQCVAwUBRFEK4j5Ru2/4N2IFAQIfDQP8DA79xLhwZdWSUDin1eZvIJAn3jBdvbpY
T2GpZoOam750XBbjXP+Y43CNEWOd9yS8tYhLW86cOgJeoqY4DJLeRsQ28f3MVwb7
WsxRZqNT7obGBAzkqXuDnWR1JvzPiYfeUASjNrXPT/ht0thFB8QApe41lDGJm2Js
YxQejoxe1sg=
=jkKy
-----END PGP SIGNATURE-----
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
The NetBSD 1.6 Release Process has begun!, Todd Vierling, (Tue May 28, 7:50 am)
Announcing NetBSD 1.5.3, he, (Mon Jul 22, 1:57 pm)
NetBSD 1.6.1 release process has begun, Jan Schaumann, (Thu Jan 30, 10:52 am)
Summary of Changes to the Packages Collection in March 2005, Alistair Crooks, (Tue May 10, 8:19 am)
New, D. Adam Karim, (Sat Sep 3, 4:28 am)
Announcing NetBSD 2.1, Jeff Rizzo, (Wed Nov 2, 1:28 pm)
NetBSD Security Advisory 2006-010: Sendmail race condition, NetBSD Security-Officer, (Wed Mar 29, 6:32 pm)
NetBSD Security Advisory 2006-014: An audio subsystem race ..., NetBSD Security-Officer, (Thu Apr 27, 1:40 pm)
cvsweb is offline on this weekend, SODA Noriyuki, (Fri Jul 28, 4:44 am)
NetBSD Security Advisory 2006-022: BIND recursive query an ..., NetBSD Security-Officer, (Thu Sep 21, 2:45 pm)
NetBSD and the Google Summer of Code 2007 Summary, Mark Weinem, (Mon Oct 8, 5:59 pm)
Metadata journaling support added to FFS, Jared D. McNeill, (Thu Jul 31, 12:12 pm)
The pkgsrc-2008Q3 Release, Alistair Crooks, (Tue Oct 14, 4:45 am)
Thread scheduling and related interfaces in NetBSD 5.0, Mindaugas Rasiukevicius, (Sun May 3, 1:45 pm)
NetBSD Security Advisory 2009-011: ISC DHCP server Denial ..., NetBSD Security Officer, (Tue Jul 28, 2:51 pm)