diff options
| -rw-r--r-- | UPDATING | 14 | ||||
| -rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 15 insertions, 1 deletions
@@ -12,6 +12,20 @@ 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. +20260325: + 15.0-RELEASE-p5 SA-26:06.tcp + SA-26:07.nvmf + SA-26:08.rpcsec_gss + SA-26:09.pf + + TCP: remotely exploitable DoS vector (mbuf leak). [SA-26:06.tcp] + + Remote denial of service via null pointer dereference. [SA-26:07.nvmf] + + Remote code execution via RPCSEC_GSS packet validation. [SA-26:08.rpcsec_gss] + + pf silently ignores certain rules. [SA-26:09.pf] + 20260224: 15.0-RELEASE-p4 SA-26:05.route diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 3f0163ecefe2..6044b7921c52 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -51,7 +51,7 @@ TYPE="FreeBSD" REVISION="15.0" -BRANCH="RELEASE-p4" +BRANCH="RELEASE-p5" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |
