aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2026-05-19 23:23:50 +0000
committerMark Johnston <markj@FreeBSD.org>2026-05-20 02:17:57 +0000
commit069cb8961153c9c70af58d7159eb33f026129c1f (patch)
treee7ecf2ba2364727f5b514cc6e4cbc4d6ce20c997
parentf977328c727735f32f7615f19ef6aff96484ffeb (diff)
-rw-r--r--UPDATING26
-rw-r--r--sys/conf/newvers.sh2
2 files changed, 27 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index d13f33a05583..14e25a3b5cb3 100644
--- a/UPDATING
+++ b/UPDATING
@@ -12,6 +12,32 @@ 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.
+20260520:
+ 14.4-RELEASE-p5 SA-26:18.setcred
+ SA-26:19.file
+ SA-26:20.fusefs
+ SA-26:21.ptrace
+ SA-26:22.libcasper
+ SA-26:23.bsdinstall
+ SA-26:24.cap_net
+ EN-26:13.freebsd-update
+
+ Stack buffer overflow via setcred(2). [SA-26:18.setcred]
+
+ Kernel use-after-free via file descriptor syscalls. [SA-26:19.file]
+
+ Heap overflow in FUSE_LISTXATTR. [SA-26:20.fusefs]
+
+ Missing validation in ptrace(PT_SC_REMOTE). [SA-26:21.ptrace]
+
+ Stack overflow via select() file descriptor set overflow. [SA-26:22.libcasper]
+
+ Remote code execution via Wi-Fi access point scans. [SA-26:23.bsdinstall]
+
+ Incorrect libcap_net limitation list manipulation. [SA-26:24.cap_net]
+
+ freebsd-update attempts to merge a generated file. [EN-26:13.freebsd-update]
+
20260430:
14.4-RELEASE-p4 EN-26:11.dhclient
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index a60c58811c3f..c71cb6eb9b68 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="14.4"
-BRANCH="RELEASE-p4"
+BRANCH="RELEASE-p5"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi