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

Annotation of www/errata59.html, Revision 1.45

1.1       deraadt     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
1.6       tj          4: <title>OpenBSD 5.9 Errata</title>
1.1       deraadt     5: <meta name="description" content="the OpenBSD CD errata page">
                      6: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
1.4       deraadt     7: <meta name="viewport" content="width=device-width, initial-scale=1">
                      8: <link rel="stylesheet" type="text/css" href="openbsd.css">
1.23      tb          9: <link rel="canonical" href="https://www.openbsd.org/errata59.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:
1.4       deraadt    18: <h2>
                     19: <a href="index.html">
                     20: <font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
1.6       tj         21: <font color="#e00000">5.9 Errata</font>
                     22: </h2>
1.4       deraadt    23: <hr>
1.1       deraadt    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>,
1.20      deraadt    65: <a href="errata58.html">5.8</a>,
1.38      tj         66: <a href="errata60.html">6.0</a>,
1.43      deraadt    67: <a href="errata61.html">6.1</a>,
1.44      deraadt    68: <a href="errata62.html">6.2</a>,
1.45    ! deraadt    69: <a href="errata63.html">6.3</a>,
        !            70: <a href="errata64.html">6.4</a>.
1.1       deraadt    71: <hr>
                     72:
                     73: <p>
1.38      tj         74: Patches for the OpenBSD base system are distributed as unified diffs.
                     75: Each patch is cryptographically signed with the
1.41      tb         76: <a href="https://man.openbsd.org/OpenBSD-5.9/signify.1">signify(1)</a> tool and contains
1.38      tj         77: usage instructions.
                     78: All the following patches are also available in one
                     79: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9.tar.gz">tar.gz file</a>
                     80: for convenience.
1.1       deraadt    81:
                     82: <p>
1.38      tj         83: Patches for supported releases are also incorporated into the
1.40      tj         84: <a href="stable.html">-stable branch</a>.
1.1       deraadt    85:
                     86: <hr>
                     87:
                     88: <ul>
                     89:
1.39      tb         90: <li id="p001_sshd">
1.2       deraadt    91: <font color="#009000"><strong>001: SECURITY FIX: March 10, 2016</strong></font>
                     92: &nbsp; <i>All architectures</i><br>
1.29      tb         93: <a href="https://www.openssh.com/txt/x11fwd.adv">
1.2       deraadt    94: Lack of credential sanitization allows injection of commands to xauth(1).</a>
                     95: <br>
                     96: Prevent this problem immediately by not using the "X11Forwarding" feature
                     97: (which is disabled by default)
                     98: <br>
1.29      tb         99: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/001_sshd.patch.sig">
1.2       deraadt   100: A source code patch exists which remedies this problem.</a>
                    101: <p>
1.1       deraadt   102:
1.39      tb        103: <li id="p002_in6bind">
1.3       deraadt   104: <font color="#009000"><strong>002: SECURITY FIX: March 16, 2016</strong></font>
                    105: &nbsp; <i>All architectures</i><br>
                    106: Insufficient checks in IPv6 socket binding and UDP IPv6 option
                    107: processing allow a local user to send UDP packets with a source
                    108: (IPv6 address + port) already reserved by another user.
                    109: <br>
1.29      tb        110: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/002_in6bind.patch.sig">
1.3       deraadt   111: A source code patch exists which remedies this problem.</a>
                    112: <p>
                    113:
1.39      tb        114: <li id="p003_pledge">
1.3       deraadt   115: <font color="#009000"><strong>003: RELIABILITY FIX: March 16, 2016</strong></font>
                    116: &nbsp; <i>All architectures</i><br>
                    117: Incorrect path processing in pledge_namei() could result in unexpected
                    118: program termination of pledge(2)'d programs.
                    119: <br>
1.29      tb        120: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/003_pledge.patch.sig">
1.3       deraadt   121: A source code patch exists which remedies this problem.</a>
                    122: <p>
                    123:
1.39      tb        124: <li id="p004_mbuf">
1.7       sthen     125: <font color="#009000"><strong>004: RELIABILITY FIX: April 30, 2016</strong></font>
                    126: &nbsp; <i>All architectures</i><br>
                    127: A problem in m_dup_pkt() can result in kernel crashes with carp(4).
                    128: <br>
1.29      tb        129: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/004_mbuf.patch.sig">
1.7       sthen     130: A source code patch exists which remedies this problem.</a>
                    131: <p>
                    132:
1.39      tb        133: <li id="p005_crypto">
1.8       tedu      134: <font color="#009000"><strong>005: SECURITY FIX: May 3, 2016</strong></font>
                    135: &nbsp; <i>All architectures</i><br>
                    136: Fix issues in the libcrypto library.
                    137: Refer to <a href="https://www.openssl.org/news/secadv/20160503.txt">the advisory</a>.
                    138: <ul>
                    139: <li>Memory corruption in the ASN.1 encoder (CVE-2016-2108)
                    140: <li>Padding oracle in AES-NI CBC MAC check (CVE-2016-2107)
                    141: <li>EVP_EncodeUpdate overflow (CVE-2016-2105)
                    142: <li>EVP_EncryptUpdate overflow (CVE-2016-2106)
                    143: <li>ASN.1 BIO excessive memory allocation (CVE-2016-2109)
                    144: </ul>
1.29      tb        145: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/005_crypto.patch.sig">
1.8       tedu      146: A source code patch exists which remedies this problem.</a>
                    147: <p>
                    148:
1.39      tb        149: <li id="p006_smtpd">
1.9       gilles    150: <font color="#009000"><strong>006: RELIABILITY FIX: May 16, 2016</strong></font>
                    151: &nbsp; <i>All architectures</i><br>
                    152: Fix issues in smtpd.
                    153: <ul>
                    154:   <li>Fix logic issue in smtp state machine that can lead to invalid state and result in crash.
                    155:   <li>Plug file pointer leak that can lead to resources exhaustion and result in crash.
                    156: </ul>
1.29      tb        157: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/006_smtpd.patch.sig">
1.9       gilles    158: A source code patch exists which remedies this problem.</a>
                    159: <p>
                    160:
1.39      tb        161: <li id="p007_uvideo">
1.10      kettenis  162: <font color="#009000"><strong>007: SECURITY FIX: May 17, 2016</strong></font>
                    163: &nbsp; <i>All architectures</i><br>
                    164: Insufficient checks in the uvideo(4) V4L2 ioctl handling leak kernel
                    165: memory contents to a local user.
                    166: <br>
1.29      tb        167: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/007_uvideo.patch.sig">
1.10      kettenis  168: A source code patch exists which remedies this problem.</a>
                    169: <p>
                    170:
1.39      tb        171: <li id="p008_bnx">
1.11      otto      172: <font color="#009000"><strong>008: RELIABILITY FIX: May 18, 2016</strong></font>
                    173: &nbsp; <i>All architectures</i><br>
                    174: Fix issue in the bnx(4) ethernet driver that could cause data corruption.
1.12      tj        175: <br>
1.29      tb        176: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/008_bnx.patch.sig">
1.11      otto      177: A source code patch exists which remedies this problem.</a>
                    178: <p>
1.13      bcook     179:
1.39      tb        180: <li id="p009_crypto">
1.13      bcook     181: <font color="#009000"><strong>009: RELIABILITY FIX: May 29, 2016</strong></font>
                    182: &nbsp; <i>All architectures</i><br>
                    183: Fix a bug in the libcrypto library when parsing certain ASN.1 elements.
                    184: <br>
1.29      tb        185: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/009_crypto.patch.sig">
1.13      bcook     186: A source code patch exists which remedies this problem.</a>
                    187: <p>
1.14      deraadt   188:
1.39      tb        189: <li id="p010_libexpat">
1.14      deraadt   190: <font color="#009000"><strong>010: SECURITY FIX: June 2, 2016</strong></font>
                    191: &nbsp; <i>All architectures</i><br>
                    192: Fix issues in the libexpat library to prevent multiple integer and
                    193: buffer overflows.
                    194: <br>
1.29      tb        195: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/010_libexpat.patch.sig">
1.14      deraadt   196: A source code patch exists which remedies this problem.</a>
                    197: <p>
                    198:
1.39      tb        199: <li id="p011_crypto">
1.15      awolk     200: <font color="#009000"><strong>011: SECURITY FIX: June 6, 2016</strong></font>
                    201: &nbsp; <i>All architectures</i><br>
                    202: Correct a problem that prevents the DSA signing algorithm from running
                    203: in constant time even if the flag BN_FLG_CONSTTIME is set.
                    204: <br>
1.29      tb        205: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/011_crypto.patch.sig">
1.15      awolk     206: A source code patch exists which remedies this problem.</a>
                    207: <p>
                    208:
1.39      tb        209: <li id="p012_crypto">
1.16      beck      210: <font color="#009000"><strong>012: SECURITY FIX: June 27, 2016</strong></font>
                    211: &nbsp; <i>All architectures</i><br>
                    212: Correct a problem that could result in incorrect parsing/encoding of times in OCSP messages.
                    213: <br>
1.29      tb        214: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/012_crypto.patch.sig">
1.16      beck      215: A source code patch exists which remedies this problem.</a>
                    216: <p>
                    217:
1.39      tb        218: <li id="p013_splice">
1.17      deraadt   219: <font color="#009000"><strong>013: RELIABILITY FIX: July 14, 2016</strong></font>
                    220: &nbsp; <i>All architectures</i><br>
                    221: Splicing sockets in a loop could cause a kernel spin.
                    222: <br>
1.29      tb        223: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/013_splice.patch.sig">
1.17      deraadt   224: A source code patch exists which remedies this problem.</a>
                    225: <p>
                    226:
1.39      tb        227: <li id="p014_unp">
1.17      deraadt   228: <font color="#009000"><strong>014: RELIABILITY FIX: July 14, 2016</strong></font>
                    229: &nbsp; <i>All architectures</i><br>
                    230: Multiple processes exiting with a fd-passing control message on a
                    231: shared socket could crash the system.
                    232: <br>
1.29      tb        233: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/014_unp.patch.sig">
1.17      deraadt   234: A source code patch exists which remedies this problem.</a>
                    235: <p>
                    236:
1.39      tb        237: <li id="p015_dirent">
1.17      deraadt   238: <font color="#009000"><strong>015: RELIABILITY FIX: July 14, 2016</strong></font>
                    239: &nbsp; <i>All architectures</i><br>
                    240: ufs_readdir failed to limit size of memory allocation, leading to panics.
                    241: <br>
1.29      tb        242: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/015_dirent.patch.sig">
1.17      deraadt   243: A source code patch exists which remedies this problem.</a>
                    244: <p>
                    245:
1.39      tb        246: <li id="p016_mmap">
1.17      deraadt   247: <font color="#009000"><strong>016: SECURITY FIX: July 14, 2016</strong></font>
                    248: &nbsp; <i>All architectures</i><br>
                    249: The mmap extension __MAP_NOFAULT could overcommit resources and crash
                    250: the system.
                    251: <br>
1.29      tb        252: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/016_mmap.patch.sig">
1.17      deraadt   253: A source code patch exists which remedies this problem.</a>
                    254: <p>
                    255:
1.39      tb        256: <li id="p017_arp">
1.17      deraadt   257: <font color="#009000"><strong>017: RELIABILITY FIX: July 14, 2016</strong></font>
                    258: &nbsp; <i>All architectures</i><br>
1.18      tj        259: A race occuring in the unlocked ARP input path can lead to a kernel
                    260: NULL dereference.
                    261: <br>
1.29      tb        262: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/017_arp.patch.sig">
1.18      tj        263: A source code patch exists which remedies this problem.</a>
                    264: <p>
                    265:
1.39      tb        266: <li id="p018_timeout">
1.18      tj        267: <font color="#009000"><strong>018: RELIABILITY FIX: July 14, 2016</strong></font>
                    268: &nbsp; <i>All architectures</i><br>
1.17      deraadt   269: Tick counting overflows could cause a kernel crash.
                    270: <br>
1.29      tb        271: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/018_timeout.patch.sig">
1.17      deraadt   272: A source code patch exists which remedies this problem.</a>
                    273: <p>
                    274:
1.39      tb        275: <li id="p019_kevent">
1.18      tj        276: <font color="#009000"><strong>019: RELIABILITY FIX: July 14, 2016</strong></font>
1.17      deraadt   277: &nbsp; <i>All architectures</i><br>
                    278: Invalid file descriptor use with kevent(2) could lead to a kernel crash.
                    279: <br>
1.29      tb        280: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/019_kevent.patch.sig">
1.17      deraadt   281: A source code patch exists which remedies this problem.</a>
                    282: <p>
                    283:
1.39      tb        284: <li id="p020_amap">
1.18      tj        285: <font color="#009000"><strong>020: RELIABILITY FIX: July 14, 2016</strong></font>
1.17      deraadt   286: &nbsp; <i>All architectures</i><br>
                    287: Unchecked parameters and integer overflows in the amap allocation routines
                    288: could cause malloc(9) to either not allocate enough memory, leading to memory
                    289: corruption, or to trigger a "malloc: allocation too large" panic.
                    290: <br>
1.29      tb        291: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/020_amap.patch.sig">
1.17      deraadt   292: A source code patch exists which remedies this problem.</a>
                    293: <p>
                    294:
1.39      tb        295: <li id="p021_relayd">
1.19      benno     296: <font color="#009000"><strong>021: RELIABILITY FIX: July 25, 2016</strong></font>
                    297: &nbsp; <i>All architectures</i><br>
                    298: When signaling an error to an HTTP relay client, the connection can be
                    299: terminated prematurely, leading to a crash.
                    300: <br>
1.29      tb        301: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/021_relayd.patch.sig">
1.19      benno     302: A source code patch exists which remedies this problem.</a>
                    303: <p>
                    304:
1.39      tb        305: <li id="p022_sysctl">
1.21      tj        306: <font color="#009000">
                    307: <strong>022: RELIABILITY FIX: August 2, 2016</strong></font>
                    308: &nbsp; <i>All architectures</i>
                    309: <br>
                    310: A missing NULL check in sysctl code results in a crash.
                    311: <br>
1.29      tb        312: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/022_sysctl.patch.sig">
1.21      tj        313: A source code patch exists which remedies this problem.</a>
                    314: <p>
                    315:
1.39      tb        316: <li id="p023_uvmisavail">
1.21      tj        317: <font color="#009000">
                    318: <strong>023: RELIABILITY FIX: August 2, 2016</strong></font>
                    319: &nbsp; <i>All architectures</i>
                    320: <br>
                    321: Missing overflow checks in uvm may result in panics.
                    322: <br>
1.29      tb        323: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/023_uvmisavail.patch.sig">
1.21      tj        324: A source code patch exists which remedies this problem.</a>
                    325: <p>
                    326:
1.39      tb        327: <li id="p024_perl">
1.22      tj        328: <font color="#009000">
                    329: <strong>024: SECURITY FIX: August 6, 2016</strong></font>
                    330: &nbsp; <i>All architectures</i>
                    331: <br>
                    332: Don't look in the current working directory for perl modules to load.
1.42      tb        333: See the <a href="https://marc.info/?l=perl5-porters&amp;m=146945269625067&amp;w=2">
1.22      tj        334: perl5-porters announcement</a> for details.
                    335: <br>
1.29      tb        336: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/024_perl.patch.sig">
1.22      tj        337: A source code patch exists which remedies this problem.</a>
                    338: <p>
                    339:
1.39      tb        340: <li id="p025_relayd">
1.22      tj        341: <font color="#009000">
                    342: <strong>025: RELIABILITY FIX: August 6, 2016</strong></font>
                    343: &nbsp; <i>All architectures</i>
                    344: <br>
                    345: Improve relayd's parsing of the Host-header by following RFC 7230
                    346: Section 5.4 more strictly.
                    347: <br>
1.29      tb        348: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/025_relayd.patch.sig">
1.22      tj        349: A source code patch exists which remedies this problem.</a>
                    350: <p>
                    351:
1.39      tb        352: <li id="p026_wsfont">
1.24      tj        353: <font color="#009000">
                    354: <strong>026: RELIABILITY FIX: September 17, 2016</strong></font>
                    355: &nbsp; <i>All architectures</i>
                    356: <br>
                    357: Limit the number of wscons fonts that can be loaded into the kernel.
                    358: <br>
1.29      tb        359: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/026_wsfont.patch.sig">
1.24      tj        360: A source code patch exists which remedies this problem.</a>
                    361: <p>
                    362:
1.39      tb        363: <li id="p027_libssl">
1.25      tj        364: <font color="#009000">
                    365: <strong>027: RELIABILITY FIX: September 22, 2016</strong></font>
                    366: &nbsp; <i>All architectures</i>
                    367: <br>
                    368: Avoid unbounded memory growth in libssl, which can be triggered by a TLS
                    369: client repeatedly renegotiating and sending OCSP Status Request TLS extensions.
                    370: <br>
1.29      tb        371: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/027_libssl.patch.sig">
1.25      tj        372: A source code patch exists which remedies this problem.</a>
                    373: <p>
                    374:
1.39      tb        375: <li id="p028_libssl">
1.25      tj        376: <font color="#009000">
                    377: <strong>028: SECURITY FIX: September 22, 2016</strong></font>
                    378: &nbsp; <i>All architectures</i>
                    379: <br>
                    380: Avoid falling back to a weak digest for (EC)DH when using SNI with libssl.
                    381: <br>
1.29      tb        382: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/028_libssl.patch.sig">
1.25      tj        383: A source code patch exists which remedies this problem.</a>
                    384: <p>
                    385:
1.39      tb        386: <li id="p029_xorg_libs">
1.26      tj        387: <font color="#009000">
                    388: <strong>029: SECURITY FIX: October 4, 2016</strong></font>
                    389: &nbsp; <i>All architectures</i>
                    390: <br>
                    391: Fix a number of issues in the way various X client libraries handle
                    392: server responses.
                    393: <br>
1.29      tb        394: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/029_xorg_libs.patch.sig">
1.26      tj        395: A source code patch exists which remedies this problem.</a>
                    396: <p>
                    397:
1.39      tb        398: <li id="p030_ssh_kexinit">
1.27      tj        399: <font color="#009000">
                    400: <strong>030: RELIABILITY FIX: October 10, 2016</strong></font>
                    401: &nbsp; <i>All architectures</i>
                    402: <br>
                    403: A protocol parsing bug in sshd can lead to unauthenticated memory
                    404: and CPU consumption.
                    405: <br>
                    406: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/030_ssh_kexinit.patch.sig">
                    407: A source code patch exists which remedies this problem.</a>
                    408: <p>
                    409:
1.39      tb        410: <li id="p031_smtpd.patch">
1.28      tj        411: <font color="#009000">
                    412: <strong>031: RELIABILITY FIX: October 13, 2016</strong></font>
                    413: &nbsp; <i>All architectures</i>
                    414: <br>
                    415: A logic issue in smtpd's header parsing can cause SMTP sessions to hang.
                    416: <br>
                    417: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/031_smtpd.patch.sig">
                    418: A source code patch exists which remedies this problem.</a>
                    419: <p>
                    420:
1.39      tb        421: <li id="p032_libssl.patch">
1.30      tj        422: <font color="#009000">
                    423: <strong>032: RELIABILITY FIX: November 5, 2016</strong></font>
                    424: &nbsp; <i>All architectures</i>
                    425: <br>
                    426: Avoid continual processing of an unlimited number of TLS records.
                    427: <br>
                    428: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/032_libssl.patch.sig">
                    429: A source code patch exists which remedies this problem.</a>
                    430: <p>
                    431:
1.39      tb        432: <li id="p033_libcrypto.patch">
1.31      tj        433: <font color="#009000">
                    434: <strong>033: SECURITY FIX: January 5, 2017</strong></font>
                    435: &nbsp; <i>All architectures</i>
                    436: <br>
                    437: Avoid possible side-channel leak of ECDSA private keys when signing.
                    438: <br>
                    439: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/033_libcrypto.patch.sig">
                    440: A source code patch exists which remedies this problem.</a>
                    441: <p>
                    442:
1.39      tb        443: <li id="p034_httpd.patch">
1.32      tb        444: <font color="#009000">
                    445: <strong>034: RELIABILITY FIX: January 31, 2017</strong></font>
                    446: &nbsp; <i>All architectures</i>
                    447: <br>
                    448: A bug in the processing of range heanders in httpd can lead to memory
                    449: exhaustion and a crash of httpd. This patch disables range heander
                    450: processing.
                    451: <br>
                    452: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/034_httpd.patch.sig">
                    453: A source code patch exists which remedies this problem.</a>
                    454: <p>
                    455:
1.39      tb        456: <li id="p035_net80211.patch">
1.33      tj        457: <font color="#009000">
                    458: <strong>035: SECURITY FIX: March 1, 2017</strong></font>
                    459: &nbsp; <i>All architectures</i>
                    460: <br>
1.34      stsp      461: WiFi clients using WPA1 or WPA2 are vulnerable to a man-in-the-middle attack
1.35      stsp      462: by rogue access points.
1.33      tj        463: <br>
                    464: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/035_net80211.patch.sig">
                    465: A source code patch exists which remedies this problem.</a>
                    466: <p>
                    467:
1.39      tb        468: <li id="p036_pf.patch">
1.36      tj        469: <font color="#009000">
                    470: <strong>036: RELIABILITY FIX: March 9, 2017</strong></font>
                    471: &nbsp; <i>All architectures</i>
                    472: <br>
                    473: Prevent integer overflow in PF when calculating the adaptive timeout,
                    474: causing spuriously expired states under pressure.
                    475: <br>
                    476: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/036_pf.patch.sig">
                    477: A source code patch exists which remedies this problem.</a>
                    478: <p>
                    479:
1.39      tb        480: <li id="p037_exec_elf.patch">
1.37      tj        481: <font color="#009000">
                    482: <strong>037: SECURITY FIX: March 20, 2017</strong></font>
                    483: &nbsp; <i>All architectures</i>
                    484: <br>
                    485: ELF auxiliary vector storage leaks piece of kernel stack.
                    486: <br>
                    487: <a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/037_exec_elf.patch.sig">
                    488: A source code patch exists which remedies this problem.</a>
                    489: <p>
                    490:
1.1       deraadt   491: </ul>
                    492:
                    493: <hr>
                    494:
                    495: </body>
                    496: </html>