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

Annotation of www/errata.html, Revision 1.576

1.435     naddy       1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       deraadt     2: <html>
                      3: <head>
1.571     deraadt     4: <title>OpenBSD 4.0 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.571     deraadt    18: This is the OpenBSD 4.0 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>,
1.571     deraadt    44: <a href="errata38.html">3.8</a>,
                     45: <a href="errata39.html">3.9</a>.
1.418     deraadt    46: <br>
1.94      deraadt    47: <hr>
                     48:
1.571     deraadt    49: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/4.0.tar.gz">
1.142     deraadt    50: You can also fetch a tar.gz file containing all the following patches</a>.
                     51: This file is updated once a day.
                     52:
1.240     jason      53: <p> The patches below are available in CVS via the
1.572     deraadt    54: <code>OPENBSD_4_0</code> <a href="stable.html">patch branch</a>.
1.278     ericj      55:
                     56: <p>
1.420     deraadt    57: For more detailed information on how to install patches to OpenBSD, please
1.409     jufi       58: consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
1.142     deraadt    59: <hr>
                     60:
1.536     brad       61: <!-- Temporarily put anchors for all archs here.  Remove later. -->
                     62: <a name="all"></a>
                     63: <a name="alpha"></a>
                     64: <a name="amd64"></a>
                     65: <a name="cats"></a>
                     66: <a name="hp300"></a>
                     67: <a name="hppa"></a>
                     68: <a name="i386"></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.576   ! brad       78: <li><a name="arc"></a>
        !            79: <font color="#009000"><strong>004: RELIABILITY FIX: November 7, 2006</strong></font> &nbsp; <i>All architectures</i><br>
        !            80: Due to a bug in the
        !            81: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc&amp;sektion=4">arc(4)</a>
        !            82: RAID driver the driver will not properly synchronize the cache to the logical volumes
        !            83: upon system shut down. The result being that the mounted file systems within the logical
        !            84: volumes will not be properly marked as being clean and fsck will be run for the subsequent
        !            85: boot up.
        !            86: <br>
        !            87: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/4.0/common/004_arc.patch">
        !            88: A source code patch exists which remedies this problem</a>.<br>
        !            89: <p>
        !            90:
1.574     brad       91: <li><a name="systrace"></a>
1.575     deraadt    92: <font color="#009000"><strong>003: SECURITY FIX: November 4, 2006</strong></font> &nbsp; <i>All architectures</i><br>
1.574     brad       93: Fix for an integer overflow in
                     94: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&amp;sektion=4">systrace(4)</a>'s
                     95: STRIOCREPLACE support, found by
                     96: Chris Evans. This could be exploited for DoS, limited kmem reads or local
                     97: privilege escalation.
                     98: <br>
                     99: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/4.0/common/003_systrace.patch">
                    100: A source code patch exists which remedies this problem</a>.<br>
                    101: <p>
                    102:
                    103: <li><a name="openssl2"></a>
1.575     deraadt   104: <font color="#009000"><strong>002: SECURITY FIX: November 4, 2006</strong></font> &nbsp; <i>All architectures</i><br>
1.574     brad      105: Several problems have been found in OpenSSL. While parsing certain invalid ASN.1
                    106: structures an error condition is mishandled, possibly resulting in an infinite
                    107: loop. A buffer overflow exists in the SSL_get_shared_ciphers function. A NULL
                    108: pointer may be dereferenced in the SSL version 2 client code. In addition, many
                    109: applications using OpenSSL do not perform any validation of the lengths of
                    110: public keys being used.
                    111: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2937">CVE-2006-2937</a>,
                    112: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3738">CVE-2006-3738</a>,
                    113: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4343">CVE-2006-4343</a>,
                    114: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2940">CVE-2006-2940</a>
                    115: <br>
                    116:
                    117: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/4.0/common/002_openssl.patch">
                    118: A source code patch exists which remedies this problem</a>.<br>
                    119: <p>
                    120:
                    121: <li><a name="httpd"></a>
1.575     deraadt   122: <font color="#009000"><strong>001: SECURITY FIX: November 4, 2006</strong></font> &nbsp; <i>All architectures</i><br>
1.574     brad      123: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)</a>
                    124: does not sanitize the Expect header from an HTTP request when it is
                    125: reflected back in an error message, which might allow cross-site scripting (XSS)
                    126: style attacks.
                    127: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3918">CVE-2006-3918</a>
                    128:
                    129: <br>
                    130: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/4.0/common/001_httpd.patch">
                    131: A source code patch exists which remedies this problem</a>.<br>
                    132: <p>
1.323     deraadt   133: </ul>
1.512     miod      134:
1.25      deraadt   135: <br>
1.75      deraadt   136:
1.25      deraadt   137: <hr>
1.240     jason     138: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.381     espie     139: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.418     deraadt   140: <br>
1.419     deraadt   141: For errata on a certain release, click below:<br>
1.418     deraadt   142: <a href="errata21.html">2.1</a>,
                    143: <a href="errata22.html">2.2</a>,
                    144: <a href="errata23.html">2.3</a>,
                    145: <a href="errata24.html">2.4</a>,
                    146: <a href="errata25.html">2.5</a>,
                    147: <a href="errata26.html">2.6</a>,
                    148: <a href="errata27.html">2.7</a>,
                    149: <a href="errata28.html">2.8</a>,
                    150: <a href="errata29.html">2.9</a>,
                    151: <a href="errata30.html">3.0</a>,
1.440     deraadt   152: <a href="errata31.html">3.1</a>,
1.458     david     153: <a href="errata32.html">3.2</a>,
1.482     deraadt   154: <a href="errata33.html">3.3</a>,
1.512     miod      155: <a href="errata34.html">3.4</a>,
1.534     deraadt   156: <a href="errata35.html">3.5</a>,
1.542     deraadt   157: <a href="errata36.html">3.6</a>,
1.549     deraadt   158: <a href="errata37.html">3.7</a>,
1.573     steven    159: <a href="errata38.html">3.8</a>,
1.571     deraadt   160: <a href="errata39.html">3.9</a>.
1.418     deraadt   161: <br>
                    162:
1.2       deraadt   163: <hr>
1.186     deraadt   164: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.435     naddy     165: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.576   ! brad      166: <br><small>$OpenBSD: errata.html,v 1.575 2006/11/04 21:28:18 deraadt Exp $</small>
1.2       deraadt   167:
                    168: </body>
                    169: </html>