Skip to content

Commit 5348643

Browse files
committed
release: 7.0.16; update changelog
1 parent 5c6af44 commit 5348643

4 files changed

Lines changed: 23 additions & 4 deletions

File tree

ChangeLog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
7.0.16 -- 2026-05-19
2+
3+
Security #8555: http2: excessive memory alloc with decompression bomb (7.0.x backport)(HIGH - CVE 2026-46387)
4+
Security #8548: datasets: save with load cmd can save to absolute filename (7.0.x backport)(HIGH - CVE 2026-45767)
5+
Security #8542: detect: heap-use-after-free in inspection-buffer transform chaining (7.0.x backport)(MODERATE - CVE 2026-45751)
6+
Security #8531: http1: quadratic complexity with usage of HTTPParseContentDispositionHeader (7.0.x backport)(HIGH - CVE 2026-45759)
7+
Security #8528: detect: case insensitivity in frames lead to buffer overflow (7.0.x backport)(LOW - CVE 2026-45761)
8+
Security #8512: defrag: incorrect ip fragment reuse causes remote crash (7.0.x backport)(HIGH - CVE 2026-45762)
9+
Security #8494: http2: type confusion from protocol change (7.0.x backport)(CRITICAL - CVE 2026-45764)
10+
Security #8462: dnp3: unbounded reassembly (7.0.x backport)(HIGH - CVE 2026-45765)
11+
Security #8420: nfs: OOM on stateful structures (7.0.x backport)(CRITICAL - CVE 2026-45766)
12+
Security #8417: ikev2: OOM due to unbounded client_transforms (7.0.x backport)(CRITICAL - CVE 2026-45769)
13+
Security #6286: lua/tls: null dereference in GetCertInfo(HIGH - CVE 2026-45747)
14+
Bug #8453: http2: http.host does not match as soon as possible (7.0.x backport)
15+
Bug #8450: dnp3: off by one heap write in object parser (7.0.x backport)
16+
Bug #8412: http2: response_frame_size is never set (7.0.x backport)
17+
Bug #8163: schema: allow `http_request_body` fields (7.0.x backport)
18+
Task #7908: build-scopes: add QA or SIMULATION mode (7.0.x backport)
19+
120
7.0.15 -- 2026-03-12
221

322
Security #8365: stream: quadratic complexity in stream inspection (7.0.x backport)(HIGH - CVE 2026-31933)

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.16-dev])
1+
AC_INIT([suricata],[7.0.16])
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.53
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)