diff options
| author | Philip Paeps <philip@FreeBSD.org> | 2026-03-25 06:09:04 +0000 |
|---|---|---|
| committer | Philip Paeps <philip@FreeBSD.org> | 2026-03-25 16:13:44 +0000 |
| commit | 2321f541c307590bb326f6785047275faf4c981b (patch) | |
| tree | badcec6a8907a9d0e66c6aab09b1f421dd3553ee | |
| parent | c03577d99d2d3b4be1bd90a2238faa5070430d30 (diff) | |
| -rw-r--r-- | UPDATING | 11 | ||||
| -rw-r--r-- | sys/conf/newvers.sh | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -12,6 +12,17 @@ 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: + 14.3-RELEASE-p10 SA-26:06.tcp + SA-26:08.rpcsec_gss + SA-26:09.pf + + TCP: remotely exploitable DoS vector (mbuf leak). [SA-26:06.tcp] + + Remote code execution via RPCSEC_GSS packet validation. [SA-26:08.rpcsec_gss] + + pf silently ignores certain rules. [SA-26:09.pf] + 20250224: 14.3-RELEASE-p9 SA-26:04.jail SA-26:05.route diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 6f6d7ac69d2c..7c77782c1c00 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.3" -BRANCH="RELEASE-p9" +BRANCH="RELEASE-p10" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |
