Skip to content

Commit f707f32

Browse files
committed
release: 7.0.17; update changelog
1 parent bc39274 commit f707f32

4 files changed

Lines changed: 17 additions & 5 deletions

File tree

ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
7.0.17 -- 2026-07-07
2+
3+
Security #8672: mqtt: unbounded number of messages per tx (7.0.x backport)(HIGH - CVE 2026-57227)
4+
Security #8665: windows: unquoted LocalSystem service ImagePath (7.0.x backport)(LOW - CVE 2026-57223)
5+
Security #8644: detect/file_data: heap buffer overflow in SWF decompression depth handling (7.0.x backport)(LOW - CVE 2026-57226)
6+
Security #8608: mime: buffer over read in quoted printable decoding(HIGH - CVE 2026-57228)
7+
Security #8569: ippair: IPv4/IPv6 hash collision can reuse wrong IPPair state (7.0.x backport)(MODERATE - CVE 2026-57222)
8+
Security #8571: flow: IPv4/IPv6 hash collision can reuse wrong flow state (7.0.x backport)
9+
Security #8689: smb: unbounded memory for transactions on unidirectional flows (7.0.x backport)
10+
Task #8639: flowbits: deprecate "toggle" command
11+
Task #5994: tracking: rust: update dependencies
12+
113
7.0.16 -- 2026-05-19
214

315
Security #8555: http2: excessive memory alloc with decompression bomb (7.0.x backport)(HIGH - CVE 2026-46387)

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.17-dev])
1+
AC_INIT([suricata],[7.0.17])
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: 2 additions & 2 deletions
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
7-
suricata-update https://github.com/OISF/suricata-update 1.3.7
6+
libhtp https://github.com/OISF/libhtp 0.5.53
7+
suricata-update https://github.com/OISF/suricata-update 1.3.8

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)