what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

pine-cert-20030101.txt.asc

pine-cert-20030101.txt.asc
Posted Jan 6, 2003
Authored by Joost Pol | Site pine.nl

Pine Digital Security Advisory PINE-CERT-20030101 - A local vulnerability has been found in the FreeBSD kernel which allows privilege escalation or denial of service by taking advantage of the socket file counter. FreeBSD 4.X after 20021111 has been fixed.

tags | advisory, denial of service, kernel, local
systems | freebsd
SHA-256 | 6edc8db6259fc7b17ccd231a3431182439832505cff547336d6c670774b7fad0

pine-cert-20030101.txt.asc

Change Mirror Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

- -----------------------------------------------------------------------------
Pine Digital Security Advisory
- -----------------------------------------------------------------------------
Advisory ID : PINE-CERT-20030101
Authors : Joost Pol
Vendor Informed : 2002-12-30
Issue date : 2003-01-06
Application : Kernel
Version(s) : Various
Platforms : FreeBSD
Availability : http://www.pine.nl/press/pine-cert-20030101.txt
- -----------------------------------------------------------------------------

Synopsis

While performing an audit for a customer, Pine Digital Security
found an integer overflow in the FreeBSD kernel.

Versions

FreeBSD:

RELENG_4 (aka -STABLE) : not vulnerable after 20021111
RELENG_5_0 (aka -CURRENT) : vulnerable in lseek(2) (199)
All current -RELEASE versions : vulnerable in fpathconf(2) (192)

OpenBSD/NetBSD: not vulnerable

Impact

Serious.

This integer overflow could cause a system panic, resulting in a
Denial-of-Service (DoS). Also, this could be used to escalate
privileges or cause the system to disclose (sensitive) files.

Description

Inside the FreeBSD kernel each file (socket, device or regular
file) opened is represented by a file structure (sys/file.h).

Amongst other members this structure holds a reference counter
(int f_count). This reference counter is increased by the fhold()
function and decreased by the fdrop() function. (both in sys/file.h)

For example, when a file is open(2)ed or dup(2)ed the reference
counter is increased and when the file is close(2)ed again the
reference counter is decreased. Once the reference counter reaches
zero, the file structure itself is deallocated.

Most system calls which perform (blocking) operations on a file
will issue a fhold() call to prevent the file from being closed
in the middle of an operation. Once the operation is finished the
(extra) reference will be released again by issuing a fdrop() call.

Inside the fpathconf(2) (192) system call we spotted a condition
where a call to fdrop() is missing. When issueing a fpathconf(2)
call on a socket it will return with an error condition but it
will not release the extra file reference.

Due to the missing fdrop() call inside the fpathconf(2) system
call is it possible to overflow the reference counter of the
file structure (int f_count).

FreeBSD -CURRENT suffers from the same problem in another syscall.

Exploitability

Causing a system panic and privilege escalation have been confirmed.

Exploitation of this bug will take time, depending on machine
speed and system limits this could vary between hours and days.

1. System Panic

A system panic can be caused by issuing around 2^31 calls to
fpathconf(2) with a filedescriptor which references a socket.
The reference counter (int f_count) will wrap to a negative
value and this will cause a panic in close(2).

2. Privilege Escalation

It is also possible (although more difficult) to gain root access
using this bug. One would open(2) a socket and dup(2) it. One would
then issue around 2^32 - 1 calls to fpathconf(2) causing the reference
counter to wrap to 1.

After closing the original filedescriptor the file structure will
be deallocated. At this point the dup(2)ed file descriptor is still
hanging around with a file structure pointing to unallocated memory.

The final step, which is left as an excercise for the reader, is
to have a sensitive file (like /etc/skeykeys) opened and
allocated at the previously freed location.

Once this happens the dup(2)ed file descriptor is still hanging
around providing access to this file. This could result in the
escalation of user privileges.

Disclaimer

Pine Digital Security does not release exploits.

Although the missing fdrop() call in fpathconf(2) was noticed
before by Nakamura Takayuki <tak@st.rim.or.jp> its impact
was severely underestimated.

Patches

FreeBSD CVS should be updated.

References

http://www.pine.nl/press/pine-cert-20030101.txt
file://usr/include/sys/file.h
file://usr/src/sys/kern/kern_descrip.c
file://usr/src/sys/kern/vfs_syscalls.c
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (SunOS)

iD8DBQE+GXVR0jbIKvNgu5MRAlEMAJ9hCd/HkUfUsVyriSXTv9YvAChfeQCgtoJo
0AlK0bqR4Qtq0YLZJxiPnFc=
=8KfX
-----END PGP SIGNATURE-----
Login or Register to add favorites

File Archive:

July 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Jul 1st
    27 Files
  • 2
    Jul 2nd
    10 Files
  • 3
    Jul 3rd
    35 Files
  • 4
    Jul 4th
    27 Files
  • 5
    Jul 5th
    18 Files
  • 6
    Jul 6th
    0 Files
  • 7
    Jul 7th
    0 Files
  • 8
    Jul 8th
    28 Files
  • 9
    Jul 9th
    44 Files
  • 10
    Jul 10th
    24 Files
  • 11
    Jul 11th
    25 Files
  • 12
    Jul 12th
    11 Files
  • 13
    Jul 13th
    0 Files
  • 14
    Jul 14th
    0 Files
  • 15
    Jul 15th
    0 Files
  • 16
    Jul 16th
    0 Files
  • 17
    Jul 17th
    0 Files
  • 18
    Jul 18th
    0 Files
  • 19
    Jul 19th
    0 Files
  • 20
    Jul 20th
    0 Files
  • 21
    Jul 21st
    0 Files
  • 22
    Jul 22nd
    0 Files
  • 23
    Jul 23rd
    0 Files
  • 24
    Jul 24th
    0 Files
  • 25
    Jul 25th
    0 Files
  • 26
    Jul 26th
    0 Files
  • 27
    Jul 27th
    0 Files
  • 28
    Jul 28th
    0 Files
  • 29
    Jul 29th
    0 Files
  • 30
    Jul 30th
    0 Files
  • 31
    Jul 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close