diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2026-06-07 16:36:46 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2026-06-08 19:52:11 +0000 |
| commit | fef97a6889f98be4fa9a565577067f20d1f642a9 (patch) | |
| tree | 6b62feebab0795c65c3e7a7840afa92f97c9121a | |
| parent | fbb19baa29cea586ee13c173afe64180285d2b90 (diff) | |
| -rw-r--r-- | UPDATING | 44 | ||||
| -rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 45 insertions, 1 deletions
@@ -12,6 +12,50 @@ Items affecting the ports and packages system can be found in /usr/ports/UPDATING. Please read that file before updating system packages and/or ports. +20260609: + 15.0-RELEASE-p10 EN-26:14.syslogd + EN-26:15.openssl + SA-26:25.thr + SA-26:26.ktls + SA-26:27.sound + SA-26:28.capsicum + SA-26:29.ip6_multicast + SA-26:30.linux + SA-26:31.arm64 + SA-26:32.elf + SA-26:33.unbound + SA-26:34.vt + SA-26:35.openssl + SA-26:36.ldns + + syslogd(8) memory leak in casper_ttymsg(). [EN-26:14.syslogd] + + Update OpenSSL to 3.0.20 and 3.5.6. [EN-26:15.openssl] + + Missing permission check in thr_kill2(2). [SA-26:25.thr] + + Arbitrary file overwrite via the KTLS receive path. [SA-26:26.ktls] + + Multiple vulnerabilities in the sound(4) mmap path. [SA-26:27.sound] + + sigqueue(2) missing capability mode restriction. [SA-26:28.capsicum] + + Use-after-free bug in the IPV6_MSFILTER socket option handler. [SA-26:29.ip6_multicast] + + Flaw in Linuxulator execution of setugid binaries. [SA-26:30.linux] + + Arm CPU errata may bypass page table permission changes. [SA-26:31.arm64] + + ASLR bypass for setuid executables via procctl(2). [SA-26:32.elf] + + Multiple vulnerabilities in unbound. [SA-26:33.unbound] + + Integer overflow in vt(4) CONS_HISTORY ioctl. [SA-26:34.vt] + + Multiple vulnerabilities in OpenSSL. [SA-26:35.openssl] + + Insufficient response validation in the ldns stub resolver. [SA-26:36.ldns] + 20260520: 15.0-RELEASE-p9 SA-26:18.setcred SA-26:19.file diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 210c5ccf747a..a68e1021ff1b 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -51,7 +51,7 @@ TYPE="FreeBSD" REVISION="15.0" -BRANCH="RELEASE-p9" +BRANCH="RELEASE-p10" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |
