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

Annotation of www/errata26.html, Revision 1.35

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