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

Annotation of www/errata.html, Revision 1.192

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.192   ! deraadt    38: <a name=profil></a>
        !            39: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
        !            40: Stop profiling (see profil(2)) when we execve() a new process.
        !            41: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/profil.patch>
        !            42: A source code patch exists which remedies this problem.</a>
        !            43: <p>
1.189     deraadt    44: <a name=ipsec_in_use></a>
1.190     deraadt    45: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
1.189     deraadt    46: Packets that should have been handled by IPsec may be transmitted
                     47: as cleartext. PF_KEY SA expirations may leak kernel resources.
                     48: <a
1.191     alex       49: href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/ipsec_in_use.patch>
1.189     deraadt    50: A source code patch exists which remedies this problem.</a>
                     51: <p>
1.188     deraadt    52: <a name=rc></a>
                     53: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                     54: In /etc/rc, use mktemp(1) for motd re-writing, and change the find(1)
                     55: to use -execdir.
                     56: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/rc.patch>
                     57: A source code patch exists which remedies this problem.</a>
                     58: <p>
1.187     deraadt    59: <a name=chflags></a>
                     60: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                     61: Do not permit regular users to chflags(2) or fchflags(2) on character or
                     62: block devices which they may currently be the owner of.
                     63: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/chflags.patch>
                     64: A source code patch exists which remedies this problem.</a>
                     65: <p>
                     66: <a name=nroff></a>
                     67: <li><font color=#009000><strong>SECURITY FIX</strong></font><br>
                     68: Cause groff(1) to be invoked with the -S flag, when called by nroff(1),
                     69: to avoid various groff features which may be security issues.  On the
                     70: whole, this is not really a security issue, but it was discussed on
                     71: BUGTRAQ as if it is.
                     72: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/nroff.patch>
                     73: A source code patch exists which remedies this problem.</a>
                     74: <p>
1.184     millert    75: <a name=fts></a>
                     76: <li><font color=#009000><strong>RELIABILITY FIX</strong></font><br>
                     77: Programs using fts(3) could dump core when given a directory structure
                     78: with a very large number of entries.
                     79: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/fts.patch>
                     80: A source code patch exists which remedies this problem.</a>
                     81: <p>
1.183     deraadt    82: <a name=tcpsack></a>
                     83: <li><font color=#009000><strong>RELIABILITY FIX</strong></font><br>
                     84: Sequence numbers could wrap with TCP_SACK and TCP_NEWRENO, resulting in
                     85: failure to retransmit correctly.
                     86: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/tcpsack.patch>
                     87: A source code patch exists which remedies this problem.</a>
                     88: <p>
1.182     deraadt    89: <a name=ipsec1></a>
                     90: <li><font color=#009000><strong>RELIABILITY FIX</strong></font><br>
                     91: Retransmitted TCP packets could get corrupted when flowing over an
                     92: IPSEC ESP tunnel.
                     93: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/espdata.patch>
                     94: A source code patch exists which remedies this problem.</a>
                     95: <p>
1.179     millert    96: <a name=bmap></a>
                     97: <li><font color=#009000><strong>RELIABILITY FIX</strong></font><br>
                     98: A local user can crash the system by reading a file larger than 64meg
                     99: from an ext2fs partition.
                    100: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/bmap.patch>
                    101: A source code patch exists which remedies this problem.</a>
1.181     niklas    102: <p>
                    103: <a name=pfkey></a>
                    104: <li><font color=#009000><strong>RELIABILITY FIX</strong></font><br>
                    105: PF_KEY socket operations leak internal kernel resources, so that a
                    106: system running an IPsec keymanagement daemon like photurisd or isakmpd
                    107: will cause the networking subsystem to stop working after a finite amount
                    108: of time.
                    109: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/pfkey.patch>
                    110: A source code patch exists which remedies this problem.</a>
1.25      deraadt   111: </ul>
1.177     deraadt   112: <p>
1.42      deraadt   113: <a name=i386></a>
1.67      deraadt   114: <li><h3><font color=#e00000>i386</font></h3>
1.25      deraadt   115: <ul>
1.176     deraadt   116: <li>No problems identified yet.
1.39      deraadt   117: </ul>
1.155     deraadt   118: <p>
1.47      deraadt   119: <a name=mac68k></a>
1.67      deraadt   120: <li><h3><font color=#e00000>mac68k</font></h3>
1.39      deraadt   121: <ul>
1.185     deraadt   122: <a name=macutils></a>
                    123: <li><font color=#009000><strong>INSTALL PROBLEM</strong></font><br>
                    124: The mac68k install utils were mistakenly left off the CD and out of
                    125: the FTP install directories.  These tools have now been added to the
                    126: FTP install directories.  See
                    127: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/2.5/mac68k/utils>
                    128: ftp://ftp.openbsd.org/pub/OpenBSD/2.5/mac68k/utils</a>
                    129: <p>
1.25      deraadt   130: </ul>
1.155     deraadt   131: <p>
1.65      deraadt   132: <a name=sparc></a>
1.67      deraadt   133: <li><h3><font color=#e00000>sparc</font></h3>
1.25      deraadt   134: <ul>
1.176     deraadt   135: <li>No problems identified yet.
1.39      deraadt   136: </ul>
1.177     deraadt   137: <p>
1.93      deraadt   138: <a name=amiga></a>
1.67      deraadt   139: <li><h3><font color=#e00000>amiga</font></h3>
1.93      deraadt   140: <ul>
1.144     deraadt   141: <li>No problems identified yet.
1.25      deraadt   142: </ul>
1.155     deraadt   143: <p>
1.65      deraadt   144: <a name=pmax></a>
1.67      deraadt   145: <li><h3><font color=#e00000>pmax</font></h3>
1.25      deraadt   146: <ul>
1.144     deraadt   147: <li>No problems identified yet.
1.25      deraadt   148: </ul>
1.155     deraadt   149: <p>
1.65      deraadt   150: <a name=arc></a>
1.67      deraadt   151: <li><h3><font color=#e00000>arc</font></h3>
1.59      deraadt   152: <ul>
1.144     deraadt   153: <li>No problems identified yet.
1.59      deraadt   154: </ul>
1.155     deraadt   155: <p>
1.93      deraadt   156: <a name=alpha></a>
1.67      deraadt   157: <li><h3><font color=#e00000>alpha</font></h3>
1.56      deraadt   158: <ul>
1.144     deraadt   159: <li>No problems identified yet.
1.56      deraadt   160: </ul>
1.155     deraadt   161: <p>
1.93      deraadt   162: <a name=hp300></a>
1.67      deraadt   163: <li><h3><font color=#e00000>hp300</font></h3>
1.110     millert   164: <ul>
1.176     deraadt   165: <li>No problems identified yet.
1.56      deraadt   166: </ul>
1.155     deraadt   167: <p>
1.93      deraadt   168: <a name=mvme68k></a>
1.67      deraadt   169: <li><h3><font color=#e00000>mvme68k</font></h3>
1.25      deraadt   170: <ul>
1.39      deraadt   171: <li>No problems identified yet.
1.25      deraadt   172: </ul>
1.155     deraadt   173: <p>
1.95      deraadt   174: <a name=powerpc></a>
                    175: <li><h3><font color=#e00000>powerpc</font></h3>
                    176: <ul>
1.178     deraadt   177: <a name=powerpc_trap></a>
                    178: <li><font color=#009000><strong>RELIABILITY FIX</strong></font><br>
                    179: Two problems in the powerpc kernel trap handling cause severe system
                    180: unreliability.
                    181: <a href=ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/powerpc/trap.patch>
1.180     deraadt   182: A source code patch exists which remedies these problems.</a>
1.178     deraadt   183: <p>
1.144     deraadt   184: </ul>
                    185:
1.95      deraadt   186: <p>
                    187: </ul>
1.25      deraadt   188: <br>
1.75      deraadt   189:
1.25      deraadt   190: <hr>
1.93      deraadt   191: <a href=errata21.html>For 2.1 errata, please refer here</a>.<br>
                    192: <a href=errata22.html>For 2.2 errata, please refer here</a>.<br>
1.144     deraadt   193: <a href=errata23.html>For 2.3 errata, please refer here</a>.<br>
1.176     deraadt   194: <a href=errata24.html>For 2.4 errata, please refer here</a>.<br>
1.2       deraadt   195: <hr>
1.176     deraadt   196:
1.186     deraadt   197: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.2       deraadt   198: <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.192   ! deraadt   199: <br><small>$OpenBSD: errata.html,v 1.191 1999/08/06 12:44:21 alex Exp $</small>
1.2       deraadt   200:
                    201: </body>
                    202: </html>