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

Annotation of www/errata.html, Revision 1.526

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.468     henning    57: <a name="all"></a>
                     58: <h3><font color="#e00000">All architectures</font></h3>
1.25      deraadt    59: <ul>
1.523     mcbride    60: <li><a name="rtt"></a>
1.525     brad       61: <font color="#009000"><strong>010: RELIABILITY FIX: January 11, 2005</strong></font><br>
1.523     mcbride    62: A bug in the
                     63: <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    64: stack allows an invalid argument to be used in calculating the TCP
1.523     mcbride    65: retransmit timeout. By sending packets with specific values in the TCP
                     66: timestamp option, an attacker can cause a system panic.
                     67: <br>
                     68: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/010_rtt.patch">
                     69: A source code patch exists which remedies this problem</a>.<br>
                     70: <p>
                     71:
1.525     brad       72: <li><a name="httpd"></a>
                     73: <font color="#009000"><strong>009: SECURITY FIX: January 12, 2005</strong></font><br>
                     74: <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>
                     75: 's mod_include module fails to properly validate the length of
                     76: user supplied tag strings prior to copying them to a local buffer,
                     77: causing a buffer overflow.
                     78: <br>
                     79: This would require enabling the XBitHack directive or server-side
                     80: includes and making use of a malicious document.
                     81: <br>
                     82: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/009_httpd.patch">
                     83: A source code patch exists which remedies this problem</a>.<br>
                     84: <p>
                     85:
1.521     otto       86: <li><a name="getcwd"></a>
1.522     otto       87: <font color="#009000"><strong>008: RELIABILITY FIX: January 6, 2005</strong></font><br>
1.521     otto       88: The
                     89: <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>
                     90: library function contains a memory management error, which causes failure
                     91: to retrieve the current working directory if the path is very long.
                     92: <br>
                     93: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/008_getcwd.patch">
                     94: A source code patch exists which remedies this problem</a>.<br>
                     95: <p>
                     96:
1.520     markus     97: <li><a name="pfkey"></a>
                     98: <font color="#009000"><strong>007: SECURITY FIX: December 14, 2004</strong></font><br>
                     99: On systems running
                    100: <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>
                    101: it is possible for a local user to cause kernel memory corruption
                    102: and system panic by setting
                    103: <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>
                    104: credentials on a socket.
                    105: <br>
                    106: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/007_pfkey.patch">
                    107: A source code patch exists which remedies this problem</a>.<br>
                    108: <p>
1.521     otto      109:
1.518     brad      110: <li><a name="xl"></a>
                    111: <font color="#009000"><strong>006: RELIABILITY FIX: November 21, 2004</strong></font><br>
                    112: Fix for transmit side breakage on macppc and mbuf leaks with
1.519     otto      113: <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      114: <br>
                    115: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/006_xl.patch">
                    116: A source code patch exists which remedies this problem</a>.<br>
                    117: <p>
                    118: <li><a name="isakmpd"></a>
                    119: <font color="#009000"><strong>005: RELIABILITY FIX: November 21, 2004</strong></font><br>
                    120: Wrong calculation of NAT-D payloads may cause interoperability problems between
                    121: <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>
                    122: and other ISAKMP/IKE implementations.
                    123: <br>
                    124: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/005_isakmpd.patch">
                    125: A source code patch exists which remedies this problem</a>.<br>
                    126: <p>
1.515     brad      127: <li><a name="lynx"></a>
                    128: <font color="#009000"><strong>004: RELIABILITY FIX: November 10, 2004</strong></font><br>
                    129: Due to a bug in
                    130: <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>
                    131: it is possible for pages such as
                    132: <a href="http://lcamtuf.coredump.cx/mangleme/gallery/lynx_die1.html">this</a>
                    133: to cause
                    134: <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>
                    135: to exhaust memory and then crash when parsing such pages.
                    136: <br>
                    137: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/004_lynx.patch">
                    138: A source code patch exists which remedies this problem</a>.<br>
                    139: <p>
1.513     brad      140: <li><a name="pppd"></a>
1.514     brad      141: <font color="#009000"><strong>003: RELIABILITY FIX: November 10, 2004</strong></font><br>
1.513     brad      142: <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>
                    143: contains a bug that allows an attacker to crash his own connection, but it cannot
                    144: be used to deny service to other users.
                    145: <br>
                    146: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/003_pppd.patch">
                    147: A source code patch exists which remedies this problem</a>.<br>
                    148: <p>
                    149: <li><a name="bind"></a>
1.514     brad      150: <font color="#009000"><strong>002: RELIABILITY FIX: November 10, 2004</strong></font><br>
1.513     brad      151: BIND contains a bug which results in BIND trying to contact nameservers via IPv6, even in
1.516     otto      152: cases where IPv6 connectivity is non-existent. This results in unneccessary timeouts and
1.513     brad      153: thus slow DNS queries.
                    154: <br>
                    155: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/002_bind.patch">
                    156: A source code patch exists which remedies this problem</a>.<br>
                    157: <p>
                    158: <li><a name="st"></a>
1.514     brad      159: <font color="#009000"><strong>001: RELIABILITY FIX: November 10, 2004</strong></font><br>
1.513     brad      160: Fix detection of tape blocksize during device open. Corrects problem with
1.517     krw       161: <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      162: <br>
                    163: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/001_st.patch">
                    164: A source code patch exists which remedies this problem</a>.<br>
                    165: <p>
1.323     deraadt   166: </ul>
1.512     miod      167:
1.285     deraadt   168: <p>
1.468     henning   169: <a name="alpha"></a>
                    170: <h3><font color="#e00000">alpha</font></h3>
1.323     deraadt   171: <ul>
                    172: <li>No problems identified yet.
1.39      deraadt   173: </ul>
1.155     deraadt   174: <p>
1.483     deraadt   175: <a name="amd64"></a>
                    176: <h3><font color="#e00000">amd64</font></h3>
                    177: <ul>
                    178: <li>No problems identified yet.
                    179: </ul>
                    180: <p>
                    181: <a name="cats"></a>
                    182: <h3><font color="#e00000">cats</font></h3>
                    183: <ul>
                    184: <li>No problems identified yet.
                    185: </ul>
                    186: <p>
1.512     miod      187: <a name="hp300"></a>
                    188: <h3><font color="#e00000">hp300</font></h3>
                    189: <ul>
                    190: <li>No problems identified yet.
                    191: </ul>
                    192: <p>
                    193: <a name="hppa"></a>
                    194: <h3><font color="#e00000">hppa</font></h3>
1.39      deraadt   195: <ul>
1.323     deraadt   196: <li>No problems identified yet.
1.25      deraadt   197: </ul>
1.155     deraadt   198: <p>
1.512     miod      199: <a name="i386"></a>
                    200: <h3><font color="#e00000">i386</font></h3>
1.25      deraadt   201: <ul>
1.526   ! brad      202: <li><a name="locore"></a>
        !           203: <font color="#009000"><strong>011: SECURITY FIX: February 28, 2005</strong></font><br>
        !           204: More stringent checking should be done in the
        !           205: <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>
        !           206: functions to prevent their misuse.
        !           207: <br>
        !           208: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/i386/011_locore.patch">
        !           209: A source code patch exists which remedies this problem</a>.<br>
        !           210: <p>
1.39      deraadt   211: </ul>
1.177     deraadt   212: <p>
1.512     miod      213: <a name="mvme88k"></a>
                    214: <h3><font color="#e00000">luna88k</font></h3>
1.93      deraadt   215: <ul>
1.384     deraadt   216: <li>No problems identified yet.
1.25      deraadt   217: </ul>
1.155     deraadt   218: <p>
1.512     miod      219: <a name="mac68k"></a>
                    220: <h3><font color="#e00000">mac68k</font></h3>
1.25      deraadt   221: <ul>
1.281     deraadt   222: <li>No problems identified yet.
1.25      deraadt   223: </ul>
1.155     deraadt   224: <p>
1.512     miod      225: <a name="macppc"></a>
                    226: <h3><font color="#e00000">macppc</font></h3>
1.59      deraadt   227: <ul>
1.323     deraadt   228: <li>No problems identified yet.
1.59      deraadt   229: </ul>
1.155     deraadt   230: <p>
1.468     henning   231: <a name="mvme68k"></a>
                    232: <h3><font color="#e00000">mvme68k</font></h3>
1.56      deraadt   233: <ul>
1.323     deraadt   234: <li>No problems identified yet.
1.56      deraadt   235: </ul>
1.155     deraadt   236: <p>
1.483     deraadt   237: <a name="mvme88k"></a>
1.484     deraadt   238: <h3><font color="#e00000">mvme88k</font></h3>
1.483     deraadt   239: <ul>
                    240: <li>No problems identified yet.
                    241: </ul>
                    242: <p>
1.512     miod      243: <a name="sparc"></a>
                    244: <h3><font color="#e00000">sparc</font></h3>
1.110     millert   245: <ul>
1.512     miod      246: <li>No problems identified yet.
                    247: </ul>
1.485     deraadt   248: <p>
1.512     miod      249: <a name="sparc64"></a>
                    250: <h3><font color="#e00000">sparc64</font></h3>
                    251: <ul>
                    252: <li>No problems identified yet.
1.385     hugh      253: </ul>
1.386     hugh      254: <p>
1.468     henning   255: <a name="vax"></a>
                    256: <h3><font color="#e00000">vax</font></h3>
1.25      deraadt   257: <ul>
1.232     deraadt   258: <li>No problems identified yet.
1.25      deraadt   259: </ul>
1.144     deraadt   260:
1.25      deraadt   261: <br>
1.75      deraadt   262:
1.25      deraadt   263: <hr>
1.240     jason     264: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.381     espie     265: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.418     deraadt   266: <br>
1.419     deraadt   267: For errata on a certain release, click below:<br>
1.418     deraadt   268: <a href="errata21.html">2.1</a>,
                    269: <a href="errata22.html">2.2</a>,
                    270: <a href="errata23.html">2.3</a>,
                    271: <a href="errata24.html">2.4</a>,
                    272: <a href="errata25.html">2.5</a>,
                    273: <a href="errata26.html">2.6</a>,
                    274: <a href="errata27.html">2.7</a>,
                    275: <a href="errata28.html">2.8</a>,
                    276: <a href="errata29.html">2.9</a>,
                    277: <a href="errata30.html">3.0</a>,
1.440     deraadt   278: <a href="errata31.html">3.1</a>,
1.458     david     279: <a href="errata32.html">3.2</a>,
1.482     deraadt   280: <a href="errata33.html">3.3</a>,
1.512     miod      281: <a href="errata34.html">3.4</a>,
                    282: <a href="errata35.html">3.5</a>.
1.418     deraadt   283: <br>
                    284:
1.2       deraadt   285: <hr>
1.186     deraadt   286: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.435     naddy     287: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.526   ! brad      288: <br><small>$OpenBSD: errata.html,v 1.525 2005/01/12 15:08:02 brad Exp $</small>
1.2       deraadt   289:
                    290: </body>
                    291: </html>