diff options
| author | Philip Paeps <philip@FreeBSD.org> | 2026-03-25 05:59:59 +0000 |
|---|---|---|
| committer | Philip Paeps <philip@FreeBSD.org> | 2026-03-25 16:06:30 +0000 |
| commit | 0730d5233286ff35e9fa83309faa1b2d52fe9a65 (patch) | |
| tree | 748e7ccf9b2f8b8abe773923e7cce87272ef1258 | |
| parent | d91cf52e31ac86f214c17c60a2a18f1b66da55d7 (diff) | |
| -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 |
