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

Annotation of www/errata60.html, Revision 1.24

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4: <title>OpenBSD 6.0 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">
                      7: <meta name="viewport" content="width=device-width, initial-scale=1">
                      8: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.24    ! tj          9: <link rel="canonical" href="https://www.openbsd.org/errata60.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: <body bgcolor="#ffffff" text="#000000" link="#23238E">
                     17:
                     18: <h2>
                     19: <a href="index.html">
                     20: <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
                     21: <font color="#e00000">6.0 Errata</font>
                     22: </h2>
                     23: <hr>
                     24:
                     25: For errata on a certain release, click below:<br>
                     26: <a href="errata21.html">2.1</a>,
                     27: <a href="errata22.html">2.2</a>,
                     28: <a href="errata23.html">2.3</a>,
                     29: <a href="errata24.html">2.4</a>,
                     30: <a href="errata25.html">2.5</a>,
                     31: <a href="errata26.html">2.6</a>,
                     32: <a href="errata27.html">2.7</a>,
                     33: <a href="errata28.html">2.8</a>,
                     34: <a href="errata29.html">2.9</a>,
                     35: <a href="errata30.html">3.0</a>,
                     36: <a href="errata31.html">3.1</a>,
                     37: <a href="errata32.html">3.2</a>,
                     38: <a href="errata33.html">3.3</a>,
                     39: <a href="errata34.html">3.4</a>,
                     40: <a href="errata35.html">3.5</a>,
                     41: <a href="errata36.html">3.6</a>,
                     42: <br>
                     43: <a href="errata37.html">3.7</a>,
                     44: <a href="errata38.html">3.8</a>,
                     45: <a href="errata39.html">3.9</a>,
                     46: <a href="errata40.html">4.0</a>,
                     47: <a href="errata41.html">4.1</a>,
                     48: <a href="errata42.html">4.2</a>,
                     49: <a href="errata43.html">4.3</a>,
                     50: <a href="errata44.html">4.4</a>,
                     51: <a href="errata45.html">4.5</a>,
                     52: <a href="errata46.html">4.6</a>,
                     53: <a href="errata47.html">4.7</a>,
                     54: <a href="errata48.html">4.8</a>,
                     55: <a href="errata49.html">4.9</a>,
                     56: <a href="errata50.html">5.0</a>,
                     57: <a href="errata51.html">5.1</a>,
                     58: <a href="errata52.html">5.2</a>,
                     59: <br>
                     60: <a href="errata53.html">5.3</a>,
                     61: <a href="errata54.html">5.4</a>,
                     62: <a href="errata55.html">5.5</a>,
                     63: <a href="errata56.html">5.6</a>,
                     64: <a href="errata57.html">5.7</a>,
                     65: <a href="errata58.html">5.8</a>,
1.24    ! tj         66: <a href="errata59.html">5.9</a>,
        !            67: <a href="errata61.html">6.1</a>.
1.1       deraadt    68: <hr>
                     69:
                     70: <p>
1.24    ! tj         71: Patches for the OpenBSD base system are distributed as unified diffs.
        !            72: Each patch is cryptographically signed with the
        !            73: <a href="http://man.openbsd.org/signify">signify(1)</a> tool and contains
        !            74: usage instructions.
        !            75: All the following patches are also available in one
        !            76: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.0.tar.gz">tar.gz file</a>
        !            77: for convenience.
1.1       deraadt    78:
                     79: <p>
1.24    ! tj         80: Patches for supported releases are also incorporated into the
        !            81: <a href="stable.html">-stable branch</a>, which is maintained for one year
        !            82: after release.
1.1       deraadt    83:
                     84: <hr>
                     85:
                     86: <ul>
                     87:
1.2       tj         88: <li id="001_uvmisavail">
                     89: <font color="#009000">
                     90: <strong>001: RELIABILITY FIX: August 2, 2016</strong></font>
                     91: &nbsp; <i>All architectures</i>
                     92: <br>
                     93: Missing overflow checks in uvm may result in panics.
                     94: <br>
1.14      tb         95: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.0/common/001_uvmisavail.patch.sig">
1.2       tj         96: A source code patch exists which remedies this problem.</a>
                     97: <p>
1.1       deraadt    98:
1.3       tj         99: <li id="002_perl">
                    100: <font color="#009000">
                    101: <strong>002: RELIABILITY FIX: August 6, 2016</strong></font>
                    102: &nbsp; <i>All architectures</i>
                    103: <br>
                    104: Fixes IO::Socket::IP complaining about non-numeric version numbers.
                    105: <br>
1.14      tb        106: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.0/common/002_perl.patch.sig">
1.3       tj        107: A source code patch exists which remedies this problem.</a>
                    108: <p>
                    109:
                    110: <li id="003_relayd">
                    111: <font color="#009000">
                    112: <strong>003: RELIABILITY FIX: August 6, 2016</strong></font>
                    113: &nbsp; <i>All architectures</i>
                    114: <br>
                    115: Improve relayd's parsing of the Host-header by following RFC 7230
                    116: Section 5.4 more strictly.
                    117: <br>
1.14      tb        118: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.0/common/003_relayd.patch.sig">
1.3       tj        119: A source code patch exists which remedies this problem.</a>
                    120: <p>
                    121:
1.5       tj        122: <li id="004_smtpd">
                    123: <font color="#009000">
                    124: <strong>004: RELIABILITY FIX: August 23, 2016</strong></font>
                    125: &nbsp; <i>All architectures</i>
                    126: <br>
                    127: A missing initialization can prevent mail headers from being altered as
                    128: intended, resulting in mail being sent to incorrect addresses.
                    129: <br>
1.14      tb        130: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.0/common/004_smtpd.patch.sig">
1.5       tj        131: A source code patch exists which remedies this problem.</a>
                    132: <p>
                    133:
1.6       tj        134: <li id="005_wsfont">
                    135: <font color="#009000">
                    136: <strong>005: RELIABILITY FIX: September 17, 2016</strong></font>
                    137: &nbsp; <i>All architectures</i>
                    138: <br>
                    139: Limit the number of wscons fonts that can be loaded into the kernel.
                    140: <br>
1.14      tb        141: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.0/common/005_wsfont.patch.sig">
1.6       tj        142: A source code patch exists which remedies this problem.</a>
                    143: <p>
                    144:
1.7       benno     145: <li id="006_iked">
                    146: <font color="#009000">
                    147: <strong>006: RELIABILITY FIX: September 17, 2016</strong></font>
                    148: &nbsp; <i>All architectures</i>
                    149: <br>
                    150: During parsing of the iked(8) configuration, a variable is set to 0
                    151: by mistake, disabling Pre-Shared Key authentication.
                    152: <br>
1.14      tb        153: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.0/common/006_iked.patch.sig">
1.7       benno     154: A source code patch exists which remedies this problem.</a>
                    155: <p>
                    156:
1.8       tj        157: <li id="007_libcrypto">
                    158: <font color="#009000">
                    159: <strong>007: RELIABILITY FIX: September 22, 2016</strong></font>
                    160: &nbsp; <i>All architectures</i>
                    161: <br>
                    162: Revert change that cleans up the EVP cipher context in EVP_EncryptFinal()
                    163: and EVP_DecryptFinal(). Some software relies on the previous behaviour.
                    164: <br>
1.14      tb        165: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.0/common/007_libcrypto.patch.sig">
1.8       tj        166: A source code patch exists which remedies this problem.</a>
                    167: <p>
                    168:
                    169: <li id="008_libssl">
                    170: <font color="#009000">
                    171: <strong>008: RELIABILITY FIX: September 22, 2016</strong></font>
                    172: &nbsp; <i>All architectures</i>
                    173: <br>
                    174: Avoid unbounded memory growth in libssl, which can be triggered by a TLS
                    175: client repeatedly renegotiating and sending OCSP Status Request TLS extensions.
                    176: <br>
1.14      tb        177: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.0/common/008_libssl.patch.sig">
1.8       tj        178: A source code patch exists which remedies this problem.</a>
                    179: <p>
                    180:
                    181: <li id="009_libssl">
                    182: <font color="#009000">
                    183: <strong>009: SECURITY FIX: September 22, 2016</strong></font>
                    184: &nbsp; <i>All architectures</i>
                    185: <br>
                    186: Avoid falling back to a weak digest for (EC)DH when using SNI with libssl.
                    187: <br>
1.14      tb        188: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.0/common/009_libssl.patch.sig">
1.8       tj        189: A source code patch exists which remedies this problem.</a>
                    190: <p>
                    191:
1.9       tj        192: <li id="010_smtpd">
                    193: <font color="#009000">
                    194: <strong>010: RELIABILITY FIX: October 3, 2016</strong></font>
                    195: &nbsp; <i>All architectures</i>
                    196: <br>
                    197: A bug in the smtp session logic can lead to a server crash.
                    198: <br>
1.14      tb        199: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.0/common/010_smtpd.patch.sig">
1.9       tj        200: A source code patch exists which remedies this problem.</a>
                    201: <p>
                    202:
1.10      tj        203: <li id="011_xorg_libs">
                    204: <font color="#009000">
                    205: <strong>011: SECURITY FIX: October 4, 2016</strong></font>
                    206: &nbsp; <i>All architectures</i>
                    207: <br>
                    208: Fix a number of issues in the way various X client libraries handle
                    209: server responses.
                    210: <br>
1.14      tb        211: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.0/common/011_xorg_libs.patch.sig">
1.10      tj        212: A source code patch exists which remedies this problem.</a>
                    213: <p>
                    214:
1.11      deraadt   215: <li id="012_amap">
                    216: <font color="#009000">
1.12      tj        217: <strong>012: RELIABILITY FIX: October 8, 2016</strong></font>
1.11      deraadt   218: &nbsp; <i>All architectures</i>
                    219: <br>
                    220: Allocation of an amap with at least 131072 slots causes an integer overflow
                    221: that leads to an infinite loop.
                    222: <br>
1.15      tj        223: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.0/common/012_amap.patch.sig">
1.12      tj        224: A source code patch exists which remedies this problem.</a>
                    225: <p>
                    226:
                    227: <li id="013_ssh_kexinit">
                    228: <font color="#009000">
                    229: <strong>013: RELIABILITY FIX: October 10, 2016</strong></font>
                    230: &nbsp; <i>All architectures</i>
                    231: <br>
                    232: A protocol parsing bug in sshd can lead to unauthenticated memory
                    233: and CPU consumption.
                    234: <br>
                    235: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.0/common/013_ssh_kexinit.patch.sig">
1.11      deraadt   236: A source code patch exists which remedies this problem.</a>
                    237: <p>
                    238:
1.13      tj        239: <li id="014_smtpd.patch">
                    240: <font color="#009000">
                    241: <strong>014: RELIABILITY FIX: October 13, 2016</strong></font>
                    242: &nbsp; <i>All architectures</i>
                    243: <br>
                    244: A logic issue in smtpd's header parsing can cause SMTP sessions to hang.
                    245: <br>
                    246: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.0/common/014_smtpd.patch.sig">
                    247: A source code patch exists which remedies this problem.</a>
                    248: <p>
                    249:
1.16      tj        250: <li id="015_libssl.patch">
                    251: <font color="#009000">
                    252: <strong>015: RELIABILITY FIX: November 5, 2016</strong></font>
                    253: &nbsp; <i>All architectures</i>
                    254: <br>
                    255: Avoid continual processing of an unlimited number of TLS records.
                    256: <br>
                    257: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.0/common/015_libssl.patch.sig">
                    258: A source code patch exists which remedies this problem.</a>
                    259: <p>
                    260:
1.17      tj        261: <li id="016_libcrypto.patch">
                    262: <font color="#009000">
                    263: <strong>016: SECURITY FIX: January 5, 2017</strong></font>
                    264: &nbsp; <i>All architectures</i>
                    265: <br>
                    266: Avoid possible side-channel leak of ECDSA private keys when signing.
                    267: <br>
                    268: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.0/common/016_libcrypto.patch.sig">
                    269: A source code patch exists which remedies this problem.</a>
                    270: <p>
                    271:
1.18      tb        272: <li id="017_httpd.patch">
                    273: <font color="#009000">
                    274: <strong>017: RELIABILITY FIX: January 31, 2017</strong></font>
                    275: &nbsp; <i>All architectures</i>
                    276: <br>
                    277: A bug in the processing of range headers in httpd can lead to memory
                    278: exhaustion and a crash of httpd. This patch disables range header
                    279: processing.
                    280: <br>
                    281: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.0/common/017_httpd.patch.sig">
                    282: A source code patch exists which remedies this problem.</a>
                    283: <p>
                    284:
1.19      tj        285: <li id="018_net80211.patch">
                    286: <font color="#009000">
                    287: <strong>018: SECURITY FIX: March 1, 2017</strong></font>
                    288: &nbsp; <i>All architectures</i>
                    289: <br>
1.20      stsp      290: WiFi clients using WPA1 or WPA2 are vulnerable to a man-in-the-middle attack
1.21      stsp      291: by rogue access points.
1.19      tj        292: <br>
                    293: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.0/common/018_net80211.patch.sig">
                    294: A source code patch exists which remedies this problem.</a>
                    295: <p>
                    296:
1.22      tj        297: <li id="019_pf.patch">
                    298: <font color="#009000">
                    299: <strong>019: RELIABILITY FIX: March 9, 2017</strong></font>
                    300: &nbsp; <i>All architectures</i>
                    301: <br>
                    302: Prevent integer overflow in PF when calculating the adaptive timeout,
                    303: causing spuriously expired states under pressure.
                    304: <br>
                    305: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.0/common/019_pf.patch.sig">
                    306: A source code patch exists which remedies this problem.</a>
                    307: <p>
                    308:
1.23      tj        309: <li id="020_exec_elf.patch">
                    310: <font color="#009000">
                    311: <strong>020: SECURITY FIX: March 20, 2017</strong></font>
                    312: &nbsp; <i>All architectures</i>
                    313: <br>
                    314: ELF auxiliary vector storage leaks piece of kernel stack.
                    315: <br>
                    316: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/6.0/common/020_exec_elf.patch.sig">
                    317: A source code patch exists which remedies this problem.</a>
                    318: <p>
                    319:
1.1       deraadt   320: </ul>
                    321:
                    322: <hr>
                    323:
                    324: </body>
                    325: </html>