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

Annotation of www/errata.html, Revision 1.562

1.435     naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
1.549     deraadt     4: <title>OpenBSD 3.9 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.549     deraadt    18: This is the OpenBSD 3.9 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>,
1.534     deraadt    41: <a href="errata35.html">3.5</a>,
1.542     deraadt    42: <a href="errata36.html">3.6</a>,
1.549     deraadt    43: <a href="errata37.html">3.7</a>,
                     44: <a href="errata38.html">3.8</a>.
1.418     deraadt    45: <br>
1.94      deraadt    46: <hr>
                     47:
1.549     deraadt    48: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.9.tar.gz">
1.142     deraadt    49: You can also fetch a tar.gz file containing all the following patches</a>.
                     50: This file is updated once a day.
                     51:
1.240     jason      52: <p> The patches below are available in CVS via the
1.551     otto       53: <code>OPENBSD_3_9</code> <a href="stable.html">patch branch</a>.
1.278     ericj      54:
                     55: <p>
1.420     deraadt    56: For more detailed information on how to install patches to OpenBSD, please
1.409     jufi       57: consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
1.142     deraadt    58: <hr>
                     59:
1.536     brad       60: <!-- Temporarily put anchors for all archs here.  Remove later. -->
                     61: <a name="all"></a>
                     62: <a name="alpha"></a>
                     63: <a name="amd64"></a>
                     64: <a name="cats"></a>
                     65: <a name="hp300"></a>
                     66: <a name="hppa"></a>
                     67: <a name="i386"></a>
                     68: <a name="mvme88k"></a>
                     69: <a name="mac68k"></a>
                     70: <a name="macppc"></a>
                     71: <a name="mvme68k"></a>
                     72: <a name="mvme88k"></a>
                     73: <a name="sparc"></a>
                     74: <a name="sparc64"></a>
                     75: <a name="vax"></a>
                     76: <ul>
                     77:
1.562   ! brad       78: <li><a name="bind"></a>
        !            79: <font color="#009000"><strong>010: SECURITY FIX: September 8, 2006</strong></font> &nbsp; <i>All architectures</i><br>
        !            80: Two Denial of Service issues have been found with BIND.
        !            81: An attacker who can perform recursive lookups on a DNS server and is able
        !            82: to send a sufficiently large number of recursive queries, or is able to
        !            83: get the DNS server to return more than one SIG(covered) RRsets can stop
        !            84: the functionality of the DNS service.
        !            85: An attacker querying an authoritative DNS server serving a RFC 2535
        !            86: DNSSEC zone may be able to crash the DNS server.
        !            87: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4095">CVE-2006-4095</a>
        !            88: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4096">CVE-2006-4096</a>
        !            89: <br>
        !            90: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.9/common/010_bind.patch">
        !            91: A source code patch exists which remedies this problem</a>.<br>
        !            92: <p>
        !            93:
1.561     brad       94: <li><a name="sppp"></a>
                     95: <font color="#009000"><strong>009: SECURITY FIX: September 2, 2006</strong></font> &nbsp; <i>All architectures</i><br>
                     96: Due to the failure to correctly validate LCP configuration option lengths,
                     97: it is possible for an attacker to send LCP packets via an
                     98: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sppp&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=i386&format=html">sppp(4)</a>
                     99: connection causing the kernel to panic.
                    100: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4304">CVE-2006-4304</a>
                    101: <br>
                    102: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.9/common/009_sppp.patch">
                    103: A source code patch exists which remedies this problem</a>.<br>
                    104: <p>
                    105:
1.560     brad      106: <li><a name="isakmpd"></a>
                    107: <font color="#009000"><strong>008: SECURITY FIX: August 25, 2006</strong></font> &nbsp; <i>All architectures</i><br>
                    108: A problem in
                    109: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&apropos=0&sektion=8&manpath=OpenBSD+Current&arch=i386&format=html">isakmpd(8)</a>
                    110: caused IPsec to run partly without replay protection. If
                    111: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isakmpd&apropos=0&sektion=8&manpath=OpenBSD+Current&arch=i386&format=html">isakmpd(8)</a>
                    112: was acting as responder during SA negotiation, SA's with a replay window of size 0 were created.
                    113: An attacker could reinject sniffed IPsec packets, which will be accepted without checking the
                    114: replay counter.
                    115: <br>
                    116: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.9/common/008_isakmpd.patch">
                    117: A source code patch exists which remedies this problem</a>.<br>
                    118: <p>
                    119:
                    120: <li><a name="sem"></a>
                    121: <font color="#009000"><strong>007: SECURITY FIX: August 25, 2006</strong></font> &nbsp; <i>All architectures</i><br>
                    122: It is possible to cause the kernel to panic when more than the default number of
                    123: sempahores have been allocated.
                    124: <br>
                    125: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.9/common/007_sem.patch">
                    126: A source code patch exists which remedies this problem</a>.<br>
                    127: <p>
                    128:
                    129: <li><a name="dhcpd"></a>
                    130: <font color="#009000"><strong>006: SECURITY FIX: August 25, 2006</strong></font> &nbsp; <i>All architectures</i><br>
                    131: Due to an off-by-one error in
                    132: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&apropos=0&sektion=8&manpath=OpenBSD+Current&arch=i386&format=html">dhcpd(8)</a>,
                    133: it is possible to cause
                    134: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&apropos=0&sektion=8&manpath=OpenBSD+Current&arch=i386&format=html">dhcpd(8)</a>
                    135: to exit by sending a DHCPDISCOVER packet with a 32-byte client identifier option.
                    136: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3122">CVE-2006-3122</a>
                    137: <br>
                    138: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.9/common/006_dhcpd.patch">
                    139: A source code patch exists which remedies this problem</a>.<br>
                    140: <p>
                    141:
                    142: <li><a name="sendmail3"></a>
                    143: <font color="#009000"><strong>005: SECURITY FIX: August 25, 2006</strong></font> &nbsp; <i>All architectures</i><br>
                    144: A potential denial of service problem has been found in sendmail. A message
                    145: with really long header lines could trigger a use-after-free bug causing
                    146: sendmail to crash.
                    147: <br>
                    148: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.9/common/005_sendmail3.patch">
                    149: A source code patch exists which remedies this problem</a>.<br>
                    150: <p>
                    151:
1.559     brad      152: <li><a name="httpd"></a>
                    153: <font color="#009000"><strong>004: SECURITY FIX: July 30, 2006</strong></font> &nbsp; <i>All architectures</i><br>
                    154: <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>
                    155: 's mod_rewrite has a potentially exploitable off-by-one buffer overflow.
                    156: The buffer overflow may result in a vulnerability which, in combination
                    157: with certain types of Rewrite rules in the web server configuration files,
                    158: could be triggered remotely. The default install is not affected by the
                    159: buffer overflow. CVE-2006-3747
                    160: <br>
                    161: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.9/common/004_httpd.patch">
                    162: A source code patch exists which remedies this problem</a>.<br>
                    163: <p>
                    164:
1.558     brad      165: <li><a name="sendmail2"></a>
                    166: <font color="#009000"><strong>003: SECURITY FIX: June 15, 2006</strong></font> &nbsp; <i>All architectures</i><br>
                    167: A potential denial of service problem has been found in sendmail. A malformed MIME
                    168: message could trigger excessive recursion which will lead to stack exhaustion.
                    169: This denial of service attack only affects delivery of mail from the queue and
                    170: delivery of a malformed message. Other incoming mail is still accepted and
                    171: delivered. However, mail messages in the queue may not be reattempted if a
                    172: malformed MIME message exists.
                    173: <br>
                    174: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.9/common/003_sendmail2.patch">
                    175: A source code patch exists which remedies this problem</a>.<br>
                    176: <p>
                    177:
1.554     brad      178: <li><a name="xorg"></a>
                    179: <font color="#009000"><strong>002: SECURITY FIX: May 2, 2006</strong></font> &nbsp; <i>All architectures</i><br>
                    180: A security vulnerability has been found in the X.Org server --
                    181: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1526">CVE-2006-1526</a>.
                    182: Clients authorized to connect to the X server are able to crash it and to execute
                    183: malicious code within the X server.
                    184: <br>
1.556     steven    185: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.9/common/002_xorg.patch">
1.554     brad      186: A source code patch exists which remedies this problem</a>.<br>
1.556     steven    187: <p>
1.554     brad      188:
1.552     brad      189: <li><a name="sendmail"></a>
1.553     uwe       190: <font color="#009000"><strong>001: SECURITY FIX: March 25, 2006</strong></font> &nbsp; <i>All architectures</i><br>
1.552     brad      191: A race condition has been reported to exist in the handling by sendmail of
                    192: asynchronous signals. A remote attacker may be able to execute arbitrary code with the
1.557     brad      193: privileges of the user running sendmail, typically root. This is the second revision of
                    194: this patch.
1.552     brad      195: <br>
                    196: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.9/common/001_sendmail.patch">
                    197: A source code patch exists which remedies this problem</a>.<br>
                    198: <p>
1.323     deraadt   199: </ul>
1.512     miod      200:
1.25      deraadt   201: <br>
1.75      deraadt   202:
1.25      deraadt   203: <hr>
1.240     jason     204: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.381     espie     205: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.418     deraadt   206: <br>
1.419     deraadt   207: For errata on a certain release, click below:<br>
1.418     deraadt   208: <a href="errata21.html">2.1</a>,
                    209: <a href="errata22.html">2.2</a>,
                    210: <a href="errata23.html">2.3</a>,
                    211: <a href="errata24.html">2.4</a>,
                    212: <a href="errata25.html">2.5</a>,
                    213: <a href="errata26.html">2.6</a>,
                    214: <a href="errata27.html">2.7</a>,
                    215: <a href="errata28.html">2.8</a>,
                    216: <a href="errata29.html">2.9</a>,
                    217: <a href="errata30.html">3.0</a>,
1.440     deraadt   218: <a href="errata31.html">3.1</a>,
1.458     david     219: <a href="errata32.html">3.2</a>,
1.482     deraadt   220: <a href="errata33.html">3.3</a>,
1.512     miod      221: <a href="errata34.html">3.4</a>,
1.534     deraadt   222: <a href="errata35.html">3.5</a>,
1.542     deraadt   223: <a href="errata36.html">3.6</a>,
1.549     deraadt   224: <a href="errata37.html">3.7</a>,
                    225: <a href="errata38.html">3.8</a>.
1.418     deraadt   226: <br>
                    227:
1.2       deraadt   228: <hr>
1.186     deraadt   229: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.435     naddy     230: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.562   ! brad      231: <br><small>$OpenBSD: errata.html,v 1.561 2006/09/02 23:58:06 brad Exp $</small>
1.2       deraadt   232:
                    233: </body>
                    234: </html>