www/errata73.html

273 lines
8.5 KiB
HTML

<!doctype html>
<html lang=en id=errata>
<meta charset=utf-8>
<title>OpenBSD 7.3 Errata</title>
<meta name="description" content="the OpenBSD errata page">
<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/errata73.html">
<!--
IMPORTANT REMINDER
IF YOU ADD A NEW ERRATUM, MAIL THE PATCH TO TECH AND ANNOUNCE
-->
<h2 id=OpenBSD>
<a href="index.html">
<i>Open</i><b>BSD</b></a>
7.3 Errata
</h2>
<hr>
For errata on a certain release, click below:<br>
<a href="errata20.html">2.0</a>,
<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>,
<br>
<a href="errata36.html">3.6</a>,
<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>,
<br>
<a href="errata52.html">5.2</a>,
<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="errata59.html">5.9</a>,
<a href="errata60.html">6.0</a>,
<a href="errata61.html">6.1</a>,
<a href="errata62.html">6.2</a>,
<a href="errata63.html">6.3</a>,
<a href="errata64.html">6.4</a>,
<a href="errata65.html">6.5</a>,
<a href="errata66.html">6.6</a>,
<a href="errata67.html">6.7</a>,
<br>
<a href="errata68.html">6.8</a>,
<a href="errata69.html">6.9</a>,
<a href="errata70.html">7.0</a>,
<a href="errata71.html">7.1</a>,
<a href="errata72.html">7.2</a>.
<hr>
<p>
Patches for the OpenBSD base system are distributed as unified diffs.
Each patch is cryptographically signed with the
<a href="https://man.openbsd.org/OpenBSD-7.3/signify.1">signify(1)</a> tool and contains
usage instructions.
All the following patches are also available in one
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3.tar.gz">tar.gz file</a>
for convenience.
<p>
Alternatively, the <a href="https://man.openbsd.org/syspatch">syspatch(8)</a>
utility can be used to apply binary updates on the following architectures:
amd64, i386, arm64.
<p>
Patches for supported releases are also incorporated into the
<a href="stable.html">-stable branch</a>, which is maintained for one year
after release.
<hr>
<ul>
<li id="p001_bgpd">
<strong>001: RELIABILITY FIX: May 3, 2023</strong>
&nbsp; <i>All architectures</i>
<br>
A new ASPA object appeared in the RPKI ecosystem and exposed bugs in
bgpd(8) and rpki-client(8).
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/001_bgpd.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p002_bgpd">
<strong>002: RELIABILITY FIX: May 16, 2023</strong>
&nbsp; <i>All architectures</i>
<br>
Avoid fatal errors in bgpd(8) due to incorrect refcounting and mishandling
of ASPA objects. Fix bgpctl(8) 'show rib in' by renaming 'invalid' into
'disqualified'.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/002_bgpd.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p003_rpki">
<strong>003: RELIABILITY FIX: May 26, 2023</strong>
&nbsp; <i>All architectures</i>
<br>
IP address inheritance was handled incorrectly in rpki-client(8).
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/003_rpki.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p004_ssl">
<strong>004: SECURITY FIX: May 26, 2023</strong>
&nbsp; <i>All architectures</i>
<br>
A double free or use after free could occur after SSL_clear(3).
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/004_ssl.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p005_libx11">
<strong>005: SECURITY FIX: June 15, 2023</strong>
&nbsp; <i>All architectures</i>
<br>
libX11 CVE-2023-3138 Missing checks in XQueryExtension() return values.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/005_libx11.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p006_bgpd">
<strong>006: RELIABILITY FIX: July 12, 2023</strong>
&nbsp; <i>All architectures</i>
<br>
Incorrect length handling of path attributes in bgpd(8) can lead to a
session reset.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/006_bgpd.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p007_httpd">
<strong>007: RELIABILITY FIX: July 12, 2023</strong>
&nbsp; <i>All architectures</i>
<br>
A malformed HTTP request can crash httpd(8), if fastcgi is in use.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/007_httpd.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p008_elf">
<strong>008: RELIABILITY FIX: July 12, 2023</strong>
&nbsp; <i>All architectures</i>
<br>
Incomplete validation of ELF headers in execve(2).
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/008_elf.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p009_bgpd">
<strong>009: RELIABILITY FIX: July 12, 2023</strong>
&nbsp; <i>All architectures</i>
<br>
When tracking nexthops over IPv6 multipath routes, or when receiving
a NOTIFICATION while reaching an internal limit, bgpd(8) could crash.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/009_bgpd.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p010_ssh_agent">
<strong>010: SECURITY FIX: July 19, 2023</strong>
&nbsp; <i>All architectures</i>
<br>
In ssh-agent(1)'s PKCS#11 provider support, remote execution was
possible due to controllable access in low-quality libraries. In
addition to fixing this, the ability to remotely load PKCS#11
libraries is now disabled by default (re-enable with
'-Oallow-remote-pkcs11').
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/010_ssh_agent.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p011_amdcpu">
<strong>011: SECURITY FIX: July 24, 2023</strong>
&nbsp; <i>amd64 i386</i>
<br>
Workaround for Zenbleed AMD cpu problem. For i386 and amd64 platforms.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/011_amdcpu.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p012_amdfirmware">
<strong>012: SECURITY FIX: July 24, 2023</strong>
&nbsp; <i>amd64 i386</i>
<br>
Add firmware for AMD cpus, to repair past or potential future bugs.
For i386 and amd64 platforms.
<p>
After this step, "fw_update" and "installboot" must be run.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/012_amdfirmware.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p013_amdcpufirmware">
<strong>013: SECURITY FIX: July 24, 2023</strong>
&nbsp; <i>amd64 i386</i>
<br>
Install firmware updates for AMD cpus, to repair past or potential future bugs.
For i386 and amd64 platforms.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/013_amdcpufirmware.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p014_wscons">
<strong>014: RELIABILITY FIX: July 24, 2023</strong>
&nbsp; <i>All architectures</i>
<br>
Missing bounds check in console terminal emulation could cause a kernel
crash after receiving specially crafted escape sequences.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/014_wscons.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p015_hvamdcpu">
<strong>015: RELIABILITY FIX: July 25, 2023</strong>
&nbsp; <i>amd64 i386</i>
<br>
Some hypervisors remain unpatched for writes to Zenbleed DE_CFG bit,
so skip it.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.3/common/015_hvamdcpu.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
</ul>
<hr>