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

Annotation of www/errata.html, Revision 1.344

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
1.323     deraadt     4: <title>OpenBSD 2.9 errata</title>
1.1       deraadt     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">
1.107     deraadt    10: <meta name="copyright" content="This document copyright 1997-1998 by OpenBSD.">
1.1       deraadt    11: </head>
                     12:
                     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
                     14:
1.127     pauls      15: <img alt="[OpenBSD]" height=30 width=141 SRC="images/smalltitle.gif">
1.68      deraadt    16: <h2><font color=#0000e0>
1.323     deraadt    17: This is the OpenBSD 2.9 release errata &amp; patch list:
1.94      deraadt    18:
1.96      deraadt    19: </font></h2>
                     20:
1.94      deraadt    21: <hr>
1.240     jason      22: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.94      deraadt    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>
1.144     deraadt    25: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.176     deraadt    26: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.198     deraadt    27: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.232     deraadt    28: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
1.281     deraadt    29: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
1.323     deraadt    30: <a href=errata28.html>For 2.8 errata, please refer here</a>.<br>
1.94      deraadt    31: <hr>
                     32:
1.323     deraadt    33: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9.tar.gz>
1.142     deraadt    34: You can also fetch a tar.gz file containing all the following patches</a>.
                     35: This file is updated once a day.
                     36:
1.240     jason      37: <p> The patches below are available in CVS via the
1.323     deraadt    38: <code>OPENBSD_2_9</code> <a href="stable.html">patch branch</a>.
1.278     ericj      39:
                     40: <p>
                     41: For more detailed information on install patches to OpenBSD, please
                     42: consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.
1.142     deraadt    43: <hr>
                     44:
1.197     deraadt    45: <dl>
1.43      deraadt    46: <a name=all></a>
1.67      deraadt    47: <li><h3><font color=#e00000>All architectures</font></h3>
1.25      deraadt    48: <ul>
1.340     aaron      49: <a name=twe></a>
1.341     aaron      50: <li><font color=#009000><strong>008: RELIABILITY FIX: June 15, 2001</strong></font>
                     51: <br>
1.339     mickey     52: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=twe&sektion=4&format=html">twe(4)</a>
1.343     brad       53: mishandles the DMA mapping resulting in a kernel panic on unaligned data
                     54: transfers, induced by programs such as
1.339     mickey     55: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&sektion=8&format=html">disklabel(8)</a>
                     56: and
1.341     aaron      57: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dump&sektion=8&format=html">dump(8)</a>.
                     58: <br>
1.339     mickey     59: <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>.
1.342     mickey     60: This is the second version of the patch.
1.340     aaron      61: <p>
                     62: <a name=kernexec></a>
1.337     aaron      63: <li><font color=#009000><strong>007: SECURITY FIX: June 15, 2001</strong></font><br>
1.341     aaron      64: 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.
1.337     aaron      65: <br>
                     66: <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>.
                     67: <p>
1.335     markus     68: <a name=sshcookie></a>
                     69: <li><font color=#009000><strong>006: SECURITY FIX: June 12, 2001</strong></font><br>
                     70: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a>
                     71: allows users to delete arbitrary files named "cookies" if X11
                     72: forwarding is enabled. X11 forwarding is disabled by default.
                     73: <br>
                     74: <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>.
                     75: <p>
1.334     millert    76: <a name=pwd_mkdb></a>
                     77: <li><font color=#009000><strong>005: RELIABILITY FIX: June 7, 2001</strong></font><br>
                     78: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwd_mkdb&sektion=8&format=html">pwd_mkdb(8)</a>
                     79: corrupts /etc/pwd.db when modifying an existing user.
                     80: <br>
                     81: <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>.
                     82: <p>
1.333     jufi       83: <a name=isakmpd></a>
1.332     ho         84: <li><font color=#009000><strong>004: RELIABILITY FIX: June 5, 2001</strong></font><br>
                     85: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&sektion=8&format=html">isakmpd(8)</a>
                     86: will fail to use a certificate with an identity string that is
                     87: exactly N * 8 bytes long.
                     88: <br>
                     89: <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>.
                     90: <p>
1.328     deraadt    91: <li><font color=#009000><strong>003: DOCUMENTATION FIX: June 1, 2001</strong></font><br>
                     92: The 2.9 CD cover states that XFree86 3.3.6-current is included.  This is only half-true.
1.330     angelos    93: In fact, the XFree86 included for all architectures is 4.0.3.  On the i386, the
                     94: 3.3.6 Xservers have also been included, because 4.0.3 still has weak support for
1.328     deraadt    95: some devices which 3.3.6 supported better.
                     96: <p>
1.327     millert    97: <a name=fts></a>
                     98: <li><font color=#009000><strong>002: SECURITY FIX: May 30, 2001</strong></font><br>
                     99: Programs using the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fts&sektion=3&format=html">fts(3)</a>
                    100: routines (such as rm, find, and most programs that take a <b>-R</b>
                    101: flag) can be tricked into changing into the wrong directory if the
                    102: parent dir is changed out from underneath it.  This is similar to
                    103: the old fts bug but happens when popping out of directories, as
                    104: opposed to descending into them.
1.336     jufi      105: <br>
1.327     millert   106: <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>.
1.329     millert   107: This is the second version of the patch.
1.327     millert   108: <p>
1.326     millert   109: <a name=sendmail></a>
                    110: <li><font color=#009000><strong>001: SECURITY FIX: May 29, 2001</strong></font><br>
                    111: 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
                    112: context of a signal handler.  This leads to potentially serious
                    113: race conditions.  At the moment this is a theoretical attack only
                    114: and can only be exploited on the local host (if at all).<br>
1.327     millert   115: <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.
1.25      deraadt   116: </ul>
1.177     deraadt   117: <p>
1.42      deraadt   118: <a name=i386></a>
1.67      deraadt   119: <li><h3><font color=#e00000>i386</font></h3>
1.25      deraadt   120: <ul>
1.344   ! matthieu  121: <a name=XF86Setup></a>
        !           122: <li><font color=#009000><strong>009: RELIABILITY FIX: Jun 23,
        !           123: 2001</strong></font><br>
        !           124: The XF86Setup(1) configuration tool for XFree86 3.3.6 is producing
        !           125: corrupted /etc/XF86Config files.
        !           126: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.9/i386/009_XF86Setup.patch">
        !           127: A source code patch exists</a> which remedies the problem by linking
        !           128: XF86Setup against the XFree86 3.3.6 version of libXxf86vm.a.
        !           129: <p>
1.325     aaron     130: <li>When using a PS/2 keyboard with an MSI K7T Pro2A motherboard, it may be
                    131: necessary to disable the &quot;USB Keyboard Support&quot; and
                    132: &quot;USB Mouse Support&quot; options in the BIOS. Otherwise, the i8042
                    133: keyboard controller doesn't acknowledge commands, confusing OpenBSD.
1.323     deraadt   134: </ul>
1.285     deraadt   135: <p>
1.323     deraadt   136: <a name=alpha></a>
                    137: <li><h3><font color=#e00000>alpha</font></h3>
                    138: <ul>
                    139: <li>No problems identified yet.
1.39      deraadt   140: </ul>
1.155     deraadt   141: <p>
1.47      deraadt   142: <a name=mac68k></a>
1.67      deraadt   143: <li><h3><font color=#e00000>mac68k</font></h3>
1.39      deraadt   144: <ul>
1.323     deraadt   145: <li>No problems identified yet.
1.25      deraadt   146: </ul>
1.155     deraadt   147: <p>
1.65      deraadt   148: <a name=sparc></a>
1.67      deraadt   149: <li><h3><font color=#e00000>sparc</font></h3>
1.25      deraadt   150: <ul>
1.323     deraadt   151: <li>No problems identified yet.
1.39      deraadt   152: </ul>
1.177     deraadt   153: <p>
1.93      deraadt   154: <a name=amiga></a>
1.67      deraadt   155: <li><h3><font color=#e00000>amiga</font></h3>
1.93      deraadt   156: <ul>
1.323     deraadt   157: <li>No problems identified yet.
1.25      deraadt   158: </ul>
1.155     deraadt   159: <p>
1.65      deraadt   160: <a name=pmax></a>
1.67      deraadt   161: <li><h3><font color=#e00000>pmax</font></h3>
1.25      deraadt   162: <ul>
1.281     deraadt   163: <li>No problems identified yet.
1.25      deraadt   164: </ul>
1.155     deraadt   165: <p>
1.281     deraadt   166: <a name=hp300></a>
                    167: <li><h3><font color=#e00000>hp300</font></h3>
1.59      deraadt   168: <ul>
1.323     deraadt   169: <li>No problems identified yet.
1.59      deraadt   170: </ul>
1.155     deraadt   171: <p>
1.281     deraadt   172: <a name=mvme68k></a>
                    173: <li><h3><font color=#e00000>mvme68k</font></h3>
1.56      deraadt   174: <ul>
1.323     deraadt   175: <li>No problems identified yet.
1.56      deraadt   176: </ul>
1.155     deraadt   177: <p>
1.281     deraadt   178: <a name=powerpc></a>
                    179: <li><h3><font color=#e00000>powerpc</font></h3>
1.110     millert   180: <ul>
1.323     deraadt   181: <li>No problems identified yet.
1.56      deraadt   182: </ul>
1.155     deraadt   183: <p>
1.281     deraadt   184: <a name=vax></a>
                    185: <li><h3><font color=#e00000>vax</font></h3>
1.25      deraadt   186: <ul>
1.232     deraadt   187: <li>No problems identified yet.
1.25      deraadt   188: </ul>
1.155     deraadt   189: <p>
1.281     deraadt   190: <a name=sun3></a>
                    191: <li><h3><font color=#e00000>sun3</font></h3>
1.95      deraadt   192: <ul>
1.323     deraadt   193: <li>No problems identified yet.
1.144     deraadt   194: </ul>
                    195:
1.197     deraadt   196: </dl>
1.25      deraadt   197: <br>
1.75      deraadt   198:
1.25      deraadt   199: <hr>
1.240     jason     200: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.93      deraadt   201: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                    202: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
1.144     deraadt   203: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.176     deraadt   204: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.198     deraadt   205: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.232     deraadt   206: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
1.281     deraadt   207: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
1.323     deraadt   208: <a href=errata28.html>For 2.8 errata, please refer here</a>.<br>
1.2       deraadt   209: <hr>
1.176     deraadt   210:
1.186     deraadt   211: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.2       deraadt   212: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.344   ! matthieu  213: <br><small>$OpenBSD: errata.html,v 1.343 2001/06/15 23:18:09 brad Exp $</small>
1.2       deraadt   214:
                    215: </body>
                    216: </html>