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

Annotation of www/errata25.html, Revision 1.8

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