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

Annotation of www/errata.html, Revision 1.527

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.527   ! tom        74: <li><a name="locore"></a>
        !            75: <font color="#009000"><strong>011: SECURITY FIX: February 28, 2005</strong></font> &nbsp; <strong>i386 only</strong><br>
        !            76: More stringent checking should be done in the
        !            77: <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>
        !            78: functions to prevent their misuse.
        !            79: <br>
        !            80: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/i386/011_locore.patch">
        !            81: A source code patch exists which remedies this problem</a>.<br>
        !            82: <p>
        !            83:
1.523     mcbride    84: <li><a name="rtt"></a>
1.527   ! tom        85: <font color="#009000"><strong>010: RELIABILITY FIX: January 11, 2005</strong></font> &nbsp; <i>All architectures</i><br>
1.523     mcbride    86: A bug in the
                     87: <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    88: stack allows an invalid argument to be used in calculating the TCP
1.523     mcbride    89: retransmit timeout. By sending packets with specific values in the TCP
                     90: timestamp option, an attacker can cause a system panic.
                     91: <br>
                     92: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/010_rtt.patch">
                     93: A source code patch exists which remedies this problem</a>.<br>
                     94: <p>
                     95:
1.525     brad       96: <li><a name="httpd"></a>
1.527   ! tom        97: <font color="#009000"><strong>009: SECURITY FIX: January 12, 2005</strong></font> &nbsp; <i>All architectures</i><br>
1.525     brad       98: <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>
                     99: 's mod_include module fails to properly validate the length of
                    100: user supplied tag strings prior to copying them to a local buffer,
                    101: causing a buffer overflow.
                    102: <br>
                    103: This would require enabling the XBitHack directive or server-side
                    104: includes and making use of a malicious document.
                    105: <br>
                    106: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/009_httpd.patch">
                    107: A source code patch exists which remedies this problem</a>.<br>
                    108: <p>
                    109:
1.521     otto      110: <li><a name="getcwd"></a>
1.527   ! tom       111: <font color="#009000"><strong>008: RELIABILITY FIX: January 6, 2005</strong></font> &nbsp; <i>All architectures</i><br>
1.521     otto      112: The
                    113: <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>
                    114: library function contains a memory management error, which causes failure
                    115: to retrieve the current working directory if the path is very long.
                    116: <br>
                    117: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/008_getcwd.patch">
                    118: A source code patch exists which remedies this problem</a>.<br>
                    119: <p>
                    120:
1.520     markus    121: <li><a name="pfkey"></a>
1.527   ! tom       122: <font color="#009000"><strong>007: SECURITY FIX: December 14, 2004</strong></font> &nbsp; <i>All architectures</i><br>
1.520     markus    123: On systems running
                    124: <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>
                    125: it is possible for a local user to cause kernel memory corruption
                    126: and system panic by setting
                    127: <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>
                    128: credentials on a socket.
                    129: <br>
                    130: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/007_pfkey.patch">
                    131: A source code patch exists which remedies this problem</a>.<br>
                    132: <p>
1.521     otto      133:
1.518     brad      134: <li><a name="xl"></a>
1.527   ! tom       135: <font color="#009000"><strong>006: RELIABILITY FIX: November 21, 2004</strong></font> &nbsp; <i>All architectures</i><br>
1.518     brad      136: Fix for transmit side breakage on macppc and mbuf leaks with
1.519     otto      137: <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      138: <br>
                    139: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/006_xl.patch">
                    140: A source code patch exists which remedies this problem</a>.<br>
                    141: <p>
1.527   ! tom       142:
1.518     brad      143: <li><a name="isakmpd"></a>
1.527   ! tom       144: <font color="#009000"><strong>005: RELIABILITY FIX: November 21, 2004</strong></font> &nbsp; <i>All architectures</i><br>
1.518     brad      145: Wrong calculation of NAT-D payloads may cause interoperability problems between
                    146: <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>
                    147: and other ISAKMP/IKE implementations.
                    148: <br>
                    149: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/005_isakmpd.patch">
                    150: A source code patch exists which remedies this problem</a>.<br>
1.527   ! tom       151:
1.518     brad      152: <p>
1.515     brad      153: <li><a name="lynx"></a>
1.527   ! tom       154: <font color="#009000"><strong>004: RELIABILITY FIX: November 10, 2004</strong></font> &nbsp; <i>All architectures</i><br>
1.515     brad      155: Due to a bug in
                    156: <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>
                    157: it is possible for pages such as
                    158: <a href="http://lcamtuf.coredump.cx/mangleme/gallery/lynx_die1.html">this</a>
                    159: to cause
                    160: <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>
                    161: to exhaust memory and then crash when parsing such pages.
                    162: <br>
                    163: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/004_lynx.patch">
                    164: A source code patch exists which remedies this problem</a>.<br>
                    165: <p>
1.527   ! tom       166:
1.513     brad      167: <li><a name="pppd"></a>
1.527   ! tom       168: <font color="#009000"><strong>003: RELIABILITY FIX: November 10, 2004</strong></font> &nbsp; <i>All architectures</i><br>
1.513     brad      169: <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>
                    170: contains a bug that allows an attacker to crash his own connection, but it cannot
                    171: be used to deny service to other users.
                    172: <br>
                    173: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/003_pppd.patch">
                    174: A source code patch exists which remedies this problem</a>.<br>
                    175: <p>
1.527   ! tom       176:
1.513     brad      177: <li><a name="bind"></a>
1.527   ! tom       178: <font color="#009000"><strong>002: RELIABILITY FIX: November 10, 2004</strong></font> &nbsp; <i>All architectures</i><br>
1.513     brad      179: BIND contains a bug which results in BIND trying to contact nameservers via IPv6, even in
1.516     otto      180: cases where IPv6 connectivity is non-existent. This results in unneccessary timeouts and
1.513     brad      181: thus slow DNS queries.
                    182: <br>
                    183: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/002_bind.patch">
                    184: A source code patch exists which remedies this problem</a>.<br>
                    185: <p>
1.527   ! tom       186:
1.513     brad      187: <li><a name="st"></a>
1.527   ! tom       188: <font color="#009000"><strong>001: RELIABILITY FIX: November 10, 2004</strong></font> &nbsp; <i>All architectures</i><br>
1.513     brad      189: Fix detection of tape blocksize during device open. Corrects problem with
1.517     krw       190: <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      191: <br>
                    192: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.6/common/001_st.patch">
                    193: A source code patch exists which remedies this problem</a>.<br>
                    194: <p>
1.323     deraadt   195: </ul>
1.512     miod      196:
1.25      deraadt   197: <br>
1.75      deraadt   198:
1.25      deraadt   199: <hr>
1.240     jason     200: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.381     espie     201: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.418     deraadt   202: <br>
1.419     deraadt   203: For errata on a certain release, click below:<br>
1.418     deraadt   204: <a href="errata21.html">2.1</a>,
                    205: <a href="errata22.html">2.2</a>,
                    206: <a href="errata23.html">2.3</a>,
                    207: <a href="errata24.html">2.4</a>,
                    208: <a href="errata25.html">2.5</a>,
                    209: <a href="errata26.html">2.6</a>,
                    210: <a href="errata27.html">2.7</a>,
                    211: <a href="errata28.html">2.8</a>,
                    212: <a href="errata29.html">2.9</a>,
                    213: <a href="errata30.html">3.0</a>,
1.440     deraadt   214: <a href="errata31.html">3.1</a>,
1.458     david     215: <a href="errata32.html">3.2</a>,
1.482     deraadt   216: <a href="errata33.html">3.3</a>,
1.512     miod      217: <a href="errata34.html">3.4</a>,
                    218: <a href="errata35.html">3.5</a>.
1.418     deraadt   219: <br>
                    220:
1.2       deraadt   221: <hr>
1.186     deraadt   222: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.435     naddy     223: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.527   ! tom       224: <br><small>$OpenBSD: errata.html,v 1.526 2005/02/28 19:42:35 brad Exp $</small>
1.2       deraadt   225:
                    226: </body>
                    227: </html>