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

Annotation of www/errata57.html, Revision 1.38

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="description" content="the OpenBSD CD errata page">
                      6: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1.38    ! deraadt     7: <meta name="viewport" content="width=device-width, initial-scale=1">
        !             8: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.13      sthen       9: <link rel="canonical" href="http://www.openbsd.org/errata57.html">
1.1       deraadt    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:
1.38    ! deraadt    19: <h2>
        !            20: <a href="index.html">
        !            21: <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
        !            22: <font color="#e00000">5.7 errata</font>
        !            23: <hr>
        !            24: </h2>
1.1       deraadt    25:
                     26: <a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
                     27: <br>
                     28: For errata on a certain release, click below:<br>
                     29: <a href="errata21.html">2.1</a>,
                     30: <a href="errata22.html">2.2</a>,
                     31: <a href="errata23.html">2.3</a>,
                     32: <a href="errata24.html">2.4</a>,
                     33: <a href="errata25.html">2.5</a>,
                     34: <a href="errata26.html">2.6</a>,
                     35: <a href="errata27.html">2.7</a>,
                     36: <a href="errata28.html">2.8</a>,
                     37: <a href="errata29.html">2.9</a>,
                     38: <a href="errata30.html">3.0</a>,
                     39: <a href="errata31.html">3.1</a>,
                     40: <a href="errata32.html">3.2</a>,
                     41: <a href="errata33.html">3.3</a>,
                     42: <a href="errata34.html">3.4</a>,
                     43: <a href="errata35.html">3.5</a>,
                     44: <a href="errata36.html">3.6</a>,
                     45: <br>
                     46: <a href="errata37.html">3.7</a>,
                     47: <a href="errata38.html">3.8</a>,
                     48: <a href="errata39.html">3.9</a>,
                     49: <a href="errata40.html">4.0</a>,
                     50: <a href="errata41.html">4.1</a>,
                     51: <a href="errata42.html">4.2</a>,
                     52: <a href="errata43.html">4.3</a>,
                     53: <a href="errata44.html">4.4</a>,
                     54: <a href="errata45.html">4.5</a>,
                     55: <a href="errata46.html">4.6</a>,
                     56: <a href="errata47.html">4.7</a>,
                     57: <a href="errata48.html">4.8</a>,
                     58: <a href="errata49.html">4.9</a>,
                     59: <a href="errata50.html">5.0</a>,
                     60: <a href="errata51.html">5.1</a>,
                     61: <a href="errata52.html">5.2</a>,
                     62: <br>
                     63: <a href="errata53.html">5.3</a>,
                     64: <a href="errata54.html">5.4</a>,
                     65: <a href="errata55.html">5.5</a>,
1.22      deraadt    66: <a href="errata56.html">5.6</a>,
1.35      deraadt    67: <a href="errata58.html">5.8</a>,
                     68: <a href="errata59.html">5.9</a>.
1.1       deraadt    69: <br>
                     70: <hr>
                     71:
                     72: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7.tar.gz">
                     73: You can also fetch a tar.gz file containing all the following patches</a>.
                     74: This file is updated once a day.
                     75: <p>
                     76:
                     77: The patches below are available in CVS via the
                     78: <code>OPENBSD_5_7</code> <a href="stable.html">patch branch</a>.
                     79: <p>
                     80:
                     81: For more detailed information on how to install patches to OpenBSD, please
                     82: consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
                     83: <p>
                     84:
                     85: <hr>
                     86:
                     87: <ul>
                     88:
1.3       deraadt    89: <li id="001_sparc64_miniroot">
                     90: <font color="#009000"><strong>001: INSTALL ISSUE: May 1, 2015</strong></font>
                     91: &nbsp; <i>sparc64</i><br>
                     92: The "miniroot" install method is broken (related to the addition of
1.9       deraadt    93: softraid support).  This method is used by the official CD 3 as
                     94: well, so it fails to boot on sparc64 machines.
1.3       deraadt    95: <br>
                     96: No patch is available for obvious reasons, so use a different install method.
                     97: <p>
                     98:
1.2       tedu       99: <li id="002_libxfont">
                    100: <font color="#009000"><strong>002: SECURITY FIX: March 18, 2015</strong></font>
                    101: &nbsp; <i>All architectures</i><br>
                    102: Buffer overflows in libXfont
                    103: <br>
                    104: For more information, see the
                    105: <a href="http://www.x.org/wiki/Development/Security/Advisory-2015-03-17/">X.org advisory</a>.
                    106: <br>
                    107: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/002_libxfont.patch.sig">
                    108: A source code patch exists which remedies this problem.</a>
1.5       tedu      109: <br>Note that the instructions should read <code>cd /usr/xenocara/lib/libXfont</code>.
1.2       tedu      110: <p>
1.1       deraadt   111:
1.4       tedu      112: <li id="003_openssl">
                    113: <font color="#009000"><strong>003: SECURITY FIX: March 19, 2015</strong></font>
                    114: &nbsp; <i>All architectures</i><br>
                    115: Fix several crash causing defects from OpenSSL.<br>
                    116: These include:<br>
                    117: CVE-2015-0209 - Use After Free following d2i_ECPrivatekey error<br>
                    118: CVE-2015-0286 - Segmentation fault in ASN1_TYPE_cmp<br>
                    119: CVE-2015-0287 - ASN.1 structure reuse memory corruption<br>
                    120: CVE-2015-0288 - X509_to_X509_REQ NULL pointer deref<br>
                    121: CVE-2015-0289 - PKCS7 NULL pointer dereferences<br>
                    122: <br>
                    123: Several other issues did not apply or were already fixed.<br>
                    124: For more information, see the
                    125: <a href="https://www.openssl.org/news/secadv_20150319.txt">OpenSSL advisory</a>.
                    126: <br>
                    127: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/003_openssl.patch.sig">
                    128: A source code patch exists which remedies this problem.</a>
                    129: <p>
                    130:
1.7       gilles    131: <li id="004_smtpd">
                    132: <font color="#009000"><strong>004: RELIABILITY FIX: April 17, 2015</strong></font>
                    133: &nbsp; <i>All architectures</i><br>
                    134: Fix a logic error in smtpd handling of SNI.
                    135: This could allow a remote user to crash the server or provoke a disconnect of other sessions.
                    136: <br>
                    137: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/004_smtpd.patch.sig">
1.11      deraadt   138: A source code patch exists which remedies this problem.</a>
1.7       gilles    139: <p>
                    140:
1.8       florian   141: <li id="005_httpd">
                    142: <font color="#009000"><strong>005: RELIABILITY FIX: April 30, 2015</strong></font>
                    143: &nbsp; <i>All architectures</i><br>
                    144: A remote user can crash httpd by forcing the daemon to log to a file
                    145: before the logging system was initialized.
                    146: <br>
                    147: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/005_httpd.patch.sig">
1.11      deraadt   148: A source code patch exists which remedies this problem.</a>
1.8       florian   149: <p>
                    150:
1.10      guenther  151: <li id="006_elf">
1.12      deraadt   152: <font color="#009000"><strong>006: SECURITY FIX: April 30, 2015</strong></font>
1.10      guenther  153: &nbsp; <i>All architectures</i><br>
                    154: Malformed binaries could trigger kernel panics or view kernel memory.
                    155: <br>
                    156: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/006_elf.patch.sig">
1.11      deraadt   157: A source code patch exists which remedies this problem.</a>
1.10      guenther  158: <p>
                    159:
                    160: <li id="007_tar">
1.12      deraadt   161: <font color="#009000"><strong>007: SECURITY FIX: April 30, 2015</strong></font>
1.10      guenther  162: &nbsp; <i>All architectures</i><br>
                    163: Multiple issues in tar/pax/cpio:
                    164: <ul>
                    165: <li>extracting a malicious archive could create files outside of
                    166: the current directory without using pre-existing symlinks to 'escape',
                    167: and could change the timestamps and modes on preexisting files
                    168: <li>tar without -P would permit extraction of paths with ".." components
                    169: <li>there was a buffer overflow in the handling of pax extension headers
                    170: </ul>
                    171: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/007_tar.patch.sig">
1.14      deraadt   172: A source code patch exists which remedies this problem.</a>
                    173: <p>
                    174:
                    175: <li id="008_smtpd">
                    176: <font color="#009000"><strong>008: RELIABILITY FIX: June 11, 2015</strong></font>
                    177: &nbsp; <i>All architectures</i><br>
                    178: Fix multiple reliability issues in smtpd:
                    179: <ul>
                    180: <li>a local user can cause smtpd to fail by writing an invalid imsg to control socket.
                    181: <li>a local user can prevent smtpd from serving new requests by exhausting descriptors.
                    182: </ul>
                    183: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/008_smtpd.patch.sig">
                    184: A source code patch exists which remedies this problem.</a>
                    185: <p>
                    186:
                    187: <li id="009_openssl">
                    188: <font color="#009000"><strong>009: SECURITY FIX: June 11, 2015</strong></font>
                    189: &nbsp; <i>All architectures</i><br>
                    190: Fix several defects from OpenSSL:
                    191: <ul>
                    192: <li>CVE-2015-1788 - Malformed ECParameters causes infinite loop
                    193: <li>CVE-2015-1789 - Exploitable out-of-bounds read in X509_cmp_time
                    194: <li>CVE-2015-1792 - CMS verify infinite loop with unknown hash function
                    195: </ul>
1.15      doug      196: Note that CMS was already disabled in LibreSSL.
                    197: Several other issues did not apply or were already fixed and one is under review.<br>
                    198: For more information, see the
                    199: <a href="https://www.openssl.org/news/secadv_20150611.txt">OpenSSL advisory</a>.
                    200: <br>
1.14      deraadt   201: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/009_openssl.patch.sig">
1.11      deraadt   202: A source code patch exists which remedies this problem.</a>
1.10      guenther  203: <p>
                    204:
1.17      deraadt   205: <li id="010_tcp">
                    206: <font color="#009000"><strong>010: SECURITY FIX: July 14, 2015</strong></font>
                    207: &nbsp; <i>All architectures</i><br>
                    208: A TCP socket can become confused and not properly cleanup resources.
                    209: <br>
1.19      deraadt   210: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/010_tcp_persist.patch.sig">
1.17      deraadt   211: A source code patch exists which remedies this problem.</a>
                    212: <p>
                    213:
1.20      deraadt   214: <li id="011_execve">
                    215: <font color="#009000"><strong>011: RELIABILITY FIX: July 26, 2015</strong></font>
                    216: &nbsp; <i>All architectures</i><br>
                    217: A kernel memory leak could be triggered by an unprivileged user in
                    218: a failure case when using execve under systrace.
                    219: <br>
                    220: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/011_execve.patch.sig">
                    221: A source code patch exists which remedies this problem.</a>
                    222: <p>
                    223:
                    224: <li id="012_patch">
                    225: <font color="#009000"><strong>012: SECURITY FIX: July 26, 2015</strong></font>
                    226: &nbsp; <i>All architectures</i><br>
                    227: The patch utility could be made to invoke arbitrary commands via
                    228: the obsolete RCS support when processing a crafted input file.
                    229: This patch deletes the RCS support.
                    230: <br>
                    231: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/012_patch.patch.sig">
                    232: A source code patch exists which remedies this problem.</a>
                    233: <p>
                    234:
1.21      deraadt   235: <li id="013_patch">
                    236: <font color="#009000"><strong>013: SECURITY FIX: July 30, 2015</strong></font>
                    237: &nbsp; <i>All architectures</i><br>
                    238: The patch utility could become desyncronized processing ed(1)-style diffs.
                    239: <br>
                    240: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/013_patch.patch.sig">
                    241: A source code patch exists which remedies this problem.</a>
                    242: <p>
                    243:
1.23      sthen     244: <li id="014_sshd">
                    245: <font color="#009000"><strong>014: SECURITY FIX: August 16, 2015</strong></font>
                    246: &nbsp; <i>All architectures</i><br>
                    247: A change to sshd resulted in incorrect permissions being applied to pseudo
                    248: terminal devices, allowing local users to write to (but not read from) them.
                    249: <br>
                    250: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/014_sshd.patch.sig">
                    251: A source code patch exists which remedies this problem.</a>
                    252: <p>
                    253:
1.24      benno     254: <li id="015_relayd">
                    255: <font color="#009000"><strong>015: RELIABILITY FIX: September 28, 2015</strong></font>
                    256: &nbsp; <i>All architectures</i><br>
                    257: Various problems were identified in relayd and merged back from
                    258: current to 5.7 in this maintanance update.
                    259: <br>
                    260: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/015_relayd.patch.sig">
                    261: A source code patch exists which remedies this problem.</a>
                    262: <p>
                    263:
1.25      deraadt   264: <li id="016_uvm">
                    265: <font color="#009000"><strong>016: RELIABILITY FIX: September 28, 2015</strong></font>
                    266: &nbsp; <i>All architectures</i><br>
                    267: An incorrect operation in uvm could result in system panics.
                    268: <br>
                    269: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/016_uvm.patch.sig">
                    270: A source code patch exists which remedies this problem.</a>
                    271: <p>
                    272:
1.26      deraadt   273: <li id="017_smtpd">
                    274: <font color="#009000"><strong>017: SECURITY FIX: October 1, 2015</strong></font>
                    275: &nbsp; <i>All architectures</i><br>
                    276: Fix multiple reliability and security issues in smtpd:<br>
                    277: <ul>
                    278: <li>local and remote users could make smtpd crash or stop serving requests.
                    279: <li>a buffer overflow in the unprivileged, non-chrooted smtpd (lookup)
                    280:     process could allow a local user to cause a crash or potentially
                    281:     execute arbitrary code.
                    282: <li>a use-after-free in the unprivileged, non-chrooted smtpd (lookup)
                    283:     process could allow a remote attacker to cause a crash or potentially
                    284:     execute arbitrary code.
                    285: <li>hardlink and symlink attacks allowed a local user to unset chflags or
                    286:     leak the first line of an arbitrary file.
                    287: </ul>
                    288: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/017_smtpd.patch.sig">
                    289: A source code patch exists which remedies this problem.</a>
                    290: <p>
                    291:
1.27      sthen     292: <li id="018_kevent">
                    293: <font color="#009000"><strong>018: RELIABILITY FIX: October 14, 2015</strong></font>
                    294: &nbsp; <i>All architectures</i><br>
                    295: A problem with timer kevents could result in a kernel hang (local denial
                    296: of service).<br>
                    297: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/018_kevent.patch.sig">
                    298: A source code patch exists which remedies this problem.</a>
                    299: <p>
                    300:
1.28      tedu      301: <li id="019_obj2txt">
                    302: <font color="#009000"><strong>019: RELIABILITY FIX: October 15, 2015</strong></font>
                    303: &nbsp; <i>All architectures</i><br>
                    304: The OBJ_obj2txt function in libcrypto contains a one byte buffer overrun
                    305: and memory leak, as reported by Qualys Security.<br>
                    306: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/019_obj2txt.patch.sig">
                    307: A source code patch exists which remedies this problem.</a>
                    308: <p>
                    309:
1.29      stsp      310: <li id="020_rsn">
                    311: <font color="#009000"><strong>020: RELIABILITY FIX: November 9, 2015</strong></font>
                    312: &nbsp; <i>All architectures</i><br>
                    313: Insufficient validation of RSN element group cipher values in 802.11
                    314: beacons and probe responses could result in system panics.<br>
                    315: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/020_rsn.patch.sig">
                    316: A source code patch exists which remedies this problem.</a>
                    317: <p>
                    318:
1.30      beck      319: <li id="021_clientcert">
                    320: <font color="#009000"><strong>021: RELIABILITY FIX: Dec 3, 2015</strong></font>
                    321: &nbsp; <i>All architectures</i><br>
                    322: A NULL pointer deference could be triggered by a crafted certificate sent to
1.32      jasper    323: services configured to verify client certificates on TLS/SSL connections.<br>
1.30      beck      324: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/021_clientcert.patch.sig">
                    325: A source code patch exists which remedies this problem.</a>
                    326: <p>
                    327:
1.33      deraadt   328: <li id="022_sshd">
                    329: <font color="#009000"><strong>022: SECURITY FIX: January 14, 2016</strong></font>
                    330: &nbsp; <i>All architectures</i><br>
                    331: Experimental roaming code in the ssh client could be tricked by a hostile sshd
1.34      deraadt   332: server, potentially leaking key material.  CVE-2016-0777 and CVE-0216-0778.
1.33      deraadt   333: <br>
                    334: Prevent this problem immediately by adding the line "UseRoaming no" to
                    335: <b>/etc/ssh/ssh_config</b>.
                    336: <br>
                    337: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/022_ssh.patch.sig">
                    338: A source code patch exists which remedies this problem.</a>
                    339: <p>
                    340:
1.36      deraadt   341: <li id="023_sshd">
                    342: <font color="#009000"><strong>023: SECURITY FIX: March 10, 2016</strong></font>
                    343: &nbsp; <i>All architectures</i><br>
                    344: <a href="http://www.openssh.com/txt/x11fwd.adv">
                    345: Lack of credential sanitization allows injection of commands to xauth(1).</a>
                    346: <br>
                    347: Prevent this problem immediately by not using the "X11Forwarding" feature
                    348: (which is disabled by default)
                    349: <br>
                    350: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/023_sshd.patch.sig">
                    351: A source code patch exists which remedies this problem.</a>
                    352: <p>
                    353:
1.37      deraadt   354: <li id="024_in6bind">
                    355: <font color="#009000"><strong>024: SECURITY FIX: March 16, 2016</strong></font>
                    356: &nbsp; <i>All architectures</i><br>
                    357: Insufficient checks in IPv6 socket binding and UDP IPv6 option
                    358: processing allow a local user to send UDP packets with a source
                    359: (IPv6 address + port) already reserved by another user.
                    360: <br>
                    361: <a href="http://ftp.openbsd.org/pub/OpenBSD/patches/5.7/common/024_in6bind.patch.sig">
                    362: A source code patch exists which remedies this problem.</a>
                    363: <p>
                    364:
1.1       deraadt   365: </ul>
                    366:
                    367: <hr>
                    368:
                    369: </body>
                    370: </html>