For errata on a certain release, click below:
2.0,
2.1,
2.2,
2.3,
2.4,
2.5,
2.6,
2.7,
2.8,
2.9,
3.0,
3.1,
3.2,
3.3,
3.4,
3.5,
3.6,
3.7,
3.8,
3.9,
4.0,
4.1,
4.2,
4.3,
4.4,
4.5,
4.6,
4.7,
4.8,
4.9,
5.0,
5.1,
5.2,
5.3,
5.4,
5.5,
5.6,
5.7,
5.8,
5.9,
6.0,
6.1,
6.2,
6.3,
6.4,
6.6,
6.7,
6.8,
6.9,
7.0,
7.1,
7.2,
7.3,
7.4,
7.5.
Patches for the OpenBSD base system are distributed as unified diffs.
Each patch is cryptographically signed with the
signify(1) tool and contains
usage instructions.
All the following patches are also available in one
tar.gz file
for convenience.
Alternatively, the syspatch(8)
utility can be used to apply binary updates on the following architectures:
amd64, i386, arm64.
Patches for supported releases are also incorporated into the
-stable branch.
-
001: RELIABILITY FIX: May 3, 2019
All architectures
If a userland program sets the IPv6 checksum offset on a raw socket,
an incoming packet could crash the kernel. ospf6d is such a program.
A source code patch exists which remedies this problem.
-
002: RELIABILITY FIX: May 16, 2019
All architectures
LibreSSL servers did not provide an SRTP profile, so DTLS negotiation failed.
A source code patch exists which remedies this problem.
-
003: SECURITY FIX: May 29, 2019
amd64
Intel CPUs have a cross privilege side-channel attack (MDS).
A source code patch exists which remedies this problem.
-
004: RELIABILITY FIX: June 10, 2019
All architectures
Several issues were corrected in bgpd: "network" statements with no fixed
prefix were incorrectly removed when configuration was reloaded, "export
default-route" did not work, and "network 0.0.0.0/0" could not be used
in some cases.
A source code patch exists which remedies these problems.
-
005: RELIABILITY FIX: June 10, 2019
All architectures
TLS handshakes fail if a client supporting TLS 1.3 tries to connect to
an OpenBSD server and sends a key share extension that does not include
X25519.
A source code patch exists which remedies this problem.
-
006: RELIABILITY FIX: July 25, 2019
All architectures
By creating long chains of TCP SACK holes, an attacker could possibly
slow down the system temporarily.
A source code patch exists which remedies this problem.
-
007: RELIABILITY FIX: August 2, 2019
All architectures
smtpd can crash on excessively large input, causing a denial of service.
A source code patch exists which remedies this problem.
-
008: SECURITY FIX: August 9, 2019
amd64
Intel CPUs have another cross privilege side-channel attack. (SWAPGS)
A source code patch exists which remedies this problem.
-
009: RELIABILITY FIX: September 2, 2019
amd64
Resume forgot to restore MSR/PAT configuration.
A source code patch exists which remedies this problem.
-
010: RELIABILITY FIX: September 2, 2019
All architectures
When processing ECN bits on incoming IPv6 fragments, the kernel
could crash. Per default pf fragment reassemble prevents the crash.
A source code patch exists which remedies this problem.
-
011: SECURITY FIX: September 14, 2019
All architectures
Libexpat 2.2.6 was affected by the heap overflow CVE-2019-15903.
A source code patch exists which remedies this problem.
-
012: RELIABILITY FIX: October 3, 2019
All architectures
The sysupgrade utility can be used to upgrade the system to the next
release or to a new snapshot.
A source code patch exists which adds this utility.
-
013: RELIABILITY FIX: October 5, 2019
All architectures
Specially crafted queries may crash unwind and unbound.
A source code patch exists which remedies this problem.
-
014: SECURITY FIX: October 5, 2019
All architectures
dhcpd leaks 4 bytes of stack to the network.
A source code patch exists which remedies this problem.
-
015: RELIABILITY FIX: November 16, 2019
All architectures
The kernel could crash due to a NULL pointer dereference in net80211.
A source code patch exists which remedies this problem.
-
016: RELIABILITY FIX: November 16, 2019
All architectures
A new kernel may require newer firmware images when using sysupgrade.
A source code patch exists which remedies this problem.
-
017: SECURITY FIX: November 16, 2019
All architectures
A regular user could change some network interface parameters due
to missing checks in the ioctl(2) system call.
A source code patch exists which remedies this problem.
-
018: SECURITY FIX: November 22, 2019
i386 and amd64
A local user could cause the system to hang by reading specific
registers when Intel Gen8/Gen9 graphics hardware is in a low power state.
A local user could perform writes to memory that should be blocked with
Intel Gen9 graphics hardware.
A source code patch exists which remedies this problem.
-
019: SECURITY FIX: November 22, 2019
All architectures
Shared memory regions used by some Mesa drivers had permissions which
allowed others to access that memory.
A source code patch exists which remedies this problem.
-
020: SECURITY FIX: December 4, 2019
All architectures
Environment-provided paths are used for dlopen() in mesa, resulting in
escalation to the auth group in xlock(1).
A source code patch exists which remedies this problem.
-
021: SECURITY FIX: December 4, 2019
All architectures
libc's authentication layer performed insufficient username validation.
A source code patch exists which remedies this problem.
-
022: SECURITY FIX: December 4, 2019
All architectures
xenodm uses the libc authentication layer incorrectly.
A source code patch exists which remedies this problem.
-
023: SECURITY FIX: December 8, 2019
All architectures
A user can log in with a different user's login class.
A source code patch exists which remedies this problem.
-
024: SECURITY FIX: December 11, 2019
All architectures
ld.so may fail to remove the LD_LIBRARY_PATH environment variable for
set-user-ID and set-group-ID executables in low memory conditions.
A source code patch exists which remedies this problem.
-
025: SECURITY FIX: December 18, 2019
arm64
ARM64 CPUs speculatively execute instructions after ERET.
A source code patch exists which remedies this problem.
-
026: SECURITY FIX: December 20, 2019
All architectures
ftp(1) will follow remote redirects to local files.
A source code patch exists which remedies this problem.
-
027: SECURITY FIX: December 20, 2019
All architectures
ripd(8) fails to validate authentication lengths.
A source code patch exists which remedies this problem.
-
028: SECURITY FIX: January 17, 2020
i386 and amd64
Execution Unit state was not cleared on context switch with Intel Gen9
graphics hardware.
A source code patch exists which remedies this problem.
-
029: RELIABILITY FIX: January 30, 2020
All architectures
smtpd can crash on opportunistic TLS downgrade, causing a denial of service.
A source code patch exists which remedies this problem.
-
030: SECURITY FIX: January 30, 2020
All architectures
An incorrect check allows an attacker to trick mbox delivery into executing
arbitrary commands as root and lmtp delivery into executing arbitrary commands
as an unprivileged user.
A source code patch exists which remedies this problem.
-
031: SECURITY FIX: February 24, 2020
All architectures
An out of bounds read in smtpd allows an attacker to inject arbitrary
commands into the envelope file which are then executed as root.
Separately, missing privilege revocation in smtpctl allows arbitrary
commands to be run with the _smtpq group.
A source code patch exists which remedies this problem.
-
032: RELIABILITY FIX: March 10, 2020
All architectures
Missing input validation in sysctl(2) can be used to crash the kernel.
A source code patch exists which remedies this problem.
-
033: RELIABILITY FIX: March 13, 2020
All architectures
Local outbound UDP broadcast or multicast packets sent by a spliced
socket can crash the kernel.
A source code patch exists which remedies this problem.
-
034: SECURITY FIX: April 7, 2020
All architectures
dhcpd could reference freed memory after releasing a lease with an
unusually long uid.
A source code patch exists which remedies this problem.
-
035: SECURITY FIX: April 19, 2020
i386, amd64, arm64, loongson, macppc, sparc64
There was an incorrect test for root in the DRM Linux compatibility code.
A source code patch exists which remedies this problem.
-
036: RELIABILITY FIX: May 10, 2020
All architectures
ospfd could generate corrupt OSPF Router (Type 1) LSAs in certain situations.
A source code patch exists which remedies this problem.
-
037: SECURITY FIX: May 13, 2020
All architectures
An out-of-bounds index access in wscons(4) can cause a kernel crash.
A source code patch exists which remedies this problem.