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

File: [local] / www / errata59.html (download) (as text)

Revision 1.33, Wed Mar 1 19:26:49 2017 UTC (7 years, 2 months ago) by tj
Branch: MAIN
Changes since 1.32: +12 -0 lines

release net80211 errata; from stsp

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>OpenBSD 5.9 Errata</title>
<meta name="description" content="the OpenBSD CD errata page">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="openbsd.css">
<link rel="canonical" href="https://www.openbsd.org/errata59.html">
</head>

<!--
			IMPORTANT REMINDER
	IF YOU ADD A NEW ERRATUM, MAIL THE PATCH TO TECH AND ANNOUNCE
-->
<body bgcolor="#ffffff" text="#000000" link="#23238E">

<h2>
<a href="index.html">
<font color="#0000ff"><i>Open</i></font><font color="#000084">BSD</font></a>
<font color="#e00000">5.9 Errata</font>
</h2>
<hr>

<a href=stable.html>For OpenBSD patch branch information, please refer here.</a><br>
<br>
For errata on a certain release, click below:<br>
<a href="errata21.html">2.1</a>,
<a href="errata22.html">2.2</a>,
<a href="errata23.html">2.3</a>,
<a href="errata24.html">2.4</a>,
<a href="errata25.html">2.5</a>,
<a href="errata26.html">2.6</a>,
<a href="errata27.html">2.7</a>,
<a href="errata28.html">2.8</a>,
<a href="errata29.html">2.9</a>,
<a href="errata30.html">3.0</a>,
<a href="errata31.html">3.1</a>,
<a href="errata32.html">3.2</a>,
<a href="errata33.html">3.3</a>,
<a href="errata34.html">3.4</a>,
<a href="errata35.html">3.5</a>,
<a href="errata36.html">3.6</a>,
<br>
<a href="errata37.html">3.7</a>,
<a href="errata38.html">3.8</a>,
<a href="errata39.html">3.9</a>,
<a href="errata40.html">4.0</a>,
<a href="errata41.html">4.1</a>,
<a href="errata42.html">4.2</a>,
<a href="errata43.html">4.3</a>,
<a href="errata44.html">4.4</a>,
<a href="errata45.html">4.5</a>,
<a href="errata46.html">4.6</a>,
<a href="errata47.html">4.7</a>,
<a href="errata48.html">4.8</a>,
<a href="errata49.html">4.9</a>,
<a href="errata50.html">5.0</a>,
<a href="errata51.html">5.1</a>,
<a href="errata52.html">5.2</a>,
<br>
<a href="errata53.html">5.3</a>,
<a href="errata54.html">5.4</a>,
<a href="errata55.html">5.5</a>,
<a href="errata56.html">5.6</a>,
<a href="errata57.html">5.7</a>,
<a href="errata58.html">5.8</a>,
<a href="errata60.html">6.0</a>.
<br>
<hr>

<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9.tar.gz">
You can also fetch a tar.gz file containing all the following patches</a>.
This file is updated once a day.
<p>

The patches below are available in CVS via the
<code>OPENBSD_5_9</code> <a href="stable.html">patch branch</a>.
<p>

For more detailed information on how to install patches to OpenBSD, please
consult the <a href="./faq/faq10.html#Patches">OpenBSD FAQ</a>.
<p>

<hr>

<ul>

<li id="001_sshd">
<font color="#009000"><strong>001: SECURITY FIX: March 10, 2016</strong></font>
&nbsp; <i>All architectures</i><br>
<a href="https://www.openssh.com/txt/x11fwd.adv">
Lack of credential sanitization allows injection of commands to xauth(1).</a>
<br>
Prevent this problem immediately by not using the "X11Forwarding" feature
(which is disabled by default)
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/001_sshd.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="002_in6bind">
<font color="#009000"><strong>002: SECURITY FIX: March 16, 2016</strong></font>
&nbsp; <i>All architectures</i><br>
Insufficient checks in IPv6 socket binding and UDP IPv6 option
processing allow a local user to send UDP packets with a source
(IPv6 address + port) already reserved by another user.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/002_in6bind.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="003_pledge">
<font color="#009000"><strong>003: RELIABILITY FIX: March 16, 2016</strong></font>
&nbsp; <i>All architectures</i><br>
Incorrect path processing in pledge_namei() could result in unexpected
program termination of pledge(2)'d programs.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/003_pledge.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="004_mbuf">
<font color="#009000"><strong>004: RELIABILITY FIX: April 30, 2016</strong></font>
&nbsp; <i>All architectures</i><br>
A problem in m_dup_pkt() can result in kernel crashes with carp(4).
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/004_mbuf.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="005_crypto">
<font color="#009000"><strong>005: SECURITY FIX: May 3, 2016</strong></font>
&nbsp; <i>All architectures</i><br>
Fix issues in the libcrypto library.
Refer to <a href="https://www.openssl.org/news/secadv/20160503.txt">the advisory</a>.
<ul>
<li>Memory corruption in the ASN.1 encoder (CVE-2016-2108)
<li>Padding oracle in AES-NI CBC MAC check (CVE-2016-2107)
<li>EVP_EncodeUpdate overflow (CVE-2016-2105)
<li>EVP_EncryptUpdate overflow (CVE-2016-2106)
<li>ASN.1 BIO excessive memory allocation (CVE-2016-2109)
</ul>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/005_crypto.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="006_smtpd">
<font color="#009000"><strong>006: RELIABILITY FIX: May 16, 2016</strong></font>
&nbsp; <i>All architectures</i><br>
Fix issues in smtpd.
<ul>
  <li>Fix logic issue in smtp state machine that can lead to invalid state and result in crash.
  <li>Plug file pointer leak that can lead to resources exhaustion and result in crash.
</ul>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/006_smtpd.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="007_uvideo">
<font color="#009000"><strong>007: SECURITY FIX: May 17, 2016</strong></font>
&nbsp; <i>All architectures</i><br>
Insufficient checks in the uvideo(4) V4L2 ioctl handling leak kernel
memory contents to a local user.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/007_uvideo.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="008_bnx">
<font color="#009000"><strong>008: RELIABILITY FIX: May 18, 2016</strong></font>
&nbsp; <i>All architectures</i><br>
Fix issue in the bnx(4) ethernet driver that could cause data corruption.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/008_bnx.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="009_crypto">
<font color="#009000"><strong>009: RELIABILITY FIX: May 29, 2016</strong></font>
&nbsp; <i>All architectures</i><br>
Fix a bug in the libcrypto library when parsing certain ASN.1 elements.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/009_crypto.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="010_libexpat">
<font color="#009000"><strong>010: SECURITY FIX: June 2, 2016</strong></font>
&nbsp; <i>All architectures</i><br>
Fix issues in the libexpat library to prevent multiple integer and
buffer overflows.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/010_libexpat.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="011_crypto">
<font color="#009000"><strong>011: SECURITY FIX: June 6, 2016</strong></font>
&nbsp; <i>All architectures</i><br>
Correct a problem that prevents the DSA signing algorithm from running
in constant time even if the flag BN_FLG_CONSTTIME is set.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/011_crypto.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="012_crypto">
<font color="#009000"><strong>012: SECURITY FIX: June 27, 2016</strong></font>
&nbsp; <i>All architectures</i><br>
Correct a problem that could result in incorrect parsing/encoding of times in OCSP messages.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/012_crypto.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="013_splice">
<font color="#009000"><strong>013: RELIABILITY FIX: July 14, 2016</strong></font>
&nbsp; <i>All architectures</i><br>
Splicing sockets in a loop could cause a kernel spin.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/013_splice.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="014_unp">
<font color="#009000"><strong>014: RELIABILITY FIX: July 14, 2016</strong></font>
&nbsp; <i>All architectures</i><br>
Multiple processes exiting with a fd-passing control message on a
shared socket could crash the system.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/014_unp.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="015_dirent">
<font color="#009000"><strong>015: RELIABILITY FIX: July 14, 2016</strong></font>
&nbsp; <i>All architectures</i><br>
ufs_readdir failed to limit size of memory allocation, leading to panics.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/015_dirent.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="016_mmap">
<font color="#009000"><strong>016: SECURITY FIX: July 14, 2016</strong></font>
&nbsp; <i>All architectures</i><br>
The mmap extension __MAP_NOFAULT could overcommit resources and crash
the system.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/016_mmap.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="017_arp">
<font color="#009000"><strong>017: RELIABILITY FIX: July 14, 2016</strong></font>
&nbsp; <i>All architectures</i><br>
A race occuring in the unlocked ARP input path can lead to a kernel
NULL dereference.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/017_arp.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="018_timeout">
<font color="#009000"><strong>018: RELIABILITY FIX: July 14, 2016</strong></font>
&nbsp; <i>All architectures</i><br>
Tick counting overflows could cause a kernel crash.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/018_timeout.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="019_kevent">
<font color="#009000"><strong>019: RELIABILITY FIX: July 14, 2016</strong></font>
&nbsp; <i>All architectures</i><br>
Invalid file descriptor use with kevent(2) could lead to a kernel crash.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/019_kevent.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="020_amap">
<font color="#009000"><strong>020: RELIABILITY FIX: July 14, 2016</strong></font>
&nbsp; <i>All architectures</i><br>
Unchecked parameters and integer overflows in the amap allocation routines
could cause malloc(9) to either not allocate enough memory, leading to memory
corruption, or to trigger a "malloc: allocation too large" panic.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/020_amap.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="021_relayd">
<font color="#009000"><strong>021: RELIABILITY FIX: July 25, 2016</strong></font>
&nbsp; <i>All architectures</i><br>
When signaling an error to an HTTP relay client, the connection can be
terminated prematurely, leading to a crash.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/021_relayd.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="022_sysctl">
<font color="#009000">
<strong>022: RELIABILITY FIX: August 2, 2016</strong></font>
&nbsp; <i>All architectures</i>
<br>
A missing NULL check in sysctl code results in a crash.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/022_sysctl.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="023_uvmisavail">
<font color="#009000">
<strong>023: RELIABILITY FIX: August 2, 2016</strong></font>
&nbsp; <i>All architectures</i>
<br>
Missing overflow checks in uvm may result in panics.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/023_uvmisavail.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="024_perl">
<font color="#009000">
<strong>024: SECURITY FIX: August 6, 2016</strong></font>
&nbsp; <i>All architectures</i>
<br>
Don't look in the current working directory for perl modules to load.
See the <a href="http://marc.info/?l=perl5-porters&amp;m=146945269625067&amp;w=2">
perl5-porters announcement</a> for details.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/024_perl.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="025_relayd">
<font color="#009000">
<strong>025: RELIABILITY FIX: August 6, 2016</strong></font>
&nbsp; <i>All architectures</i>
<br>
Improve relayd's parsing of the Host-header by following RFC 7230
Section 5.4 more strictly.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/025_relayd.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="026_wsfont">
<font color="#009000">
<strong>026: RELIABILITY FIX: September 17, 2016</strong></font>
&nbsp; <i>All architectures</i>
<br>
Limit the number of wscons fonts that can be loaded into the kernel.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/026_wsfont.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="027_libssl">
<font color="#009000">
<strong>027: RELIABILITY FIX: September 22, 2016</strong></font>
&nbsp; <i>All architectures</i>
<br>
Avoid unbounded memory growth in libssl, which can be triggered by a TLS
client repeatedly renegotiating and sending OCSP Status Request TLS extensions.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/027_libssl.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="028_libssl">
<font color="#009000">
<strong>028: SECURITY FIX: September 22, 2016</strong></font>
&nbsp; <i>All architectures</i>
<br>
Avoid falling back to a weak digest for (EC)DH when using SNI with libssl.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/028_libssl.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="029_xorg_libs">
<font color="#009000">
<strong>029: SECURITY FIX: October 4, 2016</strong></font>
&nbsp; <i>All architectures</i>
<br>
Fix a number of issues in the way various X client libraries handle
server responses.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/029_xorg_libs.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="030_ssh_kexinit">
<font color="#009000">
<strong>030: RELIABILITY FIX: October 10, 2016</strong></font>
&nbsp; <i>All architectures</i>
<br>
A protocol parsing bug in sshd can lead to unauthenticated memory
and CPU consumption.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/030_ssh_kexinit.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="031_smtpd.patch">
<font color="#009000">
<strong>031: RELIABILITY FIX: October 13, 2016</strong></font>
&nbsp; <i>All architectures</i>
<br>
A logic issue in smtpd's header parsing can cause SMTP sessions to hang.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/031_smtpd.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="032_libssl.patch">
<font color="#009000">
<strong>032: RELIABILITY FIX: November 5, 2016</strong></font>
&nbsp; <i>All architectures</i>
<br>
Avoid continual processing of an unlimited number of TLS records.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/032_libssl.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="033_libcrypto.patch">
<font color="#009000">
<strong>033: SECURITY FIX: January 5, 2017</strong></font>
&nbsp; <i>All architectures</i>
<br>
Avoid possible side-channel leak of ECDSA private keys when signing.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/033_libcrypto.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="034_httpd.patch">
<font color="#009000">
<strong>034: RELIABILITY FIX: January 31, 2017</strong></font>
&nbsp; <i>All architectures</i>
<br>
A bug in the processing of range heanders in httpd can lead to memory
exhaustion and a crash of httpd. This patch disables range heander
processing.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/034_httpd.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

<li id="035_net80211.patch">
<font color="#009000">
<strong>035: SECURITY FIX: March 1, 2017</strong></font>
&nbsp; <i>All architectures</i>
<br>
Due to insufficient state checks during the WPA handshake, wifi clients
using WPA1 or WPA2 are vulnerable to a man-in-the-middle attack.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/5.9/common/035_net80211.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>

</ul>

<hr>

</body>
</html>