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

Annotation of www/errata.html, Revision 1.532

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