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

Annotation of www/errata26.html, Revision 1.13

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 2.6 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-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>
                     17: This is the OpenBSD 2.6 release errata &amp; patch list:
                     18:
                     19: </font></h2>
                     20:
                     21: <hr>
1.9       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>
                     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>
1.11      deraadt    28: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
1.13    ! 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.6.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.10      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>
1.12      jufi       42: <ul>
1.1       deraadt    43: <dl>
                     44: <a name=all></a>
                     45: <li><h3><font color=#e00000>All architectures</font></h3>
                     46: <ul>
1.7       deraadt    47: <a name=semconfig></a>
                     48: <li><font color=#009000><strong>024: SECURITY FIX: May 26, 2000</strong></font><br>
                     49: Kernel contained an undocumented system call used to lock semaphore operations
                     50: while they were being sampled by the ipcs(1) command.  This locking could be
1.8       deraadt    51: used as a local denial of service attack which would block the exiting of
                     52: processes which had semaphore resources allocated. Processes not using
                     53: semaphores are not affected, so the actual effect is very minimal.<br>
1.7       deraadt    54: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/024_sysv_sem.patch>
                     55: A jumbo patch exists which remedies this problem.</a>
                     56: <p>
1.4       kjell      57: <a name=ipf></a>
                     58: <li><font color=#009000><strong>023: SECURITY FIX: May 25, 2000</strong></font><br>
1.5       deraadt    59: A misuse of
                     60: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=8">ipf(8)</a>
1.4       kjell      61: <i>keep-state</i> rules can result in firewall rules being
1.5       deraadt    62: bypassed.
                     63: This patch also includes fixes for an unaligned timestamp issue,
1.4       kjell      64: and reliability fixes for ipmon and the in-kernel ftp proxy.<br>
                     65: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/023_ipf.patch>
                     66: A jumbo patch exists</a>, which remedies this problem, and updates ipf
                     67: to version 3.3.16.
                     68: <p>
1.2       deraadt    69: <a name=xlockmore></a>
                     70: <li><font color=#009000><strong>022: SECURITY FIX: May 25, 2000</strong></font><br>
                     71: xlockmore has a localhost attack against it which allows recovery of the encrypted
                     72: hash of the root password.  The damage to systems using DES passwords from this
                     73: attack is pretty heavy, but to systems with a well-chosen root password under
                     74: blowfish encoding
                     75: (see <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crypt&sektion=3">
                     76: crypt(3)</a>)
                     77: the impact is much reduced.<br>
                     78: (Aside:  We do not consider this a localhost root hole in the default install,
                     79: since we have not seen a fast blowfish cracker yet ;-)<br>
1.3       deraadt    80: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/022_xlockmore.patch>
1.6       deraadt    81: A source code patch exists, which remedies this problem. This is the 2nd patch designed to solve this problem.</a>
1.2       deraadt    82: <p>
1.1       deraadt    83: <a name=rzsz></a>
                     84: <li><font color=#009000><strong>021: RZSZ SNOOPING: Jan 31, 2000</strong></font><br>
                     85: The rzsz port was removed from the ports collection, as it collects and
                     86: sends user information to a designated email address, effectively spying on
                     87: you.  <em>It is recommended that you remove this package if you installed
                     88: it</em>.
                     89: <p>
                     90: <a name=syslog></a>
                     91: <li><font color=#009000><strong>020: LIBRARY IMPROVEMENT: Jan 26, 2000</strong></font><br>
                     92: syslog(3) would not try to reopen the socket, thus, nightly newsyslog(8)
                     93: would cause syslogd(8) to not see new messages.
                     94: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/020_syslog.patch>
                     95: A source code patch exists, which remedies this problem.</a>
                     96: <p>
                     97: <a name=nsphy></a>
                     98: <li><font color=#009000><strong>019: DRIVER IMPROVEMENT: Jan 20, 2000</strong></font><br>
                     99: Intel fxp cards with National Semiconductor PHYs (nsphy) have trouble
                    100: negotiating and maintaining 100Mb link integrity.<br>
                    101: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/019_nsphy.patch>
                    102: A source code patch exists, which remedies this problem.</a>
                    103: <p>
                    104: <a name=procfs></a>
                    105: <li><font color=#009000><strong>018: SECURITY FIX: Jan 20, 2000</strong></font><br>
                    106: Systems running with procfs enabled and mounted are vulnerable
                    107: to having the stderr output of setuid processes directed onto
                    108: a pre-seeked descriptor onto the stack in their own procfs memory.<br>
                    109: Note that procfs is not mounted by default in OpenBSD.<br>
                    110: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/018_procfs.patch>
                    111: A source code patch exists, which remedies this problem.</a>
                    112: <p>
                    113: <a name=aty2k></a>
                    114: <li><font color=#009000><strong>015: Y2K FIX: Jan 9, 2000</strong></font><br>
                    115: The at(1) command was unable to parse some kinds of dates.<br>
                    116: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/015_aty2k.patch>
                    117: A source code patch exists, which remedies this problem.</a>
                    118: <p>
                    119: <a name=addusery2k></a>
                    120: <li><font color=#009000><strong>013: Y2K FIX: Jan 3, 2000</strong></font><br>
                    121: A minor problem in the logging support for the adduser(8) command.<br>
                    122: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/013_addusery2k.patch>
                    123: A source code patch exists, which remedies this problem.</a>
                    124: <p>
                    125: <a name=3c900b></a>
                    126: <li><font color=#009000><strong>012: DRIVER IMPROVEMENT: Jan 3, 2000</strong></font><br>
                    127: The 3C900B-TPO fails to select the correct media type (it never sees or
                    128: sends packets).<br>
                    129: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/012_3c900b.patch>
                    130: A source code patch exists, which remedies this problem.</a>
                    131: <p>
                    132: <a name=poll></a>
                    133: <li><font color=#009000><strong>011: SECURITY FIX: Dec 4, 1999</strong></font><br>
                    134: Various bugs in poll(2) may cause a kernel crash.<br>
                    135: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/011_poll.patch>
                    136: A source code patch exists, which remedies this problem.</a>
                    137: <p>
                    138: <a name=sendmail></a>
                    139: <li><font color=#009000><strong>010: SECURITY FIX: Dec 4, 1999</strong></font><br>
                    140: Sendmail had a race in aliases file handling, which this patch fixes.<br>
                    141: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/010_sendmail.patch>
                    142: A source code patch exists, which remedies this problem.</a>
                    143: <p>
                    144: <a name=atapijumbo></a>
                    145: <li><font color=#009000><strong>009: DRIVER IMPROVEMENTS: Dec 4, 1999</strong></font><br>
                    146: Various improvements have been made to the IDE/ATAPI subsystem since
                    147: the 2.6 release shipped.<br>
                    148: Some of these improvements make some recalcitrant devices work much better.
                    149: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/009_atapi.patch><br>
                    150: Revision 1 of this jumbo source code patch exists.</a><br>
                    151: <p>
                    152: <a name=sslUSA></a>
                    153: <li><font color=#009000><strong>016: SECURITY FIX: Dec 2, 1999</strong></font><br>
                    154: A buffer overflow in the RSAREF code included in the
                    155: USA version of the libssl package (called <strong>sslUSA</strong>, is
                    156: possibly exploitable in isakmpd if SSL/RSA features
                    157: are enabled or used.<br>
                    158: <a href=http://www.openssh.com>OpenSSH</a> and httpd (with -DSSL) are not
                    159: vulnerable.<br>
                    160: <strong>NOTE: International users using the ssl26 package are not affected.</strong>
                    161: <p>
                    162: To check what package you are using, use
                    163: <pre>
                    164: <b>#</b> pkg_info sslUSA26
                    165: </pre>
                    166: The patched library says:<br>
                    167: "ssl26.1 USA-only non-commercial crypto libs incl. SSL &amp; RSA"
                    168: <p>
                    169: Non-commercial USA users who installed the ssl package before December 3
                    170: should upgrade their <strong>sslUSA26</strong> package using:<br>
                    171: <pre>
                    172: <b>#</b> pkg_delete sslUSA26
                    173: <b>#</b> pkg_add -v sslUSA26.tar.gz
                    174: </pre>
                    175: Using the new <strong>sslUSA26.tar.gz</strong> files which have been placed
                    176: on the FTP mirrors.<br>
                    177: <a href=advisories/sslUSA>For more information, see the advisory</a>.<br>
                    178: <strong>NOTE: this problem turned out to not be unexploitable in OpenSSH.</strong>
                    179: <p>
                    180: <a name=fortran></a>
                    181: <li><font color=#009000><strong>017: FUNCTIONALITY ADDITION: Nov 14, 1999</strong></font><br>
                    182: Fortran doesn't work right.  The file /usr/include/g2c.h is missing in the
                    183: release.<br>
                    184: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/008_fortran.patch>
                    185: A source code patch exists which remedies this problem.</a><br>
                    186: The patch fixes the source tree and describes how to properly add
                    187: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/g2c.h>
                    188: the include file</a> to your system.
                    189: <p>
                    190: <a name=sshjumbo></a>
                    191: <li><font color=#009000><strong>005: FUNCTIONALITY ADDITION: Nov 11, 1999</strong></font><br>
                    192: Various OpenSSH improvements have been made since the 2.6 release shipped.<br>
                    193: To resolve the various (non-security related) features which users may want,
                    194: we are making a jumbo patch available.  <strong>This is now at VERSION FOUR.</strong><br>
                    195: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/005_sshjumbo.patch>
                    196: Revision 4 of this jumbo source code patch exists.</a><br>
                    197: <strong>NOTE: /etc/sshd_config and /etc/ssh_config may need changes.</strong>
                    198: <p>
                    199: <a name=m4></a>
                    200: <li><font color=#009000><strong>003: FUNCTIONALITY FIX: Nov 10, 1999</strong></font><br>
                    201: m4 is quite broken in the 2.6 release.<br>
                    202: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/003_m4.patch>
                    203: The 3rd version of the source code patch exists, which remedies this problem.</a>
                    204: <p>
                    205: <a name=ifmedia></a>
                    206: <li><font color=#009000><strong>002: SECURITY FIX: Nov 9, 1999</strong></font><br>
                    207: Any user can change interface media configurations.<br>
                    208: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/002_ifmedia.patch>
                    209: A source code patch exists which remedies this problem.</a>
                    210: <p>
                    211: <a name=newsyslog></a>
                    212: <li><font color=#009000><strong>001: RELIABILITY FIX: Nov 8, 1999</strong></font><br>
                    213: A race condition in newsyslog(8) can cause errors in log file rotation.<br>
                    214: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/common/001_newsyslog.patch>
                    215: A source code patch exists which remedies this problem.</a>
                    216: <p>
                    217: </ul>
                    218: <p>
                    219: <a name=i386></a>
                    220: <li><h3><font color=#e00000>i386</font></h3>
                    221: <ul>
                    222: <li>No problems identified yet.
                    223: </ul>
                    224: <p>
                    225: <a name=mac68k></a>
                    226: <li><h3><font color=#e00000>mac68k</font></h3>
                    227: <ul>
                    228: <a name=m68k_locore></a>
                    229: <a name=mac68k_locore></a>
                    230: <li><font color=#009000><strong>007: RELIABILITY FIX: Nov 12, 1999</strong></font><br>
                    231: All m68k kernels can possibly be crashed by a user.<br>
                    232: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/m68k/007_locore.patch>
                    233: A source code patch exists which remedies this problem.</a>
                    234: <p>
                    235: </ul>
                    236: <p>
                    237: <a name=sparc></a>
                    238: <li><h3><font color=#e00000>sparc</font></h3>
                    239: <ul>
                    240: <a name=eepromy2k></a>
                    241: <li><font color=#009000><strong>014: Y2K FIX: Jan 3, 2000</strong></font><br>
                    242: A minor problem; the sparc eeprom(8) command is not Y2K compliant.<br>
                    243: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/sparc/014_eepromy2k.patch>
                    244: Revision 2 of the source code patch exists, which remedies this problem.</a>
                    245: <p>
                    246: <a name=sparc_locore></a>
                    247: <li><font color=#009000><strong>004: RELIABILITY FIX: Nov 12, 1999</strong></font><br>
                    248: The sparc kernel can be crashed by a user.<br>
                    249: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/sparc/004_locore.patch>
                    250: A source code patch exists which remedies this problem.</a>
                    251: <p>
                    252: </ul>
                    253: <p>
                    254: <a name=amiga></a>
                    255: <li><h3><font color=#e00000>amiga</font></h3>
                    256: <ul>
                    257: <a name=amiga_locore></a>
                    258: <li><font color=#009000><strong>007: RELIABILITY FIX: Nov 12, 1999</strong></font><br>
                    259: All m68k kernels can possibly be crashed by a user.<br>
                    260: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/m68k/007_locore.patch>
                    261: A source code patch exists which remedies this problem.</a>
                    262: <p>
                    263: </ul>
                    264: <p>
                    265: <a name=pmax></a>
                    266: <li><h3><font color=#e00000>pmax</font></h3>
                    267: <ul>
                    268: <li>No problems identified yet.
                    269: </ul>
                    270: <p>
                    271: <a name=arc></a>
                    272: <li><h3><font color=#e00000>arc</font></h3>
                    273: <ul>
                    274: <li>No problems identified yet.
                    275: </ul>
                    276: <p>
                    277: <a name=alpha></a>
                    278: <li><h3><font color=#e00000>alpha</font></h3>
                    279: <ul>
                    280: <a name=alpha_locore></a>
                    281: <li><font color=#009000><strong>006: RELIABILITY FIX: Nov 13, 1999</strong></font><br>
                    282: The alpha kernel can possibly be crashed by a user.<br>
                    283: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/alpha/006_locore.patch>
                    284: A source code patch exists which remedies this problem.</a>
                    285: <p>
                    286: </ul>
                    287: <p>
                    288: <a name=hp300></a>
                    289: <li><h3><font color=#e00000>hp300</font></h3>
                    290: <ul>
                    291: <a name=hp300_locore></a>
                    292: <li><font color=#009000><strong>007: RELIABILITY FIX: Nov 12, 1999</strong></font><br>
                    293: All m68k kernels can possibly be crashed by a user.<br>
                    294: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/m68k/007_locore.patch>
                    295: A source code patch exists which remedies this problem.</a>
                    296: <p>
                    297: </ul>
                    298: <p>
                    299: <a name=mvme68k></a>
                    300: <li><h3><font color=#e00000>mvme68k</font></h3>
                    301: <ul>
                    302: <a name=mvme68k_locore></a>
                    303: <li><font color=#009000><strong>007: RELIABILITY FIX: Nov 12, 1999</strong></font><br>
                    304: All m68k kernels can possibly be crashed by a user.<br>
                    305: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.6/m68k/007_locore.patch>
                    306: A source code patch exists which remedies this problem.</a>
                    307: <p>
                    308: </ul>
                    309: <p>
                    310: <a name=powerpc></a>
                    311: <li><h3><font color=#e00000>powerpc</font></h3>
                    312: <ul>
                    313: <li>No problems identified yet.
                    314: </ul>
                    315: </dl>
1.12      jufi      316: </ul>
1.1       deraadt   317: <br>
                    318:
                    319: <hr>
1.9       jason     320: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.1       deraadt   321: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                    322: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
                    323: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
                    324: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
                    325: <a href=errata25.html>For 2.5 errata, please refer here</a>.<br>
1.11      deraadt   326: <a href=errata27.html>For 2.7 errata, please refer here</a>.<br>
1.13    ! deraadt   327: <a href=errata28.html>For 2.8 errata, please refer here</a>.<br>
        !           328: <a href=errata.html>For 2.9 errata, please refer here</a>.<br>
1.1       deraadt   329: <hr>
                    330:
                    331: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
                    332: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.13    ! deraadt   333: <br><small>$OpenBSD: errata26.html,v 1.12 2000/11/17 19:11:33 jufi Exp $</small>
1.1       deraadt   334:
                    335: </body>
                    336: </html>