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

Annotation of www/errata25.html, Revision 1.13

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