[BACK]Return to errata29.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/errata29.html, Revision 1.1

1.1     ! deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
        !             2: <html>
        !             3: <head>
        !             4: <title>OpenBSD 2.9 errata</title>
        !             5: <link rev=made href=mailto:www@openbsd.org>
        !             6: <meta name="resource-type" content="document">
        !             7: <meta name="description" content="the OpenBSD CD errata page">
        !             8: <meta name="keywords" content="openbsd,cd,errata">
        !             9: <meta name="distribution" content="global">
        !            10: <meta name="copyright" content="This document copyright 1997-2001 by OpenBSD.">
        !            11: </head>
        !            12:
        !            13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
        !            14:
        !            15: <img alt="[OpenBSD]" height=30 width=141 SRC="images/smalltitle.gif">
        !            16: <h2><font color=#0000e0>
        !            17: This is the OpenBSD 2.9 release errata &amp; patch list:
        !            18:
        !            19: </font></h2>
        !            20:
        !            21: <hr>
        !            22: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
        !            23: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
        !            24: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
        !            25: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
        !            26: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
        !            27: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
        !            28: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
        !            29: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
        !            30: <a href=errata28.html>For 2.8 errata, please refer here</a>.<br>
        !            31: <a href=errata.html>For 3.0 errata, please refer here</a>.<br>
        !            32: <hr>
        !            33:
        !            34: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9.tar.gz>
        !            35: You can also fetch a tar.gz file containing all the following patches</a>.
        !            36: This file is updated once a day.
        !            37:
        !            38: <p> The patches below are available in CVS via the
        !            39: <code>OPENBSD_2_9</code> <a href="stable.html">patch branch</a>.
        !            40:
        !            41: <p>
        !            42: For more detailed information on install patches to OpenBSD, please
        !            43: consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.
        !            44: <hr>
        !            45:
        !            46: <dl>
        !            47: <a name=all></a>
        !            48: <li><h3><font color=#e00000>All architectures</font></h3>
        !            49: <ul>
        !            50: <a name=uucp>
        !            51: <li><font color=#009000><strong>015: SECURITY FIX: September 11, 2001</strong></font><br>
        !            52: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uuxqt&sektion=8">uuxqt(8)</a>
        !            53: that may allow an attacker to run arbitrary commands as user uucp and
        !            54: use this to gain root access.
        !            55: The UUCP execution daemon, uuxqt(8), has a bug in its command line
        !            56: parsing routine that may allow arbitrary commands to be run.  Because
        !            57: some UUCP commands are run as root (and daemon) from cron it is possible
        !            58: to leverage compromise of the UUCP user to gain root.
        !            59: <br>
        !            60: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/015_uucp.patch">A source code patch exists which remedies the problem</a>
        !            61: <p>
        !            62: <a name=lpd>
        !            63: <li><font color=#009000><strong>014: SECURITY FIX: August 29, 2001</strong></font><br>
        !            64: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpd&sektion=8">lpd(8)</a>
        !            65: that may allow an attacker with line printer access to gain root
        !            66: privileges.  A machine must be running lpd to be vulnerable (OpenBSD
        !            67: does not start lpd by default).  Only machines with line printer
        !            68: access (ie: listed in either /etc/hosts.lpd or /etc/hosts.equiv)
        !            69: may be used to mount an attack.
        !            70: <br>
        !            71: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/014_lpd.patch">A source code patch exists which remedies the problem</a>
        !            72: <p>
        !            73: <a name=sendmail2>
        !            74: <li><font color=#009000><strong>013: SECURITY FIX: August 21, 2001</strong></font><br>
        !            75: A security hole exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8">sendmail(8)</a>
        !            76: that may allow an attacker on the local host to gain root privileges by
        !            77: specifying out-of-bounds debug parameters.
        !            78: <br>
        !            79: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/013_sendmail.patch">A source code patch exists which remedies the problem</a>
        !            80: <p>
        !            81: <a name=nfs>
        !            82: <li><font color=#009000><strong>012: SECURITY FIX: July 30, 2001</strong></font><br>
        !            83: A kernel buffer overflow exists in the NFS mount code. An attacker may
        !            84: use this overflow to execute arbitrary code in kernel mode. However,
        !            85: only users with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount&sektion=2">mount(2)</a>
        !            86: privileges can initiate this attack.  In default installs, only super-user has
        !            87: mount privileges.  The kern.usermount <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3">sysctl(3)</a> controls whether other users have mount privileges.
        !            88: <br>
        !            89: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/012_nfs.patch">A source code patch exists which remedies the problem</a>
        !            90: <p>
        !            91: <a name=pkg></a>
        !            92: <li><font color=#009000><strong>011: RELIABILITY FIX: July 15, 2001</strong></font>
        !            93: <br>
        !            94: The
        !            95: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=packages&sektion=7&format=html">packages(7)</a>
        !            96: subsystem incorrectly accepts some package dependencies as okay (see
        !            97: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=packages-specs&sektion=7&format=html">packages-specs(7)</a>
        !            98: for details).
        !            99: <br>
        !           100: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/011_pkg.patch">A source code patch exists which remedies the problem</a>,
        !           101: by forcing <code>/usr/sbin/pkg</code> to be more careful in checking
        !           102: version numbers.
        !           103: <p>
        !           104: <a name=twe></a>
        !           105: <li><font color=#009000><strong>008: RELIABILITY FIX: June 15, 2001</strong></font>
        !           106: <br>
        !           107: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&sektion=4&format=html">twe(4)</a>
        !           108: mishandles the DMA mapping resulting in a kernel panic on unaligned data
        !           109: transfers, induced by programs such as
        !           110: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a>
        !           111: and
        !           112: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dump&sektion=8&format=html">dump(8)</a>.
        !           113: <br>
        !           114: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/008_twe.patch">A source code patch exists which remedies the problem</a>.
        !           115: This is the second version of the patch.
        !           116: <p>
        !           117: <a name=kernexec></a>
        !           118: <li><font color=#009000><strong>007: SECURITY FIX: June 15, 2001</strong></font><br>
        !           119: A race condition exists in the kernel <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=execve&sektion=2&format=html">execve(2)</a> implementation that opens a small window of vulnerability for a non-privileged user to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ptrace&sektion=2&format=html">ptrace(2)</a> attach to a suid/sgid process.
        !           120: <br>
        !           121: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/007_kernexec.patch">A source code patch exists which remedies the problem</a>.
        !           122: <p>
        !           123: <a name=sshcookie></a>
        !           124: <li><font color=#009000><strong>006: SECURITY FIX: June 12, 2001</strong></font><br>
        !           125: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a>
        !           126: allows users to delete arbitrary files named "cookies" if X11
        !           127: forwarding is enabled. X11 forwarding is disabled by default.
        !           128: <br>
        !           129: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/006_sshcookie.patch">A source code patch exists which remedies the problem</a>.
        !           130: <p>
        !           131: <a name=pwd_mkdb></a>
        !           132: <li><font color=#009000><strong>005: RELIABILITY FIX: June 7, 2001</strong></font><br>
        !           133: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwd_mkdb&sektion=8&format=html">pwd_mkdb(8)</a>
        !           134: corrupts /etc/pwd.db when modifying an existing user.
        !           135: <br>
        !           136: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/005_pwd_mkdb.patch">A source code patch exists which remedies the problem</a>.
        !           137: <p>
        !           138: <a name=isakmpd></a>
        !           139: <li><font color=#009000><strong>004: RELIABILITY FIX: June 5, 2001</strong></font><br>
        !           140: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=html">isakmpd(8)</a>
        !           141: will fail to use a certificate with an identity string that is
        !           142: exactly N * 8 bytes long.
        !           143: <br>
        !           144: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/004_isakmpd.patch">A source code patch exists which remedies the problem</a>.
        !           145: <p>
        !           146: <li><font color=#009000><strong>003: DOCUMENTATION FIX: June 1, 2001</strong></font><br>
        !           147: The 2.9 CD cover states that XFree86 3.3.6-current is included.  This is only half-true.
        !           148: In fact, the XFree86 included for all architectures is 4.0.3.  On the i386, the
        !           149: 3.3.6 Xservers have also been included, because 4.0.3 still has weak support for
        !           150: some devices which 3.3.6 supported better.
        !           151: <p>
        !           152: <a name=fts></a>
        !           153: <li><font color=#009000><strong>002: SECURITY FIX: May 30, 2001</strong></font><br>
        !           154: Programs using the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fts&sektion=3&format=html">fts(3)</a>
        !           155: routines (such as rm, find, and most programs that take a <b>-R</b>
        !           156: flag) can be tricked into changing into the wrong directory if the
        !           157: parent dir is changed out from underneath it.  This is similar to
        !           158: the old fts bug but happens when popping out of directories, as
        !           159: opposed to descending into them.
        !           160: <br>
        !           161: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/002_fts.patch">A source code patch exists which remedies the problem</a>.
        !           162: This is the second version of the patch.
        !           163: <p>
        !           164: <a name=sendmail></a>
        !           165: <li><font color=#009000><strong>001: SECURITY FIX: May 29, 2001</strong></font><br>
        !           166: The signal handlers in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8&format=html">sendmail(8)</a> contain code that is unsafe in the
        !           167: context of a signal handler.  This leads to potentially serious
        !           168: race conditions.  At the moment this is a theoretical attack only
        !           169: and can only be exploited on the local host (if at all).<br>
        !           170: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/common/001_sendmail.patch">A source code patch exists</a> which remedies the problem by updating sendmail to version 8.11.4.
        !           171: </ul>
        !           172: <p>
        !           173: <a name=i386></a>
        !           174: <li><h3><font color=#e00000>i386</font></h3>
        !           175: <ul>
        !           176: <a name=nvidia></a>
        !           177: <li><font color=#009000><strong>010: RELIABILITY FIX: Jul 9,
        !           178: 2001</strong></font></br>
        !           179: The nVidia driver for XFree86 4.0.3 is incorrectly restoring the text
        !           180: mode palette upon exit of the X server. <a
        !           181: href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/i386/010_nvidia.patch">
        !           182: A source code patch exists</a> which remedies the problem.
        !           183: To avoid rebuilding the whole XFree86 tree, an updated binary driver
        !           184: is also available
        !           185: <a
        !           186: href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/i386/nv_drv.o">here
        !           187: </a>. Just grab it, copy it to /usr/X11R6/lib/modules/drivers/ and
        !           188: restart your X server.
        !           189: <p>
        !           190: <a name=XF86Setup></a>
        !           191: <li><font color=#009000><strong>009: RELIABILITY FIX: Jun 23,
        !           192: 2001</strong></font><br>
        !           193: The XF86Setup(1) configuration tool for XFree86 3.3.6 is producing
        !           194: corrupted /etc/XF86Config files.
        !           195: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/i386/009_XF86Setup.patch">
        !           196: A source code patch exists</a> which remedies the problem by linking
        !           197: XF86Setup against the XFree86 3.3.6 version of libXxf86vm.a.
        !           198: <p>
        !           199: <li>When using a PS/2 keyboard with an MSI K7T Pro2A motherboard, it may be
        !           200: necessary to disable the &quot;USB Keyboard Support&quot; and
        !           201: &quot;USB Mouse Support&quot; options in the BIOS. Otherwise, the i8042
        !           202: keyboard controller doesn't acknowledge commands, confusing OpenBSD.
        !           203: </ul>
        !           204: <p>
        !           205: <a name=alpha></a>
        !           206: <li><h3><font color=#e00000>alpha</font></h3>
        !           207: <ul>
        !           208: <li>No problems identified yet.
        !           209: </ul>
        !           210: <p>
        !           211: <a name=mac68k></a>
        !           212: <li><h3><font color=#e00000>mac68k</font></h3>
        !           213: <ul>
        !           214: <li>No problems identified yet.
        !           215: </ul>
        !           216: <p>
        !           217: <a name=sparc></a>
        !           218: <li><h3><font color=#e00000>sparc</font></h3>
        !           219: <ul>
        !           220: <li>No problems identified yet.
        !           221: </ul>
        !           222: <p>
        !           223: <a name=amiga></a>
        !           224: <li><h3><font color=#e00000>amiga</font></h3>
        !           225: <ul>
        !           226: <li>No problems identified yet.
        !           227: </ul>
        !           228: <p>
        !           229: <a name=pmax></a>
        !           230: <li><h3><font color=#e00000>pmax</font></h3>
        !           231: <ul>
        !           232: <li>No problems identified yet.
        !           233: </ul>
        !           234: <p>
        !           235: <a name=hp300></a>
        !           236: <li><h3><font color=#e00000>hp300</font></h3>
        !           237: <ul>
        !           238: <li>No problems identified yet.
        !           239: </ul>
        !           240: <p>
        !           241: <a name=mvme68k></a>
        !           242: <li><h3><font color=#e00000>mvme68k</font></h3>
        !           243: <ul>
        !           244: <li>No problems identified yet.
        !           245: </ul>
        !           246: <p>
        !           247: <a name=powerpc></a>
        !           248: <li><h3><font color=#e00000>powerpc</font></h3>
        !           249: <ul>
        !           250: <li>No problems identified yet.
        !           251: </ul>
        !           252: <p>
        !           253: <a name=vax></a>
        !           254: <li><h3><font color=#e00000>vax</font></h3>
        !           255: <ul>
        !           256: <li>No problems identified yet.
        !           257: </ul>
        !           258: <p>
        !           259: <a name=sun3></a>
        !           260: <li><h3><font color=#e00000>sun3</font></h3>
        !           261: <ul>
        !           262: <li>No problems identified yet.
        !           263: </ul>
        !           264:
        !           265: </dl>
        !           266: <br>
        !           267:
        !           268: <hr>
        !           269: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
        !           270: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
        !           271: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
        !           272: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
        !           273: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
        !           274: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
        !           275: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
        !           276: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
        !           277: <a href=errata28.html>For 2.8 errata, please refer here</a>.<br>
        !           278: <a href=errata.html>For 3.0 errata, please refer here</a>.<br>
        !           279: <hr>
        !           280:
        !           281: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
        !           282: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
        !           283: <br><small>$OpenBSD: errata.html,v 1.354 2001/09/12 13:52:39 millert Exp $</small>
        !           284:
        !           285: </body>
        !           286: </html>