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

Annotation of www/errata25.html, Revision 1.66

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.1       deraadt     5: <meta name="description" content="the OpenBSD CD errata page">
1.24      henning     6: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1.63      sthen       7: <link rel="canonical" href="http://www.openbsd.org/errata25.html">
1.1       deraadt     8: </head>
                      9:
1.59      deraadt    10: <!--
                     11:                        IMPORTANT REMINDER
                     12:        IF YOU ADD A NEW ERRATUM, MAIL THE PATCH TO TECH AND ANNOUNCE
                     13: -->
                     14:
1.25      david      15: <body bgcolor="#ffffff" text="#000000" link="#23238E">
1.1       deraadt    16:
1.16      jsyn       17: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.59      deraadt    18: <h2><font color="#e00000">
                     19: OpenBSD 2.5 errata
1.1       deraadt    20: </font></h2>
                     21:
                     22: <hr>
1.6       jason      23: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.18      deraadt    24: <br>
1.19      deraadt    25: For errata on a certain release, click below:<br>
1.18      deraadt    26: <a href="errata21.html">2.1</a>,
                     27: <a href="errata22.html">2.2</a>,
                     28: <a href="errata23.html">2.3</a>,
                     29: <a href="errata24.html">2.4</a>,
                     30: <a href="errata26.html">2.6</a>,
                     31: <a href="errata27.html">2.7</a>,
                     32: <a href="errata28.html">2.8</a>,
                     33: <a href="errata29.html">2.9</a>,
                     34: <a href="errata30.html">3.0</a>,
                     35: <a href="errata31.html">3.1</a>,
1.22      deraadt    36: <a href="errata32.html">3.2</a>,
1.23      david      37: <a href="errata33.html">3.3</a>,
1.27      david      38: <a href="errata34.html">3.4</a>,
1.28      miod       39: <a href="errata35.html">3.5</a>,
1.29      deraadt    40: <a href="errata36.html">3.6</a>,
1.52      deraadt    41: <a href="errata37.html">3.7</a>,
1.37      deraadt    42: <br>
1.31      deraadt    43: <a href="errata38.html">3.8</a>,
1.32      deraadt    44: <a href="errata39.html">3.9</a>,
1.33      deraadt    45: <a href="errata40.html">4.0</a>,
1.35      merdely    46: <a href="errata41.html">4.1</a>,
1.36      deraadt    47: <a href="errata42.html">4.2</a>,
1.37      deraadt    48: <a href="errata43.html">4.3</a>,
1.39      deraadt    49: <a href="errata44.html">4.4</a>,
1.40      deraadt    50: <a href="errata45.html">4.5</a>,
1.41      deraadt    51: <a href="errata46.html">4.6</a>,
1.43      deraadt    52: <a href="errata47.html">4.7</a>,
1.44      miod       53: <a href="errata48.html">4.8</a>,
1.45      nick       54: <a href="errata49.html">4.9</a>,
1.46      sthen      55: <a href="errata50.html">5.0</a>,
1.47      deraadt    56: <a href="errata51.html">5.1</a>,
1.48      deraadt    57: <a href="errata52.html">5.2</a>,
1.49      deraadt    58: <a href="errata53.html">5.3</a>,
1.52      deraadt    59: <br>
1.50      deraadt    60: <a href="errata54.html">5.4</a>,
1.58      jsg        61: <a href="errata55.html">5.5</a>,
1.62      deraadt    62: <a href="errata56.html">5.6</a>,
1.65      deraadt    63: <a href="errata57.html">5.7</a>,
1.66    ! deraadt    64: <a href="errata58.html">5.8</a>,
        !            65: <a href="errata59.html">5.9</a>.
1.18      deraadt    66: <br>
1.1       deraadt    67: <hr>
                     68:
1.42      sthen      69: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.5.tar.gz">
1.1       deraadt    70: You can also fetch a tar.gz file containing all the following patches</a>.
                     71: This file is updated once a day.
1.53      deraadt    72: <p>
1.1       deraadt    73:
1.53      deraadt    74: The patches below are available in CVS via the
                     75: <code>OPENBSD_2_5</code> <a href="stable.html">patch branch</a>.
1.7       ericj      76: <p>
1.53      deraadt    77:
1.20      deraadt    78: For more detailed information on how to install patches to OpenBSD, please
1.53      deraadt    79: consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
                     80: <p>
1.7       ericj      81:
1.1       deraadt    82: <hr>
1.53      deraadt    83:
1.9       jufi       84: <ul>
1.60      bentley    85: <li id="cron">
1.56      deraadt    86: <font color="#009000"><strong>SECURITY FIX: Aug 30, 1999</strong></font>
                     87: &nbsp; <i>All architectures</i><br>
1.1       deraadt    88: In cron(8), make sure argv[] is NULL terminated in the fake popen() and
                     89: run sendmail as the user, not as root.
1.42      sthen      90: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/012_cron.patch">
1.1       deraadt    91: A source code patch exists which remedies this problem.</a>
                     92: <p>
1.60      bentley    93: <li id="miscfs">
1.56      deraadt    94: <font color="#009000"><strong>SECURITY FIX: Aug 12, 1999</strong></font>
                     95: &nbsp; <i>All architectures</i><br>
1.1       deraadt    96: The procfs and fdescfs filesystems had an overrun in their handling
                     97: of uio_offset in their readdir() routines. (These filesystems are not
                     98: enabled by default).
1.42      sthen      99: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/011_miscfs.patch">
1.1       deraadt   100: A source code patch exists which remedies this problem.</a>
                    101: <p>
1.60      bentley   102: <li id="profil">
1.56      deraadt   103: <font color="#009000"><strong>SECURITY FIX: Aug 9, 1999</strong></font>
                    104: &nbsp; <i>All architectures</i><br>
1.1       deraadt   105: Stop profiling (see profil(2)) when we execve() a new process.
1.42      sthen     106: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/010_profil.patch">
1.1       deraadt   107: A source code patch exists which remedies this problem.</a>
                    108: <p>
1.60      bentley   109: <li id="ipsec_in_use">
1.56      deraadt   110: <font color="#009000"><strong>SECURITY FIX: Aug 6, 1999</strong></font>
                    111: &nbsp; <i>All architectures</i><br>
1.1       deraadt   112: Packets that should have been handled by IPsec may be transmitted
                    113: as cleartext. PF_KEY SA expirations may leak kernel resources.
1.53      deraadt   114: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/009_ipsec_in_use.patch">
1.1       deraadt   115: A source code patch exists which remedies this problem.</a>
                    116: <p>
1.60      bentley   117: <li id="rc">
1.56      deraadt   118: <font color="#009000"><strong>SECURITY FIX: Aug 5, 1999</strong></font>
                    119: &nbsp; <i>All architectures</i><br>
1.1       deraadt   120: In /etc/rc, use mktemp(1) for motd re-writing, and change the find(1)
                    121: to use -execdir.
1.42      sthen     122: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/008_rc.patch">
1.1       deraadt   123: A source code patch exists which remedies this problem.</a>
                    124: <p>
1.60      bentley   125: <li id="chflags">
1.56      deraadt   126: <font color="#009000"><strong>SECURITY FIX: Jul 30, 1999</strong></font>
                    127: &nbsp; <i>All architectures</i><br>
1.1       deraadt   128: Do not permit regular users to chflags(2) or fchflags(2) on character or
                    129: block devices which they may currently be the owner of.
1.42      sthen     130: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/007_chflags.patch">
1.1       deraadt   131: A source code patch exists which remedies this problem.</a>
                    132: <p>
1.60      bentley   133: <li id="nroff">
1.56      deraadt   134: <font color="#009000"><strong>SECURITY FIX: Jul 27, 1999</strong></font>
                    135: &nbsp; <i>All architectures</i><br>
1.1       deraadt   136: Cause groff(1) to be invoked with the -S flag, when called by nroff(1),
                    137: to avoid various groff features which may be security issues.  On the
                    138: whole, this is not really a security issue, but it was discussed on
                    139: BUGTRAQ as if it is.
1.42      sthen     140: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/006_nroff.patch">
1.1       deraadt   141: A source code patch exists which remedies this problem.</a>
                    142: <p>
1.60      bentley   143: <li id="fts">
1.56      deraadt   144: <font color="#009000"><strong>RELIABILITY FIX: May 19, 1999</strong></font>
                    145: &nbsp; <i>All architectures</i><br>
1.1       deraadt   146: Programs using fts(3) could dump core when given a directory structure
                    147: with a very large number of entries.
1.42      sthen     148: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/005_fts.patch">
1.1       deraadt   149: A source code patch exists which remedies this problem.</a>
                    150: <p>
1.60      bentley   151: <li id="tcpsack">
1.56      deraadt   152: <font color="#009000"><strong>RELIABILITY FIX: May 19, 1999</strong></font>
                    153: &nbsp; <i>All architectures</i><br>
1.1       deraadt   154: Sequence numbers could wrap with TCP_SACK and TCP_NEWRENO, resulting in
                    155: failure to retransmit correctly.
1.42      sthen     156: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/004_tcpsack.patch">
1.1       deraadt   157: A source code patch exists which remedies this problem.</a>
                    158: <p>
1.60      bentley   159: <li id="ipsec1">
1.56      deraadt   160: <font color="#009000"><strong>RELIABILITY FIX</strong></font>
                    161: &nbsp; <i>All architectures</i><br>
1.1       deraadt   162: Retransmitted TCP packets could get corrupted when flowing over an
                    163: IPSEC ESP tunnel.
1.42      sthen     164: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/003_espdata.patch">
1.1       deraadt   165: A source code patch exists which remedies this problem.</a>
                    166: <p>
1.60      bentley   167: <li id="bmap">
1.56      deraadt   168: <font color="#009000"><strong>RELIABILITY FIX</strong></font>
                    169: &nbsp; <i>All architectures</i><br>
1.50      deraadt   170: A local user can crash the system by reading a file larger than 64meg
1.1       deraadt   171: from an ext2fs partition.
1.42      sthen     172: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/002_bmap.patch">
1.1       deraadt   173: A source code patch exists which remedies this problem.</a>
                    174: <p>
1.60      bentley   175: <li id="pfkey">
1.56      deraadt   176: <font color="#009000"><strong>RELIABILITY FIX</strong></font>
                    177: &nbsp; <i>All architectures</i><br>
1.1       deraadt   178: PF_KEY socket operations leak internal kernel resources, so that a
1.11      jsyn      179: system running an IPsec key management daemon like photurisd or isakmpd
1.1       deraadt   180: will cause the networking subsystem to stop working after a finite amount
                    181: of time.
1.42      sthen     182: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.5/common/001_pfkey.patch">
1.1       deraadt   183: A source code patch exists which remedies this problem.</a>
                    184: <p>
1.60      bentley   185: <li id="y2k">
1.24      henning   186: <font color="#009000"><strong>Y2K FIX: Aug 30, 1999</strong></font><br>
1.3       deraadt   187: This patch corrects various OpenBSD/i386 2.5 problems with Y2K. The 2.6
                    188: release (released at 1 Dec 1999) has this problem solved. This patch is
                    189: just a workaround.
1.42      sthen     190: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.5/i386/014_y2k.patch">
1.3       deraadt   191: A source code patch exists which remedies this problem.</a>
                    192: <p>
1.60      bentley   193: <li id="brooktree">
1.24      henning   194: <font color="#009000"><strong>RELIABILITY FIX</strong></font><br>
1.2       deraadt   195: If a user opened the brooktree device on a system where it did not exist,
                    196: the kernel crashed.
1.42      sthen     197: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.5/i386/013_brooktree.patch">
1.2       deraadt   198: A source code patch exists which remedies this problem.</a>
                    199: <p>
1.60      bentley   200: <li id="macutils">
1.24      henning   201: <font color="#009000"><strong>INSTALL PROBLEM</strong></font><br>
1.1       deraadt   202: The mac68k install utils were mistakenly left off the CD and out of
                    203: the FTP install directories.  These tools have now been added to the
                    204: FTP install directories.  See
1.42      sthen     205: <a href="http://ftp.openbsd.org/pub/OpenBSD/2.5/mac68k/utils">
                    206: http://ftp.openbsd.org/pub/OpenBSD/2.5/mac68k/utils</a>
1.1       deraadt   207: <p>
1.60      bentley   208: <li id="powerpc_trap">
1.24      henning   209: <font color="#009000"><strong>RELIABILITY FIX</strong></font><br>
1.1       deraadt   210: Two problems in the powerpc kernel trap handling cause severe system
                    211: unreliability.
1.42      sthen     212: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/2.5/powerpc/001_trap.patch">
1.53      deraadt   213: A source code patch exists which remedies this problem.</a>
                    214: <p>
                    215: </ul>
1.1       deraadt   216: <p>
1.51      deraadt   217:
1.61      tedu      218: <hr>
                    219:
1.1       deraadt   220: </body>
                    221: </html>