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

Annotation of www/errata57.html, Revision 1.9

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 5.7 errata</title>
                      5: <meta name="resource-type" content="document">
                      6: <meta name="description" content="the OpenBSD CD errata page">
                      7: <meta name="keywords" content="openbsd,cd,errata">
                      8: <meta name="distribution" content="global">
                      9: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
                     10: </head>
                     11:
                     12: <!--
                     13:                        IMPORTANT REMINDER
                     14:        IF YOU ADD A NEW ERRATUM, MAIL THE PATCH TO TECH AND ANNOUNCE
                     15: -->
                     16:
                     17: <body bgcolor="#ffffff" text="#000000" link="#23238E">
                     18:
                     19: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
                     20: <h2><font color="#e00000">
                     21: OpenBSD 5.7 errata
                     22: </font></h2>
                     23:
                     24: <hr>
                     25: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
                     26: <br>
                     27: For errata on a certain release, click below:<br>
                     28: <a href="errata21.html">2.1</a>,
                     29: <a href="errata22.html">2.2</a>,
                     30: <a href="errata23.html">2.3</a>,
                     31: <a href="errata24.html">2.4</a>,
                     32: <a href="errata25.html">2.5</a>,
                     33: <a href="errata26.html">2.6</a>,
                     34: <a href="errata27.html">2.7</a>,
                     35: <a href="errata28.html">2.8</a>,
                     36: <a href="errata29.html">2.9</a>,
                     37: <a href="errata30.html">3.0</a>,
                     38: <a href="errata31.html">3.1</a>,
                     39: <a href="errata32.html">3.2</a>,
                     40: <a href="errata33.html">3.3</a>,
                     41: <a href="errata34.html">3.4</a>,
                     42: <a href="errata35.html">3.5</a>,
                     43: <a href="errata36.html">3.6</a>,
                     44: <br>
                     45: <a href="errata37.html">3.7</a>,
                     46: <a href="errata38.html">3.8</a>,
                     47: <a href="errata39.html">3.9</a>,
                     48: <a href="errata40.html">4.0</a>,
                     49: <a href="errata41.html">4.1</a>,
                     50: <a href="errata42.html">4.2</a>,
                     51: <a href="errata43.html">4.3</a>,
                     52: <a href="errata44.html">4.4</a>,
                     53: <a href="errata45.html">4.5</a>,
                     54: <a href="errata46.html">4.6</a>,
                     55: <a href="errata47.html">4.7</a>,
                     56: <a href="errata48.html">4.8</a>,
                     57: <a href="errata49.html">4.9</a>,
                     58: <a href="errata50.html">5.0</a>,
                     59: <a href="errata51.html">5.1</a>,
                     60: <a href="errata52.html">5.2</a>,
                     61: <br>
                     62: <a href="errata53.html">5.3</a>,
                     63: <a href="errata54.html">5.4</a>,
                     64: <a href="errata55.html">5.5</a>,
                     65: <a href="errata56.html">5.6</a>.
                     66: <br>
                     67: <hr>
                     68:
                     69: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7.tar.gz">
                     70: You can also fetch a tar.gz file containing all the following patches</a>.
                     71: This file is updated once a day.
                     72: <p>
                     73:
                     74: The patches below are available in CVS via the
                     75: <code>OPENBSD_5_7</code> <a href="stable.html">patch branch</a>.
                     76: <p>
                     77:
                     78: For more detailed information on how to install patches to OpenBSD, please
                     79: consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
                     80: <p>
                     81:
                     82: <hr>
                     83:
                     84: <ul>
                     85:
1.3       deraadt    86: <li id="001_sparc64_miniroot">
                     87: <font color="#009000"><strong>001: INSTALL ISSUE: May 1, 2015</strong></font>
                     88: &nbsp; <i>sparc64</i><br>
                     89: The "miniroot" install method is broken (related to the addition of
1.9     ! deraadt    90: softraid support).  This method is used by the official CD 3 as
        !            91: well, so it fails to boot on sparc64 machines.
1.3       deraadt    92: <br>
                     93: No patch is available for obvious reasons, so use a different install method.
                     94: <p>
                     95:
1.2       tedu       96: <li id="002_libxfont">
                     97: <font color="#009000"><strong>002: SECURITY FIX: March 18, 2015</strong></font>
                     98: &nbsp; <i>All architectures</i><br>
                     99: Buffer overflows in libXfont
                    100: <br>
                    101: For more information, see the
                    102: <a href="http://www.x.org/wiki/Development/Security/Advisory-2015-03-17/">X.org advisory</a>.
                    103: <br>
                    104: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/002_libxfont.patch.sig">
                    105: A source code patch exists which remedies this problem.</a>
1.5       tedu      106: <br>Note that the instructions should read <code>cd /usr/xenocara/lib/libXfont</code>.
1.2       tedu      107: <p>
1.1       deraadt   108:
1.4       tedu      109: <li id="003_openssl">
                    110: <font color="#009000"><strong>003: SECURITY FIX: March 19, 2015</strong></font>
                    111: &nbsp; <i>All architectures</i><br>
                    112: Fix several crash causing defects from OpenSSL.<br>
                    113: These include:<br>
                    114: CVE-2015-0209 - Use After Free following d2i_ECPrivatekey error<br>
                    115: CVE-2015-0286 - Segmentation fault in ASN1_TYPE_cmp<br>
                    116: CVE-2015-0287 - ASN.1 structure reuse memory corruption<br>
                    117: CVE-2015-0288 - X509_to_X509_REQ NULL pointer deref<br>
                    118: CVE-2015-0289 - PKCS7 NULL pointer dereferences<br>
                    119: <br>
                    120: Several other issues did not apply or were already fixed.<br>
                    121: For more information, see the
                    122: <a href="https://www.openssl.org/news/secadv_20150319.txt">OpenSSL advisory</a>.
                    123: <br>
                    124: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/003_openssl.patch.sig">
                    125: A source code patch exists which remedies this problem.</a>
                    126: <p>
                    127:
1.7       gilles    128: <li id="004_smtpd">
                    129: <font color="#009000"><strong>004: RELIABILITY FIX: April 17, 2015</strong></font>
                    130: &nbsp; <i>All architectures</i><br>
                    131: Fix a logic error in smtpd handling of SNI.
                    132: This could allow a remote user to crash the server or provoke a disconnect of other sessions.
                    133: <br>
                    134: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/004_smtpd.patch.sig">
                    135:   A source code patch exists which remedies this problem.</a>
                    136: <p>
                    137:
1.8       florian   138: <li id="005_httpd">
                    139: <font color="#009000"><strong>005: RELIABILITY FIX: April 30, 2015</strong></font>
                    140: &nbsp; <i>All architectures</i><br>
                    141: A remote user can crash httpd by forcing the daemon to log to a file
                    142: before the logging system was initialized.
                    143: <br>
                    144: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/005_httpd.patch.sig">
                    145:   A source code patch exists which remedies this problem.</a>
                    146: <p>
                    147:
1.1       deraadt   148: </ul>
                    149:
                    150: <hr>
                    151:
                    152: </body>
                    153: </html>