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

Annotation of www/errata.html, Revision 1.582

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>
1.582   ! miod       65: <a name="armish"></a>
1.536     brad       66: <a name="cats"></a>
                     67: <a name="hp300"></a>
                     68: <a name="hppa"></a>
                     69: <a name="i386"></a>
1.582   ! miod       70: <a name="luna88k"></a>
1.536     brad       71: <a name="mac68k"></a>
                     72: <a name="macppc"></a>
                     73: <a name="mvme68k"></a>
                     74: <a name="mvme88k"></a>
1.582   ! miod       75: <a name="sgi"></a>
1.536     brad       76: <a name="sparc"></a>
                     77: <a name="sparc64"></a>
                     78: <a name="vax"></a>
1.582   ! miod       79: <a name="zaurus"></a>
        !            80:
1.536     brad       81: <ul>
                     82:
1.582   ! miod       83: <li><a name="agp"></a>
        !            84: <font color="#009000"><strong>007: SECURITY FIX: January 3, 2007</strong></font>
        !            85: &nbsp; <i>i386 only</i><br>
        !            86: Insufficient validation in
        !            87: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vga&amp;sektion=4">vga(4)</a>
        !            88: may allow an attacker to gain root privileges if the kernel is compiled with
        !            89: <tt>option PCIAGP</tt>
        !            90: and the actual device is not an AGP device.
        !            91: The <tt>PCIAGP</tt> option is present by default on i386
        !            92: kernels only.
        !            93: <br>
        !            94: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/4.0/i386/007_agp.patch">
        !            95: A source code patch exists which remedies this problem</a>.<br>
        !            96: <p>
        !            97:
1.580     pvalchev   98: <li><a name="ports-tar"></a>
                     99: <font color="#009000"><strong>006: FTP DISTRIBUTION ERROR: December 4, 2006</strong></font> &nbsp; <i>All architectures</i><br>
1.581     pvalchev  100: The <strong>src.tar.gz</strong> and <strong>ports.tar.gz</strong> archives
                    101: released on FTP were created incorrectly, a week after the 4.0 release. The
                    102: archives on the CD sets are correct; this only affects people who downloaded
                    103: them from a <a href="ftp.html">mirror</a>.
1.580     pvalchev  104: <br>
1.581     pvalchev  105: The archives have been corrected. The correct MD5 of
1.580     pvalchev  106: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/4.0/ports.tar.gz">
1.581     pvalchev  107: ports.tar.gz</a> is eff352b4382a7fb7ffce1e8b37e9eb56, and for
                    108: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/4.0/src.tar.gz">
                    109: src.tar.gz</a> it is b8d7a0dc6f3d27a5377a23d69c40688e.
                    110: <br>
1.580     pvalchev  111: <p>
                    112:
1.577     brad      113: <li><a name="ldso"></a>
                    114: <font color="#009000"><strong>005: SECURITY FIX: November 19, 2006</strong></font> &nbsp; <i>All architectures</i><br>
1.579     deraadt   115: The ELF
1.577     brad      116: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&amp;sektion=1">ld.so(1)</a>
1.578     deraadt   117: fails to properly sanitize the environment. There is a potential localhost security
1.579     deraadt   118: problem in cases we have not found yet.  This patch applies to all ELF-based
                    119: systems (m68k, m88k, and vax are a.out-based systems).
1.577     brad      120: <br>
                    121: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/4.0/common/005_ldso.patch">
                    122: A source code patch exists which remedies this problem</a>.<br>
                    123: <p>
                    124:
1.576     brad      125: <li><a name="arc"></a>
                    126: <font color="#009000"><strong>004: RELIABILITY FIX: November 7, 2006</strong></font> &nbsp; <i>All architectures</i><br>
                    127: Due to a bug in the
                    128: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc&amp;sektion=4">arc(4)</a>
                    129: RAID driver the driver will not properly synchronize the cache to the logical volumes
                    130: upon system shut down. The result being that the mounted file systems within the logical
                    131: volumes will not be properly marked as being clean and fsck will be run for the subsequent
                    132: boot up.
                    133: <br>
                    134: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/4.0/common/004_arc.patch">
                    135: A source code patch exists which remedies this problem</a>.<br>
                    136: <p>
                    137:
1.574     brad      138: <li><a name="systrace"></a>
1.575     deraadt   139: <font color="#009000"><strong>003: SECURITY FIX: November 4, 2006</strong></font> &nbsp; <i>All architectures</i><br>
1.574     brad      140: Fix for an integer overflow in
                    141: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systrace&amp;sektion=4">systrace(4)</a>'s
                    142: STRIOCREPLACE support, found by
                    143: Chris Evans. This could be exploited for DoS, limited kmem reads or local
                    144: privilege escalation.
                    145: <br>
                    146: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/4.0/common/003_systrace.patch">
                    147: A source code patch exists which remedies this problem</a>.<br>
                    148: <p>
                    149:
                    150: <li><a name="openssl2"></a>
1.575     deraadt   151: <font color="#009000"><strong>002: SECURITY FIX: November 4, 2006</strong></font> &nbsp; <i>All architectures</i><br>
1.574     brad      152: Several problems have been found in OpenSSL. While parsing certain invalid ASN.1
                    153: structures an error condition is mishandled, possibly resulting in an infinite
                    154: loop. A buffer overflow exists in the SSL_get_shared_ciphers function. A NULL
                    155: pointer may be dereferenced in the SSL version 2 client code. In addition, many
                    156: applications using OpenSSL do not perform any validation of the lengths of
                    157: public keys being used.
                    158: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2937">CVE-2006-2937</a>,
                    159: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3738">CVE-2006-3738</a>,
                    160: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-4343">CVE-2006-4343</a>,
                    161: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-2940">CVE-2006-2940</a>
                    162: <br>
                    163:
                    164: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/4.0/common/002_openssl.patch">
                    165: A source code patch exists which remedies this problem</a>.<br>
                    166: <p>
                    167:
                    168: <li><a name="httpd"></a>
1.575     deraadt   169: <font color="#009000"><strong>001: SECURITY FIX: November 4, 2006</strong></font> &nbsp; <i>All architectures</i><br>
1.574     brad      170: <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=httpd&amp;sektion=8">httpd(8)</a>
                    171: does not sanitize the Expect header from an HTTP request when it is
                    172: reflected back in an error message, which might allow cross-site scripting (XSS)
                    173: style attacks.
                    174: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3918">CVE-2006-3918</a>
                    175:
                    176: <br>
                    177: <a href="ftp://ftp.openbsd.org/pub/OpenBSD/patches/4.0/common/001_httpd.patch">
                    178: A source code patch exists which remedies this problem</a>.<br>
                    179: <p>
1.323     deraadt   180: </ul>
1.512     miod      181:
1.25      deraadt   182: <br>
1.75      deraadt   183:
1.25      deraadt   184: <hr>
1.240     jason     185: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
1.381     espie     186: <a href=pkg-stable.html>For important packages updates, please refer here.</a><br>
1.418     deraadt   187: <br>
1.419     deraadt   188: For errata on a certain release, click below:<br>
1.418     deraadt   189: <a href="errata21.html">2.1</a>,
                    190: <a href="errata22.html">2.2</a>,
                    191: <a href="errata23.html">2.3</a>,
                    192: <a href="errata24.html">2.4</a>,
                    193: <a href="errata25.html">2.5</a>,
                    194: <a href="errata26.html">2.6</a>,
                    195: <a href="errata27.html">2.7</a>,
                    196: <a href="errata28.html">2.8</a>,
                    197: <a href="errata29.html">2.9</a>,
                    198: <a href="errata30.html">3.0</a>,
1.440     deraadt   199: <a href="errata31.html">3.1</a>,
1.458     david     200: <a href="errata32.html">3.2</a>,
1.482     deraadt   201: <a href="errata33.html">3.3</a>,
1.512     miod      202: <a href="errata34.html">3.4</a>,
1.534     deraadt   203: <a href="errata35.html">3.5</a>,
1.542     deraadt   204: <a href="errata36.html">3.6</a>,
1.549     deraadt   205: <a href="errata37.html">3.7</a>,
1.573     steven    206: <a href="errata38.html">3.8</a>,
1.571     deraadt   207: <a href="errata39.html">3.9</a>.
1.418     deraadt   208: <br>
                    209:
1.2       deraadt   210: <hr>
1.186     deraadt   211: <a href=index.html><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.435     naddy     212: <a href="mailto:www@openbsd.org">www@openbsd.org</a>
1.582   ! miod      213: <br><small>$OpenBSD: errata.html,v 1.581 2006/12/10 21:45:25 pvalchev Exp $</small>
1.2       deraadt   214:
                    215: </body>
                    216: </html>