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

Annotation of www/errata.html, Revision 1.193

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC  "-//IETF//DTD HTML Strict//EN">
                      2: <html>
                      3: <head>
1.64      deraadt     4: <title>OpenBSD release errata</title>
1.1       deraadt     5: <link rev=made href=mailto:www@openbsd.org>
                      6: <meta name="resource-type" content="document">
                      7: <meta name="description" content="the OpenBSD CD errata page">
                      8: <meta name="keywords" content="openbsd,cd,errata">
                      9: <meta name="distribution" content="global">
1.107     deraadt    10: <meta name="copyright" content="This document copyright 1997-1998 by OpenBSD.">
1.1       deraadt    11: </head>
                     12:
                     13: <BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#23238E">
                     14:
1.127     pauls      15: <img alt="[OpenBSD]" height=30 width=141 SRC="images/smalltitle.gif">
1.68      deraadt    16: <h2><font color=#0000e0>
1.176     deraadt    17: This is the OpenBSD 2.5 release errata &amp; patch list:
1.94      deraadt    18:
1.96      deraadt    19: </font></h2>
                     20:
1.94      deraadt    21: <hr>
                     22: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                     23: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
1.144     deraadt    24: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.176     deraadt    25: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.94      deraadt    26: <hr>
                     27:
1.176     deraadt    28: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5.tar.gz>
1.142     deraadt    29: You can also fetch a tar.gz file containing all the following patches</a>.
                     30: This file is updated once a day.
                     31:
                     32: <hr>
                     33:
1.25      deraadt    34: <ul>
1.43      deraadt    35: <a name=all></a>
1.67      deraadt    36: <li><h3><font color=#e00000>All architectures</font></h3>
1.25      deraadt    37: <ul>
1.193   ! deraadt    38: <a name=miscfs></a>
        !            39: <li>The procfs and fdescfs filesystems had an overrun in their handling
        !            40: of uio_offset in their readdir() routines. (These filesystems are not
        !            41: enabled by default).
        !            42: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/miscfs.patch>
        !            43: A source code patch exists which remedies this problem.</a>
        !            44: <p>
1.192     deraadt    45: <a name=profil></a>
                     46: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                     47: Stop profiling (see profil(2)) when we execve() a new process.
                     48: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/profil.patch>
                     49: A source code patch exists which remedies this problem.</a>
                     50: <p>
1.189     deraadt    51: <a name=ipsec_in_use></a>
1.190     deraadt    52: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
1.189     deraadt    53: Packets that should have been handled by IPsec may be transmitted
                     54: as cleartext. PF_KEY SA expirations may leak kernel resources.
                     55: <a
1.191     alex       56: href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/ipsec_in_use.patch>
1.189     deraadt    57: A source code patch exists which remedies this problem.</a>
                     58: <p>
1.188     deraadt    59: <a name=rc></a>
                     60: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                     61: In /etc/rc, use mktemp(1) for motd re-writing, and change the find(1)
                     62: to use -execdir.
                     63: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/rc.patch>
                     64: A source code patch exists which remedies this problem.</a>
                     65: <p>
1.187     deraadt    66: <a name=chflags></a>
                     67: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                     68: Do not permit regular users to chflags(2) or fchflags(2) on character or
                     69: block devices which they may currently be the owner of.
                     70: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/chflags.patch>
                     71: A source code patch exists which remedies this problem.</a>
                     72: <p>
                     73: <a name=nroff></a>
                     74: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                     75: Cause groff(1) to be invoked with the -S flag, when called by nroff(1),
                     76: to avoid various groff features which may be security issues.  On the
                     77: whole, this is not really a security issue, but it was discussed on
                     78: BUGTRAQ as if it is.
                     79: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/nroff.patch>
                     80: A source code patch exists which remedies this problem.</a>
                     81: <p>
1.184     millert    82: <a name=fts></a>
                     83: <li><font color=#009000><strong>RELIABILITY FIX</strong></font><br>
                     84: Programs using fts(3) could dump core when given a directory structure
                     85: with a very large number of entries.
                     86: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/fts.patch>
                     87: A source code patch exists which remedies this problem.</a>
                     88: <p>
1.183     deraadt    89: <a name=tcpsack></a>
                     90: <li><font color=#009000><strong>RELIABILITY FIX</strong></font><br>
                     91: Sequence numbers could wrap with TCP_SACK and TCP_NEWRENO, resulting in
                     92: failure to retransmit correctly.
                     93: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/tcpsack.patch>
                     94: A source code patch exists which remedies this problem.</a>
                     95: <p>
1.182     deraadt    96: <a name=ipsec1></a>
                     97: <li><font color=#009000><strong>RELIABILITY FIX</strong></font><br>
                     98: Retransmitted TCP packets could get corrupted when flowing over an
                     99: IPSEC ESP tunnel.
                    100: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/espdata.patch>
                    101: A source code patch exists which remedies this problem.</a>
                    102: <p>
1.179     millert   103: <a name=bmap></a>
                    104: <li><font color=#009000><strong>RELIABILITY FIX</strong></font><br>
                    105: A local user can crash the system by reading a file larger than 64meg
                    106: from an ext2fs partition.
                    107: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/bmap.patch>
                    108: A source code patch exists which remedies this problem.</a>
1.181     niklas    109: <p>
                    110: <a name=pfkey></a>
                    111: <li><font color=#009000><strong>RELIABILITY FIX</strong></font><br>
                    112: PF_KEY socket operations leak internal kernel resources, so that a
                    113: system running an IPsec keymanagement daemon like photurisd or isakmpd
                    114: will cause the networking subsystem to stop working after a finite amount
                    115: of time.
                    116: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/pfkey.patch>
                    117: A source code patch exists which remedies this problem.</a>
1.25      deraadt   118: </ul>
1.177     deraadt   119: <p>
1.42      deraadt   120: <a name=i386></a>
1.67      deraadt   121: <li><h3><font color=#e00000>i386</font></h3>
1.25      deraadt   122: <ul>
1.176     deraadt   123: <li>No problems identified yet.
1.39      deraadt   124: </ul>
1.155     deraadt   125: <p>
1.47      deraadt   126: <a name=mac68k></a>
1.67      deraadt   127: <li><h3><font color=#e00000>mac68k</font></h3>
1.39      deraadt   128: <ul>
1.185     deraadt   129: <a name=macutils></a>
                    130: <li><font color=#009000><strong>INSTALL PROBLEM</strong></font><br>
                    131: The mac68k install utils were mistakenly left off the CD and out of
                    132: the FTP install directories.  These tools have now been added to the
                    133: FTP install directories.  See
                    134: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/2.5/mac68k/utils>
                    135: ftp://ftp.openbsd.org/pub/OpenBSD/2.5/mac68k/utils</a>
                    136: <p>
1.25      deraadt   137: </ul>
1.155     deraadt   138: <p>
1.65      deraadt   139: <a name=sparc></a>
1.67      deraadt   140: <li><h3><font color=#e00000>sparc</font></h3>
1.25      deraadt   141: <ul>
1.176     deraadt   142: <li>No problems identified yet.
1.39      deraadt   143: </ul>
1.177     deraadt   144: <p>
1.93      deraadt   145: <a name=amiga></a>
1.67      deraadt   146: <li><h3><font color=#e00000>amiga</font></h3>
1.93      deraadt   147: <ul>
1.144     deraadt   148: <li>No problems identified yet.
1.25      deraadt   149: </ul>
1.155     deraadt   150: <p>
1.65      deraadt   151: <a name=pmax></a>
1.67      deraadt   152: <li><h3><font color=#e00000>pmax</font></h3>
1.25      deraadt   153: <ul>
1.144     deraadt   154: <li>No problems identified yet.
1.25      deraadt   155: </ul>
1.155     deraadt   156: <p>
1.65      deraadt   157: <a name=arc></a>
1.67      deraadt   158: <li><h3><font color=#e00000>arc</font></h3>
1.59      deraadt   159: <ul>
1.144     deraadt   160: <li>No problems identified yet.
1.59      deraadt   161: </ul>
1.155     deraadt   162: <p>
1.93      deraadt   163: <a name=alpha></a>
1.67      deraadt   164: <li><h3><font color=#e00000>alpha</font></h3>
1.56      deraadt   165: <ul>
1.144     deraadt   166: <li>No problems identified yet.
1.56      deraadt   167: </ul>
1.155     deraadt   168: <p>
1.93      deraadt   169: <a name=hp300></a>
1.67      deraadt   170: <li><h3><font color=#e00000>hp300</font></h3>
1.110     millert   171: <ul>
1.176     deraadt   172: <li>No problems identified yet.
1.56      deraadt   173: </ul>
1.155     deraadt   174: <p>
1.93      deraadt   175: <a name=mvme68k></a>
1.67      deraadt   176: <li><h3><font color=#e00000>mvme68k</font></h3>
1.25      deraadt   177: <ul>
1.39      deraadt   178: <li>No problems identified yet.
1.25      deraadt   179: </ul>
1.155     deraadt   180: <p>
1.95      deraadt   181: <a name=powerpc></a>
                    182: <li><h3><font color=#e00000>powerpc</font></h3>
                    183: <ul>
1.178     deraadt   184: <a name=powerpc_trap></a>
                    185: <li><font color=#009000><strong>RELIABILITY FIX</strong></font><br>
                    186: Two problems in the powerpc kernel trap handling cause severe system
                    187: unreliability.
                    188: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/powerpc/trap.patch>
1.180     deraadt   189: A source code patch exists which remedies these problems.</a>
1.178     deraadt   190: <p>
1.144     deraadt   191: </ul>
                    192:
1.95      deraadt   193: <p>
                    194: </ul>
1.25      deraadt   195: <br>
1.75      deraadt   196:
1.25      deraadt   197: <hr>
1.93      deraadt   198: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                    199: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
1.144     deraadt   200: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.176     deraadt   201: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.2       deraadt   202: <hr>
1.176     deraadt   203:
1.186     deraadt   204: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.2       deraadt   205: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.193   ! deraadt   206: <br><small>$OpenBSD: errata.html,v 1.192 1999/08/09 17:52:15 deraadt Exp $</small>
1.2       deraadt   207:
                    208: </body>
                    209: </html>