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

Annotation of www/errata23.html, Revision 1.16

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
1.12      deraadt     4: <title>OpenBSD 2.3 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">
                     10: <meta name="copyright" content="This document copyright 1997-1998 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>
1.4       espie      17: This is the OpenBSD 2.3 release errata &amp; patch list:
1.1       deraadt    18:
                     19: </font></h2>
                     20:
                     21: <hr>
1.13      jason      22: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.1       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.8       deraadt    25: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.11      deraadt    26: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.12      deraadt    27: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
1.15      deraadt    28: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
1.16    ! deraadt    29: <a href=errata28.html>For 2.8 errata, please refer here</a>.<br>
        !            30: <a href=errata.html>For 2.9 errata, please refer here</a>.<br>
1.1       deraadt    31: <hr>
                     32:
                     33: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3.tar.gz>
                     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.14      ericj      37: <p>
                     38: For more detailed information on install patches to OpenBSD, please
                     39: consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.
                     40:
1.1       deraadt    41: <hr>
                     42:
1.10      deraadt    43: <dl>
1.1       deraadt    44: <a name=all></a>
                     45: <li><h3><font color=#e00000>All architectures</font></h3>
                     46: <ul>
1.5       deraadt    47: <a name=bootpd></a>
                     48: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                     49: A remotely exploitable problem exists in bootpd(8).  bootpd is disabled
                     50: by default, but some people may actually be using it.
1.6       deraadt    51: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/bootpd.patch>
1.7       millert    52: A source code patch exists which remedies this problem</a>, this is the
                     53: second version of the patch.
1.5       deraadt    54: <p>
1.2       deraadt    55: <a name=tcpfix></a>
                     56: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                     57: A remote machine lockup problem exists in the TCP decoding code.
1.6       deraadt    58: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/tcpfix.patch>
1.2       deraadt    59: A source code patch exists which remedies this problem.</a>
                     60: <p>
1.1       deraadt    61: <a name=atapi></a>
                     62: <li><font color=#009000><strong>HARDWARE SUPPORT</strong></font><br>
                     63: Some ATAPI cdroms which do not support the full mandatory command set,
                     64: (e.g. ATAPI_READ_CD_CAPACITY) do not work with the acd(4) driver.
                     65: A patch is
                     66: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/acd.patch>
                     67: available here.</a>
                     68: <p>
                     69: <a name=chpass></a>
                     70: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                     71: Chpass(1) has a file descriptor leak which allows an
                     72: attacker to modify /etc/master.passwd.
                     73: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/chpass.patch>
                     74: A source code patch exists which remedies this problem.</a>
                     75: <p>
                     76: <a name=resid></a>
                     77: <li><font color=#009000><strong>RELIABILITY FIX</strong></font><br>
                     78: Calling readv(2) with iov_len < 0 or > INT_MAX would result in a
                     79: kernel panic.  This is the third revision of this patch.
                     80: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/resid.patch>
                     81: A source code patch exists which remedies this problem.</a>
                     82: <p>
                     83: <a name=inetd></a>
                     84: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                     85: Inetd had a file descriptor leak.  A patch is
                     86: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/inetd.patch>
                     87: available here.</a>
                     88: <p>
                     89: <a name=unionfs></a>
                     90: <li><font color=#009000><strong>BUG FIX</strong></font><br>
                     91: As shipped, unionfs had some serious problems.
                     92: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/unionfs.patch>
                     93: A patch is available to solve this</a>.
                     94: <p>
                     95: <a name=fdalloc></a>
                     96: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                     97: Some non-allocated file descriptors have implied uses according to
                     98: system libraries, and hence setuid and setgid processes should not
                     99: be executed with these descriptors unallocated.  A patch which forces
                    100: setuid and setgid processes to have some descriptors in fd slots
                    101: 0, 1, and 2 is
                    102: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/fdalloc.patch>
                    103: available here.</a>
                    104: <p>
                    105: <a name=xlib></a>
                    106: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
1.3       deraadt   107: A benign looking buffer overflow in the resolver routines was re-introduced
                    108: accidentally.  The previously fixed behaviour is more correct.  A patch
                    109: to fix this is
                    110: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/resolver.patch>
                    111: available here.</a>
                    112: <p>
                    113: <a name=xlib></a>
                    114: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
1.1       deraadt   115: Vulnerabilities have been found in the X11, Xt, Xaw and Xmu
                    116: libraries. These affect xterm and all other setuid-root programs that
                    117: use these libraries. The problems are associated with buffer overflows
                    118: in code that processes user-supplied data. The Xt library problems
                    119: include those fixed in TOG's recent public patch 3 for X11R6.3. All
                    120: releases of XFree86 up to and including 3.3.2 patch 1 and the version
                    121: distributed with OpenBSD are vulnerable to some or all of these
                    122: problems.
                    123: These problems are fixed in XFree86 patch 2.
                    124: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/XFree86-3.3.2.2.patch>
                    125: The 2nd source patch</a> for these problems, specifically adapted to the
                    126: OpenBSD 2.3 X11 tree, is available now.
                    127: <p>
                    128: <a name=kill></a>
                    129: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                    130: The kill(2) system call previously would permit a large set of signals to
                    131: be delivered to setuid or setgid processes.  If such processes were using
                    132: those signals in dubious ways, this could have resulted in security
                    133: problems of various kinds.
                    134: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/kill.patch>
                    135: The fourth revision of a source code patch which solves the problem is
                    136: available.</a>
                    137: <p>
                    138: <a name=immutable></a>
                    139: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                    140: A possible new security problem exists if you rely on securelevels and
                    141: immutable or append-only files or character devices.  The fix does not
                    142: permit mmap'ing of immutable or append-only files which are otherwise
                    143: writeable, as the VM system will bypass the meaning of the file flags
                    144: when writes happen to the file.
                    145: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/immutable.patch>
                    146: A source code patch exists which remedies this problem.</a>
                    147: <p>
                    148: <a name=ipsec></a>
                    149: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                    150: If IPSEC communication is attempted by starting photurisd(8) (which is
                    151: disabled by default), a system crash may be evoked from remote if
                    152: an attacker uses some classes of invalid packets.
                    153: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/ipsec.patch>
                    154: A source code patch exists which remedies this problem.</a>
                    155: <p>
                    156: <a name=xterm-xaw></a>
                    157: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                    158: As stated in CERT advisory VB-98.04, there are buffer
                    159: overrun problems in <strong>xterm</strong> related to the input-Method,
                    160: preeditType, and *Keymap resources. Additional buffer overruns exist in
                    161: the <strong>Xaw</strong> library related to the inputMethod and
                    162: preeditType resources.   The xterm(1) problem represents a security
                    163: vulnerability for any platform where xterm is installed setuid-root
                    164: (as is the case for all OpenBSD platforms).  The Xaw problem represents
                    165: a security vulnerability for any setuid-root program that uses the Xaw
                    166: library (including xterm).  Patch1 from XFree86 3.3.2 corrects
                    167: these problems.
                    168: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/common/xterm-xaw.patch>
                    169: We provide a version of this patch file specifically for the OpenBSD 2.3 tree</a>.
                    170: We also provide tar files which replace the xterm(1) binary and the libXaw
                    171: libraries on your system. These are expected to be extracted in
                    172: <strong>/usr/X11R6</strong> using the command
                    173: <strong>"tar xvfpz Xawfix.tgz"</strong>.
                    174: The files are...
                    175: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/i386/Xawfix.tgz>i386</a>,
                    176: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/alpha/Xawfix.tgz>alpha</a>,
                    177: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/mac68k/Xawfix.tgz>mac68k</a>,
                    178: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/mvme68k/Xawfix.tgz>
                    179:        mvme68k</a>,
                    180: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/hp300/Xawfix.tgz>hp300</a>,
                    181: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/sparc/Xawfix.tgz>sparc</a>,
                    182: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/pmax/Xawfix.tgz>pmax</a>,
                    183: and
                    184: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/arc/Xawfix.tgz>arc</a>.
                    185: <p>
                    186: </ul>
                    187: <a name=i386></a>
                    188: <li><h3><font color=#e00000>i386</font></h3>
                    189: <ul>
                    190: <a name=pctr></a>
                    191: <li><font color=#009000><strong>RELIABILITY FIX</strong></font><br>
                    192: The pctr(4) driver has bugs that permit any user to crash the machine,
                    193: if the CPU is not an Intel CPU.  This problem has been properly fixed
                    194: since, but fixes are hard to apply to the 2.2 or 2.3 releases.  To avoid
                    195: the problem, recompile your kernel without the pctr(4) device driver.
                    196: <p>
                    197: <li><font color=#009000><strong>CORRUPTED FILE</strong></font><br>
                    198: The CD version of the precompiled ghostscript package is corrupted and
                    199: not installable.  The correct file can be retrieved by FTP from:
                    200: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/2.3/packages/i386/ghostscript-5.10.tgz>
                    201: ftp://ftp.openbsd.org/pub/OpenBSD/2.3/packages/i386/ghostscript-5.10.tgz</a>.
                    202: Its checksums (obtained with <i>cksum(1)</i>, <i>md5(1)</i> and
                    203: <i>sha1(1)</i> respectively) are:
                    204: <ul>
                    205: <li>725752890 3639338 ghostscript-5.10.tgz
                    206: <li>MD5 (ghostscript-5.10.tgz) = 3144ca814ad1965d671be2b7be3d3050
                    207: <li>SHA1 (ghostscript-5.10.tgz) = bd9374fa547ac0078d5207463d3b0a19d80d213c
                    208: </ul>
                    209: <p>
                    210: <a name=pcvt></a>
                    211: <li><font color=#009000><strong>RELIABILITY FIX</strong></font><br>
                    212: The pcvt(4) console driver has a bug that can cause some keyboard
                    213: controllers to lock up when a key is pressed that toggles the status
                    214: of a keyboard LED (scroll lock, caps lock, etc).  The problem is
                    215: generally intermittent and the keyboard can be "unlocked" by unplugging
                    216: and plugging it back in.
                    217: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/i386/pcvt.patch>
                    218: A source code patch exists which remedies this problem.</a>
                    219: <p>
                    220: </ul>
                    221: <a name=mac68k></a>
                    222: <li><h3><font color=#e00000>mac68k</font></h3>
                    223: <ul>
                    224: <li>No problems identified yet.
                    225: <p>
                    226: </ul>
                    227: <a name=sparc></a>
                    228: <li><h3><font color=#e00000>sparc</font></h3>
                    229: <ul>
                    230: <li><font color=#009000><strong>RELIABILITY FIX</strong></font><br>
                    231: The 2.3 release does not run reliably on the sun4m LX/LC machines
                    232: (ie. Sparc Classic).
                    233: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/sparc/iommureg.patch>
                    234: A source code patch exists which remedies this problem.</a>
                    235: Two kernels which replace the ones in the release are also provided:
                    236: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/sparc/bsd>bsd</a> and
                    237: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/sparc/bsd.scsi3>bsd.scsi3</a>.
                    238: Other replacements for the 2.3 install tools are
                    239: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.3/sparc>also available</a>.
                    240: <p>
                    241: </ul>
                    242: <a name=amiga></a>
                    243: <li><h3><font color=#e00000>amiga</font></h3>
                    244: <ul>
                    245: <li><font color=#009000><strong>MINOR INCOMPATIBILITY</strong></font><br>
                    246: The AmigaOS patch
                    247: <a href="http://us.aminet.net/pub/aminet/util/sys/PoolMem.lha">PoolMem</a>
                    248: improves AmigaOS memory handling tremendously, but confuses loadbsd, which
                    249: grabs less memory from the system than is available. To work around the
                    250: problem, be sure to execute
                    251: <pre>
                    252:     PoolMem remove
                    253: </pre>
                    254: right before running loadbsd. The next release of loadbsd will probably be
                    255: PoolMem-aware.
                    256: <p>
                    257: </ul>
                    258: <a name=pmax></a>
                    259: <li><h3><font color=#e00000>pmax</font></h3>
                    260: <ul>
                    261: <li><font color=#009000><strong>RELEASE WARNING</strong></font><br>
                    262: The XFree86 binary set shipped on the CD and FTP site are not the
                    263: exact final set that we shipped for the other releases.  A few minor
                    264: changes, mostly in <strong>xdm(1)</strong> configuration, were made
                    265: after those binaries were made.  Patches for this might come out later.
                    266: <p>
                    267: <li><font color=#009000><strong>X11 RELEASE ERROR</strong></font><br>
                    268: The XFree86 binary set was linked with an older version of the C
                    269: library.  To work around the problem, do the following as root.
                    270: <p>
                    271: <ul>
                    272: cd /usr/lib/
                    273: <br>
                    274: ln -s libc.so.18.0 libc.so.17
                    275: </ul>
                    276: <p>
                    277: <li><font color=#009000><strong>X11 RELEASE ERROR</strong></font><br>
                    278: The X11R5 server used in this port does not understand the default
                    279: authorization types used by the X11R6 clients, which results in no
                    280: clients being able to connect to the  server.  To fix this
                    281: problem add the line below to /usr/X11R6/lib/X11/xdm/xdm-config.
                    282: <p>
                    283: <ul>
                    284: DisplayManager._0.authName: MIT-MAGIC-COOKIE-1
                    285: </ul>
                    286: <p>
                    287: <li><font color=#009000><strong>INSTALLATION PROCESS FLAW</strong></font><br>
                    288: The pmax install does not correctly install the boot block.
                    289: To work around the problem, after the install program has finished, do
                    290: the following (assuming scsi id 0):
                    291: <p>
                    292: <ul>
                    293: disklabel rz0 > /tmp/label
                    294: <br>
                    295: disklabel -R -B rz0 /tmp/label
                    296: </ul>
                    297: <p>
                    298: </ul>
                    299: <a name=arc></a>
                    300: <li><h3><font color=#e00000>arc</font></h3>
                    301: <ul>
                    302: <li><font color=#009000><strong>RELEASE WARNING</strong></font><br>
                    303: The XFree86 binary set shipped on the CD and FTP site are not the
                    304: exact final set that we shipped for the other releases.  A few minor
                    305: changes, mostly in <strong>xdm(1)</strong> configuration, were made
                    306: after those binaries were made.  Patches for this might come out later.
                    307: <p>
                    308: <li><font color=#009000><strong>X11 RELEASE ERROR</strong></font><br>
                    309: The XFree86 binary set was linked with an older version of the C
                    310: library.  To work around the problem, do the following as root.
                    311: <p>
                    312: <ul>
                    313: cd /usr/lib/
                    314: <br>
                    315: ln -s libc.so.18.0 libc.so.17
                    316: </ul>
                    317: <p>
                    318: </ul>
                    319: <a name=alpha></a>
                    320: <li><h3><font color=#e00000>alpha</font></h3>
                    321: <ul>
                    322: <li><font color=#009000><strong>RELEASE WARNING</strong></font><br>
                    323: When you start the install an upgrade option is advertised but
                    324: there really is no such option.
                    325: <p>
                    326: </ul>
                    327: <a name=hp300></a>
                    328: <li><h3><font color=#e00000>hp300</font></h3>
                    329: <ul>
                    330: <li><font color=#009000><strong>RELEASE WARNING</strong></font><br>
                    331: When you start the install an upgrade option is advertised but
                    332: there really is no such option.
                    333: <p>
                    334: <li><font color=#009000><strong>RELEASE WARNING</strong></font><br>
                    335: Unlabelled disks with weird geometries can panic the kernel.
                    336: A fix will be made available when 2.3 is out.
                    337: <p>
                    338: </ul>
                    339: <a name=mvme68k></a>
                    340: <li><h3><font color=#e00000>mvme68k</font></h3>
                    341: <ul>
                    342: <li>No problems identified yet.
                    343: <p>
                    344: </ul>
                    345: <a name=powerpc></a>
                    346: <li><h3><font color=#e00000>powerpc</font></h3>
                    347: <ul>
                    348: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                    349: The powerpc release shipped on the OpenBSD 2.3 CD does not contain
                    350: two late fixes applied late in the release cycle.  The
                    351: <a href=errata22.html#rmjob>rmjob</a> and
                    352: <a href=errata22.html#uucpd>uucpd</a> patches should be applied to
                    353: the system if those subsystems are used.
                    354: <p>
                    355: </ul>
1.10      deraadt   356:
                    357: </dl>
1.1       deraadt   358: <br>
                    359:
                    360: <hr>
1.13      jason     361: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.1       deraadt   362: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                    363: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
1.8       deraadt   364: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.11      deraadt   365: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.12      deraadt   366: <a href=errata26.html>For 2.6 errata, please refer here</a>.<br>
1.15      deraadt   367: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
1.16    ! deraadt   368: <a href=errata28.html>For 2.8 errata, please refer here</a>.<br>
        !           369: <a href=errata.html>For 2.9 errata, please refer here</a>.<br>
1.12      deraadt   370:
1.1       deraadt   371: <hr>
1.9       deraadt   372: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.1       deraadt   373: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.16    ! deraadt   374: <br><small>$OpenBSD: errata23.html,v 1.15 2000/11/02 16:40:39 deraadt Exp $</small>
1.1       deraadt   375:
                    376: </body>
                    377: </html>