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

Annotation of www/errata25.html, Revision 1.7

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