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

Annotation of www/errata.html, Revision 1.190

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