Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Aug 2002 14:47:23 -0700
From:      Kris Kennaway <kris@obsecurity.org>
To:        security@freebsd.org
Subject:   [provos@citi.umich.edu: OpenBSD Security Advisory: Select Boundary Condition]
Message-ID:  <20020811214723.GA76470@xor.obsecurity.org>

next in thread | raw e-mail | index | archive | help
In case anyone is wondering, it looks like FreeBSD fixed this security
hole 6 years ago, in the following commit:

---
Revision 1.19 / (download) - annotate - [select for diffs], Tue Aug 20 07:17:48 1996 UTC (5 years, 11 months ago) by smpatel 
Branch: MAIN 
Changes since 1.18: +43 -15 lines
Diff to previous 1.18 (colored) 

Remove the kernel FD_SETSIZE limit for select().
Make select()'s first argument 'int' not 'u_int'.

Reviewed by:	bde
---

Kris

----- Forwarded message from Niels Provos <provos@citi.umich.edu> -----

OpenBSD Security Advisory (adv.select)
Original Release Date: 2002-08-11

1. Systems affected:

        All versions of OpenBSD.

2. Overview:

	Insufficient boundary checks in the select call allow an
	attacker to overwrite kernel memory and execute arbitrary code
	in kernel context.

	Traditionally, the size parameter for the select system call
	is a signed integer.  As a result, the kernel evaluates the
	upper boundary checks in a signed context, so that an attacker
	can circumvent when using certain negative values.

	When the kernel copies the data for the select system call
	from userland the size is used as an unsigned integer which
	causes kernel memory to be overwritten with arbitrary data.

2. Impact:

        Local users can obtain complete system privileges and
        circumvent the extra security measures provided by the
        securelevel system.

3. Solution:

        Apply one of the supplied kernel patches or update to
        3.0-stable or 3.1-stable from 2002-08-11 17:00 EDT or later.

4. Patch:

	ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.1/common/014_scarg.patch


----- End forwarded message -----

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020811214723.GA76470>