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

Annotation of www/errata25.html, Revision 1.22

1.21      naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
1.4       deraadt     4: <title>OpenBSD 2.5 errata</title>
1.21      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.12      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.16      jsyn       15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.21      naddy      16: <h2><font color="#0000e0">
1.1       deraadt    17: This is the OpenBSD 2.5 release errata &amp; patch list:
                     18:
                     19: </font></h2>
                     20:
                     21: <hr>
1.6       jason      22: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.18      deraadt    23: <br>
1.19      deraadt    24: For errata on a certain release, click below:<br>
1.18      deraadt    25: <a href="errata21.html">2.1</a>,
                     26: <a href="errata22.html">2.2</a>,
                     27: <a href="errata23.html">2.3</a>,
                     28: <a href="errata24.html">2.4</a>,
                     29: <a href="errata26.html">2.6</a>,
                     30: <a href="errata27.html">2.7</a>,
                     31: <a href="errata28.html">2.8</a>,
                     32: <a href="errata29.html">2.9</a>,
                     33: <a href="errata30.html">3.0</a>,
                     34: <a href="errata31.html">3.1</a>,
1.22    ! deraadt    35: <a href="errata32.html">3.2</a>,
        !            36: <a href="errata.html">3.3</a>.
1.18      deraadt    37: <br>
1.1       deraadt    38: <hr>
                     39:
1.21      naddy      40: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5.tar.gz">
1.1       deraadt    41: You can also fetch a tar.gz file containing all the following patches</a>.
                     42: This file is updated once a day.
                     43:
1.7       ericj      44: <p>
1.20      deraadt    45: For more detailed information on how to install patches to OpenBSD, please
1.7       ericj      46: consult the <a href="./faq/faq10.html#10.14">OpenBSD FAQ</a>.
                     47:
1.1       deraadt    48: <hr>
1.9       jufi       49: <ul>
1.1       deraadt    50: <dl>
                     51: <a name=all></a>
1.21      naddy      52: <li><h3><font color="#e00000">All architectures</font></h3>
1.1       deraadt    53: <ul>
                     54: <a name=cron></a>
1.21      naddy      55: <li><font color="#009000"><strong>SECURITY FIX: Aug 30, 1999</strong></font><br>
1.1       deraadt    56: In cron(8), make sure argv[] is NULL terminated in the fake popen() and
                     57: run sendmail as the user, not as root.
1.21      naddy      58: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/012_cron.patch">
1.1       deraadt    59: A source code patch exists which remedies this problem.</a>
                     60: <p>
                     61: <a name=miscfs></a>
1.21      naddy      62: <li><font color="#009000"><strong>SECURITY FIX: Aug 12, 1999</strong></font><br>
1.1       deraadt    63: The procfs and fdescfs filesystems had an overrun in their handling
                     64: of uio_offset in their readdir() routines. (These filesystems are not
                     65: enabled by default).
1.21      naddy      66: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/011_miscfs.patch">
1.1       deraadt    67: A source code patch exists which remedies this problem.</a>
                     68: <p>
                     69: <a name=profil></a>
1.21      naddy      70: <li><font color="#009000"><strong>SECURITY FIX: Aug 9, 1999</strong></font><br>
1.1       deraadt    71: Stop profiling (see profil(2)) when we execve() a new process.
1.21      naddy      72: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/010_profil.patch">
1.1       deraadt    73: A source code patch exists which remedies this problem.</a>
                     74: <p>
                     75: <a name=ipsec_in_use></a>
1.21      naddy      76: <li><font color="#009000"><strong>SECURITY FIX: Aug 6, 1999</strong></font><br>
1.1       deraadt    77: Packets that should have been handled by IPsec may be transmitted
                     78: as cleartext. PF_KEY SA expirations may leak kernel resources.
                     79: <a
1.21      naddy      80: href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/009_ipsec_in_use.patch">
1.1       deraadt    81: A source code patch exists which remedies this problem.</a>
                     82: <p>
                     83: <a name=rc></a>
1.21      naddy      84: <li><font color="#009000"><strong>SECURITY FIX: Aug 5, 1999</strong></font><br>
1.1       deraadt    85: In /etc/rc, use mktemp(1) for motd re-writing, and change the find(1)
                     86: to use -execdir.
1.21      naddy      87: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/008_rc.patch">
1.1       deraadt    88: A source code patch exists which remedies this problem.</a>
                     89: <p>
                     90: <a name=chflags></a>
1.21      naddy      91: <li><font color="#009000"><strong>SECURITY FIX: Jul 30, 1999</strong></font><br>
1.1       deraadt    92: Do not permit regular users to chflags(2) or fchflags(2) on character or
                     93: block devices which they may currently be the owner of.
1.21      naddy      94: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/007_chflags.patch">
1.1       deraadt    95: A source code patch exists which remedies this problem.</a>
                     96: <p>
                     97: <a name=nroff></a>
1.21      naddy      98: <li><font color="#009000"><strong>SECURITY FIX: Jul 27, 1999</strong></font><br>
1.1       deraadt    99: Cause groff(1) to be invoked with the -S flag, when called by nroff(1),
                    100: to avoid various groff features which may be security issues.  On the
                    101: whole, this is not really a security issue, but it was discussed on
                    102: BUGTRAQ as if it is.
1.21      naddy     103: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/006_nroff.patch">
1.1       deraadt   104: A source code patch exists which remedies this problem.</a>
                    105: <p>
                    106: <a name=fts></a>
1.21      naddy     107: <li><font color="#009000"><strong>RELIABILITY FIX: May 19, 1999</strong></font><br>
1.1       deraadt   108: Programs using fts(3) could dump core when given a directory structure
                    109: with a very large number of entries.
1.21      naddy     110: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/005_fts.patch">
1.1       deraadt   111: A source code patch exists which remedies this problem.</a>
                    112: <p>
                    113: <a name=tcpsack></a>
1.21      naddy     114: <li><font color="#009000"><strong>RELIABILITY FIX: May 19, 1999</strong></font><br>
1.1       deraadt   115: Sequence numbers could wrap with TCP_SACK and TCP_NEWRENO, resulting in
                    116: failure to retransmit correctly.
1.21      naddy     117: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/004_tcpsack.patch">
1.1       deraadt   118: A source code patch exists which remedies this problem.</a>
                    119: <p>
                    120: <a name=ipsec1></a>
1.21      naddy     121: <li><font color="#009000"><strong>RELIABILITY FIX</strong></font><br>
1.1       deraadt   122: Retransmitted TCP packets could get corrupted when flowing over an
                    123: IPSEC ESP tunnel.
1.21      naddy     124: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/003_espdata.patch">
1.1       deraadt   125: A source code patch exists which remedies this problem.</a>
                    126: <p>
                    127: <a name=bmap></a>
1.21      naddy     128: <li><font color="#009000"><strong>RELIABILITY FIX</strong></font><br>
1.1       deraadt   129: A local user can crash the system by reading a file larger than 64meg
                    130: from an ext2fs partition.
1.21      naddy     131: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/002_bmap.patch">
1.1       deraadt   132: A source code patch exists which remedies this problem.</a>
                    133: <p>
                    134: <a name=pfkey></a>
1.21      naddy     135: <li><font color="#009000"><strong>RELIABILITY FIX</strong></font><br>
1.1       deraadt   136: PF_KEY socket operations leak internal kernel resources, so that a
1.11      jsyn      137: system running an IPsec key management daemon like photurisd or isakmpd
1.1       deraadt   138: will cause the networking subsystem to stop working after a finite amount
                    139: of time.
1.21      naddy     140: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/001_pfkey.patch">
1.1       deraadt   141: A source code patch exists which remedies this problem.</a>
                    142: </ul>
                    143: <p>
                    144: <a name=i386></a>
1.21      naddy     145: <li><h3><font color="#e00000">i386</font></h3>
1.5       deraadt   146: <ul>
1.3       deraadt   147: <a name=y2k></a>
1.21      naddy     148: <li><font color="#009000"><strong>Y2K FIX: Aug 30, 1999</strong></font><br>
1.3       deraadt   149: This patch corrects various OpenBSD/i386 2.5 problems with Y2K. The 2.6
                    150: release (released at 1 Dec 1999) has this problem solved. This patch is
                    151: just a workaround.
1.21      naddy     152: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/i386/014_y2k.patch">
1.3       deraadt   153: A source code patch exists which remedies this problem.</a>
                    154: <p>
1.2       deraadt   155: <a name=brooktree></a>
1.21      naddy     156: <li><font color="#009000"><strong>RELIABILITY FIX</strong></font><br>
1.2       deraadt   157: If a user opened the brooktree device on a system where it did not exist,
                    158: the kernel crashed.
1.21      naddy     159: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/i386/013_brooktree.patch">
1.2       deraadt   160: A source code patch exists which remedies this problem.</a>
                    161: <p>
1.1       deraadt   162: </ul>
                    163: <a name=mac68k></a>
1.21      naddy     164: <li><h3><font color="#e00000">mac68k</font></h3>
1.1       deraadt   165: <ul>
                    166: <a name=macutils></a>
1.21      naddy     167: <li><font color="#009000"><strong>INSTALL PROBLEM</strong></font><br>
1.1       deraadt   168: The mac68k install utils were mistakenly left off the CD and out of
                    169: the FTP install directories.  These tools have now been added to the
                    170: FTP install directories.  See
1.21      naddy     171: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/2.5/mac68k/utils">
1.1       deraadt   172: ftp://ftp.openbsd.org/pub/OpenBSD/2.5/mac68k/utils</a>
                    173: <p>
                    174: </ul>
                    175: <p>
                    176: <a name=sparc></a>
1.21      naddy     177: <li><h3><font color="#e00000">sparc</font></h3>
1.1       deraadt   178: <ul>
                    179: <li>No problems identified yet.
                    180: </ul>
                    181: <p>
                    182: <a name=amiga></a>
1.21      naddy     183: <li><h3><font color="#e00000">amiga</font></h3>
1.1       deraadt   184: <ul>
                    185: <li>No problems identified yet.
                    186: </ul>
                    187: <p>
                    188: <a name=pmax></a>
1.21      naddy     189: <li><h3><font color="#e00000">pmax</font></h3>
1.1       deraadt   190: <ul>
                    191: <li>No problems identified yet.
                    192: </ul>
                    193: <p>
                    194: <a name=arc></a>
1.21      naddy     195: <li><h3><font color="#e00000">arc</font></h3>
1.1       deraadt   196: <ul>
                    197: <li>No problems identified yet.
                    198: </ul>
                    199: <p>
                    200: <a name=alpha></a>
1.21      naddy     201: <li><h3><font color="#e00000">alpha</font></h3>
1.1       deraadt   202: <ul>
                    203: <li>No problems identified yet.
                    204: </ul>
                    205: <p>
                    206: <a name=hp300></a>
1.21      naddy     207: <li><h3><font color="#e00000">hp300</font></h3>
1.1       deraadt   208: <ul>
                    209: <li>No problems identified yet.
                    210: </ul>
                    211: <p>
                    212: <a name=mvme68k></a>
1.21      naddy     213: <li><h3><font color="#e00000">mvme68k</font></h3>
1.1       deraadt   214: <ul>
                    215: <li>No problems identified yet.
                    216: </ul>
                    217: <p>
                    218: <a name=powerpc></a>
1.21      naddy     219: <li><h3><font color="#e00000">powerpc</font></h3>
1.1       deraadt   220: <ul>
                    221: <a name=powerpc_trap></a>
1.21      naddy     222: <li><font color="#009000"><strong>RELIABILITY FIX</strong></font><br>
1.1       deraadt   223: Two problems in the powerpc kernel trap handling cause severe system
                    224: unreliability.
1.21      naddy     225: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.5/powerpc/001_trap.patch">
1.1       deraadt   226: A source code patch exists which remedies these problems.</a>
                    227: <p>
                    228: </ul>
                    229:
                    230: </dl>
1.9       jufi      231: </ul>
1.1       deraadt   232: <br>
                    233:
                    234: <hr>
1.6       jason     235: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.18      deraadt   236: <br>
1.19      deraadt   237: For errata on a certain release, click below:<br>
1.18      deraadt   238: <a href="errata21.html">2.1</a>,
                    239: <a href="errata22.html">2.2</a>,
                    240: <a href="errata23.html">2.3</a>,
                    241: <a href="errata24.html">2.4</a>,
                    242: <a href="errata26.html">2.6</a>,
                    243: <a href="errata27.html">2.7</a>,
                    244: <a href="errata28.html">2.8</a>,
                    245: <a href="errata29.html">2.9</a>,
                    246: <a href="errata30.html">3.0</a>,
                    247: <a href="errata31.html">3.1</a>,
1.22    ! deraadt   248: <a href="errata32.html">3.2</a>,
        !           249: <a href="errata.html">3.3</a>.
1.18      deraadt   250: <br>
                    251:
1.1       deraadt   252: <hr>
                    253: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.21      naddy     254: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.22    ! deraadt   255: <br><small>$OpenBSD: errata25.html,v 1.21 2003/03/06 21:44:07 naddy Exp $</small>
1.1       deraadt   256:
                    257: </body>
                    258: </html>