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

Annotation of www/errata.html, Revision 1.523

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