www/errata72.html

501 lines
16 KiB
HTML

<!doctype html>
<html lang=en id=errata>
<meta charset=utf-8>
<title>OpenBSD 7.2 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/errata72.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.2 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="errata73.html">7.3</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.2/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.2.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>.
<hr>
<ul>
<li id="p001_x509">
<strong>001: SECURITY FIX: October 24, 2022</strong>
&nbsp; <i>All architectures</i>
<br>
Custom verification callbacks could cause the X.509 verifier to fail
to store errors resulting from leaf certificate verification.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/001_x509.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p002_asn1">
<strong>002: RELIABILITY FIX: October 24, 2022</strong>
&nbsp; <i>All architectures</i>
<br>
Unbreak ASN.1 indefinite length encoding.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/002_asn1.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p003_ukbd">
<strong>003: RELIABILITY FIX: October 27, 2022</strong>
&nbsp; <i>All architectures</i>
<br>
Restore operation of Apple-specific Fn-key keyboard sequences.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/003_ukbd.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p004_expat">
<strong>004: SECURITY FIX: November 1, 2022</strong>
&nbsp; <i>All architectures</i>
<br>
In libexpat fix heap use-after-free vulnerability CVE-2022-43680.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/004_expat.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p005_pixman">
<strong>005: SECURITY FIX: November 14, 2022</strong>
&nbsp; <i>All architectures</i>
<br>
CVE-2022-44638: An integer overflow in pixman may lead to an out-of-bounds
write.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/005_pixman.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p006_vmm">
<strong>006: RELIABILITY FIX: November 26, 2022</strong>
&nbsp; <i>amd64</i>
<br>
Incorrect reference counting and locking caused a vmm(4) performance
regression.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/006_vmm.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p007_unwind">
<strong>007: SECURITY FIX: November 26, 2022</strong>
&nbsp; <i>All architectures</i>
<br>
A crafted TCP query from localhost could crash the unwind(8) daemon.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/007_unwind.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p008_pfsync">
<strong>008: RELIABILITY FIX: November 26, 2022</strong>
&nbsp; <i>All architectures</i>
<br>
Fix a assertion crash during pfsync state update.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/008_pfsync.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p009_xserver">
<strong>009: SECURITY FIX: December 14, 2022</strong>
&nbsp; <i>All architectures</i>
<br>
In X11 server fix local privileges elevation and remote code
execution for ssh X forwarding sessions. This addresses CVE-2022-46340
CVE-2022-46341 CVE-2022-46342 CVE-2022-46343 CVE-2022-46344.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/009_xserver.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p010_vmd">
<strong>010: RELIABILITY FIX: December 14, 2022</strong>
&nbsp; <i>amd64</i>
<br>
Fix booting vmd(8) guests from ramdisk with more than 4g of memory.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/010_vmd.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p011_gpuinv">
<strong>011: RELIABILITY FIX: December 14, 2022</strong>
&nbsp; <i>amd64 i386</i>
<br>
TLB entries were not invalidated for all types of engine on
12th generation Intel graphics (Tiger Lake, Rocket Lake, Alder Lake).
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/011_gpuinv.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p012_acme">
<strong>012: RELIABILITY FIX: December 16, 2022</strong>
&nbsp; <i>All architectures</i>
<br>
Removing a domain can result in an out-of-bounds write in acme-client(8).
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/012_acme.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p013_tcp">
<strong>013: SECURITY FIX: January 13, 2023</strong>
&nbsp; <i>All architectures</i>
<br>
A TCP packet with destination port 0 that matches a pf divert-to
rule could crash the kernel.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/013_tcp.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p014_libxpm">
<strong>014: SECURITY FIX: January 17, 2023</strong>
&nbsp; <i>All architectures</i>
<br>
Input validation issues and path validation issues in libXpm can lead
to infinite loops, memory corruption or arbitrary command execution.
CVE-2022-46285, CVE-2022-44617 and CVE-2022-4883
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/014_libxpm.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p015_vmm">
<strong>015: SECURITY FIX: January 21, 2023</strong>
&nbsp; <i>amd64</i>
<br>
vmm(4) exposed unsupported cpuid feature flags to guests.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/015_vmm.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p016_vmd">
<strong>016: SECURITY FIX: January 21, 2023</strong>
&nbsp; <i>amd64</i>
<br>
vmd(8) exposed unsupported cpuid feature flags to guests.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/016_vmd.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p017_sshd">
<strong>017: SECURITY FIX: February 2, 2023</strong>
&nbsp; <i>All architectures</i>
<br>
A double-free in the sshd pre-auth unprivileged process (not believed
to be exploitable).
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/017_sshd.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p018_x509">
<strong>018: SECURITY FIX: February 7, 2023</strong>
&nbsp; <i>All architectures</i>
<br>
A malicious certificate revocation list or timestamp response token would
allow an attacker to read arbitrary memory.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/018_x509.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p019_xserver">
<strong>019: SECURITY FIX: February 7, 2023</strong>
&nbsp; <i>All architectures</i>
<br>
CVE-2023-0494: use after free in the Xinput X server extension.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/019_xserver.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p020_smtpd">
<strong>020: SECURITY FIX: February 7, 2023</strong>
&nbsp; <i>All architectures</i>
<br>
smtpd(8) could abort due to a connection from a local, scoped ipv6 address.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/020_smtpd.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p021_wscons">
<strong>021: RELIABILITY FIX: February 26, 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.2/common/021_wscons.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p022_resolv">
<strong>022: SECURITY FIX: March 16, 2023</strong>
&nbsp; <i>All architectures</i>
<br>
Out of bounds accesses in libc resolver.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/022_resolv.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p023_bgpd">
<strong>023: RELIABILITY FIX: March 23, 2023</strong>
&nbsp; <i>All architectures</i>
<br>
Incorrect length checks allow an out-of-bounds read in bgpd(8).
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/023_bgpd.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p024_xserver">
<strong>024: SECURITY FIX: March 29, 2023</strong>
&nbsp; <i>All architectures</i>
<br>
Xserver, CVE-2023-1393: use after free bug in the Composite server extension.
<br>
<a href="https://ftp.openbsd.org/pub/OpenBSD/patches/7.2/common/024_xserver.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p025_rpki">
<strong>025: 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.2/common/025_rpki.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p026_ssl">
<strong>026: 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.2/common/026_ssl.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p027_libx11">
<strong>027: 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.2/common/027_libx11.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p028_bgpd">
<strong>028: 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.2/common/028_bgpd.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p029_httpd">
<strong>029: 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.2/common/029_httpd.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p030_elf">
<strong>030: 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.2/common/030_elf.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p031_bgpd">
<strong>031: 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.2/common/031_bgpd.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p032_ssh_agent">
<strong>032: 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.2/common/032_ssh_agent.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p033_amdcpu">
<strong>033: 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.2/common/033_amdcpu.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p034_amdfirmware">
<strong>034: 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.2/common/034_amdfirmware.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p035_amdcpufirmware">
<strong>035: 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.2/common/035_amdcpufirmware.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p036_wscons">
<strong>036: 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.2/common/036_wscons.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
<li id="p037_hvamdcpu">
<strong>037: 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.2/common/037_hvamdcpu.patch.sig">
A source code patch exists which remedies this problem.</a>
<p>
</ul>
<hr>