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

Annotation of www/errata.html, Revision 1.528

1.435     naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
1.512     miod        4: <title>OpenBSD 3.6 errata</title>
1.435     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.475     nick       10: <meta name="copyright" content="This document copyright 1997-2004 by OpenBSD.">
1.468     henning    11: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1.1       deraadt    12: </head>
                     13:
1.477     david      14: <body bgcolor="#ffffff" text="#000000" link="#23238E">
1.1       deraadt    15:
1.394     jsyn       16: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.435     naddy      17: <h2><font color="#0000e0">
1.512     miod       18: This is the OpenBSD 3.6 release errata &amp; patch list:
1.94      deraadt    19:
1.96      deraadt    20: </font></h2>
                     21:
1.94      deraadt    22: <hr>
1.240     jason      23: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.380     espie      24: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.418     deraadt    25: <br>
1.419     deraadt    26: For errata on a certain release, click below:<br>
1.418     deraadt    27: <a href="errata21.html">2.1</a>,
                     28: <a href="errata22.html">2.2</a>,
                     29: <a href="errata23.html">2.3</a>,
                     30: <a href="errata24.html">2.4</a>,
                     31: <a href="errata25.html">2.5</a>,
                     32: <a href="errata26.html">2.6</a>,
                     33: <a href="errata27.html">2.7</a>,
                     34: <a href="errata28.html">2.8</a>,
                     35: <a href="errata29.html">2.9</a>,
                     36: <a href="errata30.html">3.0</a>,
1.440     deraadt    37: <a href="errata31.html">3.1</a>,
1.458     david      38: <a href="errata32.html">3.2</a>,
1.482     deraadt    39: <a href="errata33.html">3.3</a>,
1.512     miod       40: <a href="errata34.html">3.4</a>,
                     41: <a href="errata35.html">3.5</a>.
1.418     deraadt    42: <br>
1.94      deraadt    43: <hr>
                     44:
1.512     miod       45: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6.tar.gz">
1.142     deraadt    46: You can also fetch a tar.gz file containing all the following patches</a>.
                     47: This file is updated once a day.
                     48:
1.240     jason      49: <p> The patches below are available in CVS via the
1.512     miod       50: <code>OPENBSD_3_6</code> <a href="stable.html">patch branch</a>.
1.278     ericj      51:
                     52: <p>
1.420     deraadt    53: For more detailed information on how to install patches to OpenBSD, please
1.409     jufi       54: consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
1.142     deraadt    55: <hr>
                     56:
1.527     tom        57: <!-- Temporarily put anchors for all archs here.  Remove later. -->
1.468     henning    58: <a name="all"></a>
1.527     tom        59: <a name="alpha"></a>
                     60: <a name="amd64"></a>
                     61: <a name="cats"></a>
                     62: <a name="hp300"></a>
                     63: <a name="hppa"></a>
                     64: <a name="i386"></a>
                     65: <a name="mvme88k"></a>
                     66: <a name="mac68k"></a>
                     67: <a name="macppc"></a>
                     68: <a name="mvme68k"></a>
                     69: <a name="mvme88k"></a>
                     70: <a name="sparc"></a>
                     71: <a name="sparc64"></a>
                     72: <a name="vax"></a>
1.25      deraadt    73: <ul>
1.528   ! brad       74:
        !            75: <li><a name="copy"></a>
        !            76: <font color="#009000"><strong>012: SECURITY FIX: March 16, 2005</strong></font> &nbsp; <strong>amd64 only</strong><br>
        !            77: More stringent checking should be done in the
        !            78: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=copy&amp;apropos=0&amp;sektion=9&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">copy(9)</a>
        !            79: functions to prevent their misuse.
        !            80: <br>
        !            81: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/amd64/012_copy.patch">
        !            82: A source code patch exists which remedies this problem</a>.<br>
        !            83: <p>
        !            84:
1.527     tom        85: <li><a name="locore"></a>
                     86: <font color="#009000"><strong>011: SECURITY FIX: February 28, 2005</strong></font> &nbsp; <strong>i386 only</strong><br>
                     87: More stringent checking should be done in the
                     88: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=copy&amp;apropos=0&amp;sektion=9&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">copy(9)</a>
                     89: functions to prevent their misuse.
                     90: <br>
                     91: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/i386/011_locore.patch">
                     92: A source code patch exists which remedies this problem</a>.<br>
                     93: <p>
                     94:
1.523     mcbride    95: <li><a name="rtt"></a>
1.527     tom        96: <font color="#009000"><strong>010: RELIABILITY FIX: January 11, 2005</strong></font> &nbsp; <i>All architectures</i><br>
1.523     mcbride    97: A bug in the
                     98: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcp&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">tcp(4)</a>
1.524     mcbride    99: stack allows an invalid argument to be used in calculating the TCP
1.523     mcbride   100: retransmit timeout. By sending packets with specific values in the TCP
                    101: timestamp option, an attacker can cause a system panic.
                    102: <br>
                    103: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/010_rtt.patch">
                    104: A source code patch exists which remedies this problem</a>.<br>
                    105: <p>
                    106:
1.525     brad      107: <li><a name="httpd"></a>
1.527     tom       108: <font color="#009000"><strong>009: SECURITY FIX: January 12, 2005</strong></font> &nbsp; <i>All architectures</i><br>
1.525     brad      109: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&apropos=0&sektion=8&manpath=OpenBSD+Current&arch=i386&format=html">httpd(8)</a>
                    110: 's mod_include module fails to properly validate the length of
                    111: user supplied tag strings prior to copying them to a local buffer,
                    112: causing a buffer overflow.
                    113: <br>
                    114: This would require enabling the XBitHack directive or server-side
                    115: includes and making use of a malicious document.
                    116: <br>
                    117: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/009_httpd.patch">
                    118: A source code patch exists which remedies this problem</a>.<br>
                    119: <p>
                    120:
1.521     otto      121: <li><a name="getcwd"></a>
1.527     tom       122: <font color="#009000"><strong>008: RELIABILITY FIX: January 6, 2005</strong></font> &nbsp; <i>All architectures</i><br>
1.521     otto      123: The
                    124: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getcwd&amp;apropos=0&amp;sektion=3&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">getcwd(3)</a>
                    125: library function contains a memory management error, which causes failure
                    126: to retrieve the current working directory if the path is very long.
                    127: <br>
                    128: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/008_getcwd.patch">
                    129: A source code patch exists which remedies this problem</a>.<br>
                    130: <p>
                    131:
1.520     markus    132: <li><a name="pfkey"></a>
1.527     tom       133: <font color="#009000"><strong>007: SECURITY FIX: December 14, 2004</strong></font> &nbsp; <i>All architectures</i><br>
1.520     markus    134: On systems running
                    135: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;apropos=0&amp;sektion=8&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">isakmpd(8)</a>
                    136: it is possible for a local user to cause kernel memory corruption
                    137: and system panic by setting
                    138: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp&amp;format=html">ipsec(4)</a>
                    139: credentials on a socket.
                    140: <br>
                    141: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/007_pfkey.patch">
                    142: A source code patch exists which remedies this problem</a>.<br>
                    143: <p>
1.521     otto      144:
1.518     brad      145: <li><a name="xl"></a>
1.527     tom       146: <font color="#009000"><strong>006: RELIABILITY FIX: November 21, 2004</strong></font> &nbsp; <i>All architectures</i><br>
1.518     brad      147: Fix for transmit side breakage on macppc and mbuf leaks with
1.519     otto      148: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&amp;apropos=0&amp;sektion=4&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">xl(4)</a>.
1.518     brad      149: <br>
                    150: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/006_xl.patch">
                    151: A source code patch exists which remedies this problem</a>.<br>
                    152: <p>
1.527     tom       153:
1.518     brad      154: <li><a name="isakmpd"></a>
1.527     tom       155: <font color="#009000"><strong>005: RELIABILITY FIX: November 21, 2004</strong></font> &nbsp; <i>All architectures</i><br>
1.518     brad      156: Wrong calculation of NAT-D payloads may cause interoperability problems between
                    157: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&amp;apropos=0&amp;sektion=8&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">isakmpd(8)</a>
                    158: and other ISAKMP/IKE implementations.
                    159: <br>
                    160: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/005_isakmpd.patch">
                    161: A source code patch exists which remedies this problem</a>.<br>
1.527     tom       162:
1.518     brad      163: <p>
1.515     brad      164: <li><a name="lynx"></a>
1.527     tom       165: <font color="#009000"><strong>004: RELIABILITY FIX: November 10, 2004</strong></font> &nbsp; <i>All architectures</i><br>
1.515     brad      166: Due to a bug in
                    167: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">lynx(1)</a>
                    168: it is possible for pages such as
                    169: <a href="http://lcamtuf.coredump.cx/mangleme/gallery/lynx_die1.html">this</a>
                    170: to cause
                    171: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&amp;apropos=0&amp;sektion=1&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">lynx(1)</a>
                    172: to exhaust memory and then crash when parsing such pages.
                    173: <br>
                    174: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/004_lynx.patch">
                    175: A source code patch exists which remedies this problem</a>.<br>
                    176: <p>
1.527     tom       177:
1.513     brad      178: <li><a name="pppd"></a>
1.527     tom       179: <font color="#009000"><strong>003: RELIABILITY FIX: November 10, 2004</strong></font> &nbsp; <i>All architectures</i><br>
1.513     brad      180: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pppd&amp;apropos=0&amp;sektion=8&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">pppd(8)</a>
                    181: contains a bug that allows an attacker to crash his own connection, but it cannot
                    182: be used to deny service to other users.
                    183: <br>
                    184: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/003_pppd.patch">
                    185: A source code patch exists which remedies this problem</a>.<br>
                    186: <p>
1.527     tom       187:
1.513     brad      188: <li><a name="bind"></a>
1.527     tom       189: <font color="#009000"><strong>002: RELIABILITY FIX: November 10, 2004</strong></font> &nbsp; <i>All architectures</i><br>
1.513     brad      190: BIND contains a bug which results in BIND trying to contact nameservers via IPv6, even in
1.516     otto      191: cases where IPv6 connectivity is non-existent. This results in unneccessary timeouts and
1.513     brad      192: thus slow DNS queries.
                    193: <br>
                    194: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/002_bind.patch">
                    195: A source code patch exists which remedies this problem</a>.<br>
                    196: <p>
1.527     tom       197:
1.513     brad      198: <li><a name="st"></a>
1.527     tom       199: <font color="#009000"><strong>001: RELIABILITY FIX: November 10, 2004</strong></font> &nbsp; <i>All architectures</i><br>
1.513     brad      200: Fix detection of tape blocksize during device open. Corrects problem with
1.517     krw       201: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=restore&amp;apropos=0&amp;sektion=8&amp;manpath=OpenBSD+Current&amp;arch=i386&amp;format=html">restore(8)</a>.
1.513     brad      202: <br>
                    203: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/001_st.patch">
                    204: A source code patch exists which remedies this problem</a>.<br>
                    205: <p>
1.323     deraadt   206: </ul>
1.512     miod      207:
1.25      deraadt   208: <br>
1.75      deraadt   209:
1.25      deraadt   210: <hr>
1.240     jason     211: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.381     espie     212: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.418     deraadt   213: <br>
1.419     deraadt   214: For errata on a certain release, click below:<br>
1.418     deraadt   215: <a href="errata21.html">2.1</a>,
                    216: <a href="errata22.html">2.2</a>,
                    217: <a href="errata23.html">2.3</a>,
                    218: <a href="errata24.html">2.4</a>,
                    219: <a href="errata25.html">2.5</a>,
                    220: <a href="errata26.html">2.6</a>,
                    221: <a href="errata27.html">2.7</a>,
                    222: <a href="errata28.html">2.8</a>,
                    223: <a href="errata29.html">2.9</a>,
                    224: <a href="errata30.html">3.0</a>,
1.440     deraadt   225: <a href="errata31.html">3.1</a>,
1.458     david     226: <a href="errata32.html">3.2</a>,
1.482     deraadt   227: <a href="errata33.html">3.3</a>,
1.512     miod      228: <a href="errata34.html">3.4</a>,
                    229: <a href="errata35.html">3.5</a>.
1.418     deraadt   230: <br>
                    231:
1.2       deraadt   232: <hr>
1.186     deraadt   233: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.435     naddy     234: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.528   ! brad      235: <br><small>$OpenBSD: errata.html,v 1.527 2005/03/08 10:09:00 tom Exp $</small>
1.2       deraadt   236:
                    237: </body>
                    238: </html>