Skip to content

Commit 163bd65

Browse files
committed
release: 7.0.14; update changelog
1 parent a6d9503 commit 163bd65

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

ChangeLog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
7.0.14 -- 2026-01-09
2+
3+
Security #8209: eve/alert: http xff handling can lead to denial of service (7.0.x backport)(LOW - CVE 2026-22261)
4+
Security #8200: dnp3: unbounded transaction growth (7.0.x backport)(HIGH - CVE 2026-22259)
5+
Security #8198: dcerpc: unbounded fragment buffering leads to memory exhaustion (7.0.x backport)(CRITICAL - CVE 2026-22258)
6+
Security #8192: detect/alert: heap-use-after-free on alert queue expansion (7.0.x backport)(HIGH - CVE 2026-22264)
7+
Security #8112: datasets: stack overflow (7.0.x backport)(HIGH - CVE 2026-22262)
8+
Bug #8196: flow: mac addresses are not swapped (7.0.x backport)
9+
Bug #8158: tls: ssl_version keyword negation (!) not working (7.0.x backport)
10+
Bug #8121: file: wrong hash on small multipart files (7.0.x backport)
11+
Bug #8104: unix-socket: hostbit commands ipv6 parsing issues (7.0.x backport)
12+
Bug #7907: eve/alert: verdict reports "alert" when traffic is allowed implicitly/passively (7.0.x backport)
13+
Optimization #8108: conf: timeout on too many scalar events (7.0.x backport)
14+
Feature #8145: af-packet: runtime option/flag to disable hardware timestamp support (7.0.x backport)
15+
Feature #8101: nfs: NFSv4 should support 4.1's new enums (7.0.x backport)
16+
Feature #6681: flow: midstream exception policy "reject-both" support (7.0.x backport)
17+
Task #8092: schema: allow stream events for stats (7.0.x backport)
18+
Documentation #7939: docs: update backports policy for suri 7 (7.0.x backport)
19+
120
7.0.13 -- 2025-11-05
221

322
Security #8067: lua: stack overflow from unbounded stack allocation in LuaPushStringBuffer (7.0.x backport)(HIGH - CVE 2025-64344)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([suricata],[7.0.14-dev])
1+
AC_INIT([suricata],[7.0.14])
22
m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])])AM_SILENT_RULES([yes])
33
AC_CONFIG_HEADERS([src/autoconf.h])
44
AC_CONFIG_SRCDIR([src/suricata.c])

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Format:
44
#
55
# name {repo} {branch|tag}
6-
libhtp https://github.com/OISF/libhtp 0.5.x
6+
libhtp https://github.com/OISF/libhtp 0.5.52
77
suricata-update https://github.com/OISF/suricata-update 1.3.7

rust/Cargo.lock.in

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)