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

Annotation of www/errata26.html, Revision 1.19

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