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

Annotation of www/errata.html, Revision 1.560

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.560   ! brad       78: <li><a name="isakmpd"></a>
        !            79: <font color="#009000"><strong>008: SECURITY FIX: August 25, 2006</strong></font> &nbsp; <i>All architectures</i><br>
        !            80: A problem in
        !            81: <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>
        !            82: caused IPsec to run partly without replay protection. If
        !            83: <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>
        !            84: was acting as responder during SA negotiation, SA's with a replay window of size 0 were created.
        !            85: An attacker could reinject sniffed IPsec packets, which will be accepted without checking the
        !            86: replay counter.
        !            87: <br>
        !            88: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.9/common/008_isakmpd.patch">
        !            89: A source code patch exists which remedies this problem</a>.<br>
        !            90: <p>
        !            91:
        !            92: <li><a name="sem"></a>
        !            93: <font color="#009000"><strong>007: SECURITY FIX: August 25, 2006</strong></font> &nbsp; <i>All architectures</i><br>
        !            94: It is possible to cause the kernel to panic when more than the default number of
        !            95: sempahores have been allocated.
        !            96: <br>
        !            97: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.9/common/007_sem.patch">
        !            98: A source code patch exists which remedies this problem</a>.<br>
        !            99: <p>
        !           100:
        !           101: <li><a name="dhcpd"></a>
        !           102: <font color="#009000"><strong>006: SECURITY FIX: August 25, 2006</strong></font> &nbsp; <i>All architectures</i><br>
        !           103: Due to an off-by-one error in
        !           104: <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>,
        !           105: it is possible to cause
        !           106: <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>
        !           107: to exit by sending a DHCPDISCOVER packet with a 32-byte client identifier option.
        !           108: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3122">CVE-2006-3122</a>
        !           109: <br>
        !           110: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.9/common/006_dhcpd.patch">
        !           111: A source code patch exists which remedies this problem</a>.<br>
        !           112: <p>
        !           113:
        !           114: <li><a name="sendmail3"></a>
        !           115: <font color="#009000"><strong>005: SECURITY FIX: August 25, 2006</strong></font> &nbsp; <i>All architectures</i><br>
        !           116: A potential denial of service problem has been found in sendmail. A message
        !           117: with really long header lines could trigger a use-after-free bug causing
        !           118: sendmail to crash.
        !           119: <br>
        !           120: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.9/common/005_sendmail3.patch">
        !           121: A source code patch exists which remedies this problem</a>.<br>
        !           122: <p>
        !           123:
1.559     brad      124: <li><a name="httpd"></a>
                    125: <font color="#009000"><strong>004: SECURITY FIX: July 30, 2006</strong></font> &nbsp; <i>All architectures</i><br>
                    126: <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>
                    127: 's mod_rewrite has a potentially exploitable off-by-one buffer overflow.
                    128: The buffer overflow may result in a vulnerability which, in combination
                    129: with certain types of Rewrite rules in the web server configuration files,
                    130: could be triggered remotely. The default install is not affected by the
                    131: buffer overflow. CVE-2006-3747
                    132: <br>
                    133: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.9/common/004_httpd.patch">
                    134: A source code patch exists which remedies this problem</a>.<br>
                    135: <p>
                    136:
1.558     brad      137: <li><a name="sendmail2"></a>
                    138: <font color="#009000"><strong>003: SECURITY FIX: June 15, 2006</strong></font> &nbsp; <i>All architectures</i><br>
                    139: A potential denial of service problem has been found in sendmail. A malformed MIME
                    140: message could trigger excessive recursion which will lead to stack exhaustion.
                    141: This denial of service attack only affects delivery of mail from the queue and
                    142: delivery of a malformed message. Other incoming mail is still accepted and
                    143: delivered. However, mail messages in the queue may not be reattempted if a
                    144: malformed MIME message exists.
                    145: <br>
                    146: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.9/common/003_sendmail2.patch">
                    147: A source code patch exists which remedies this problem</a>.<br>
                    148: <p>
                    149:
1.554     brad      150: <li><a name="xorg"></a>
                    151: <font color="#009000"><strong>002: SECURITY FIX: May 2, 2006</strong></font> &nbsp; <i>All architectures</i><br>
                    152: A security vulnerability has been found in the X.Org server --
                    153: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-1526">CVE-2006-1526</a>.
                    154: Clients authorized to connect to the X server are able to crash it and to execute
                    155: malicious code within the X server.
                    156: <br>
1.556     steven    157: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.9/common/002_xorg.patch">
1.554     brad      158: A source code patch exists which remedies this problem</a>.<br>
1.556     steven    159: <p>
1.554     brad      160:
1.552     brad      161: <li><a name="sendmail"></a>
1.553     uwe       162: <font color="#009000"><strong>001: SECURITY FIX: March 25, 2006</strong></font> &nbsp; <i>All architectures</i><br>
1.552     brad      163: A race condition has been reported to exist in the handling by sendmail of
                    164: asynchronous signals. A remote attacker may be able to execute arbitrary code with the
1.557     brad      165: privileges of the user running sendmail, typically root. This is the second revision of
                    166: this patch.
1.552     brad      167: <br>
                    168: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/3.9/common/001_sendmail.patch">
                    169: A source code patch exists which remedies this problem</a>.<br>
                    170: <p>
1.323     deraadt   171: </ul>
1.512     miod      172:
1.25      deraadt   173: <br>
1.75      deraadt   174:
1.25      deraadt   175: <hr>
1.240     jason     176: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.381     espie     177: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.418     deraadt   178: <br>
1.419     deraadt   179: For errata on a certain release, click below:<br>
1.418     deraadt   180: <a href="errata21.html">2.1</a>,
                    181: <a href="errata22.html">2.2</a>,
                    182: <a href="errata23.html">2.3</a>,
                    183: <a href="errata24.html">2.4</a>,
                    184: <a href="errata25.html">2.5</a>,
                    185: <a href="errata26.html">2.6</a>,
                    186: <a href="errata27.html">2.7</a>,
                    187: <a href="errata28.html">2.8</a>,
                    188: <a href="errata29.html">2.9</a>,
                    189: <a href="errata30.html">3.0</a>,
1.440     deraadt   190: <a href="errata31.html">3.1</a>,
1.458     david     191: <a href="errata32.html">3.2</a>,
1.482     deraadt   192: <a href="errata33.html">3.3</a>,
1.512     miod      193: <a href="errata34.html">3.4</a>,
1.534     deraadt   194: <a href="errata35.html">3.5</a>,
1.542     deraadt   195: <a href="errata36.html">3.6</a>,
1.549     deraadt   196: <a href="errata37.html">3.7</a>,
                    197: <a href="errata38.html">3.8</a>.
1.418     deraadt   198: <br>
                    199:
1.2       deraadt   200: <hr>
1.186     deraadt   201: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.435     naddy     202: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.560   ! brad      203: <br><small>$OpenBSD: errata.html,v 1.559 2006/07/30 17:35:57 brad Exp $</small>
1.2       deraadt   204:
                    205: </body>
                    206: </html>