Skip to content

Commit e56afc6

Browse files
committed
release: 7.0.15; update changelog
1 parent 5610ea4 commit e56afc6

4 files changed

Lines changed: 24 additions & 6 deletions

File tree

ChangeLog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
7.0.15 -- 2026-03-12
2+
3+
Security #8365: stream: quadratic complexity in stream inspection (7.0.x backport)(HIGH - CVE 2026-31933)
4+
Security #8307: krb5: internal request/response buffering leads to quadratic complexity (7.0.x backport)(HIGH - CVE 2026-31932)
5+
Security #8304: dcerpc: internal buffering logic leads to quadratic complexity(HIGH - CVE 2026-31937)
6+
Security #8296: http2: unbounded number of http2 frames per transaction (7.0.x backport)(CRITICAL - CVE 2026-31935)
7+
Security #8288: krb5: TCP parser never advances past the first record in a multi-record segment (7.0.x backport)
8+
Bug #8363: http2: detection should use a better architecture than the Vec escaped (7.0.x backport)
9+
Bug #8253: dpdk: (x)stats are only accessible before port stop (7.0.x backport)
10+
Bug #8231: detect/app-layer-event: alert generated for the wrong packet (7.0.x backport)
11+
Bug #8220: base64: base64_data with relative match after base64_decode:relative fails (7.0.x backport)
12+
Bug #8168: utils-spm-hs: missing deallocators on hs_compile failure (7.0.x backport)
13+
Bug #7851: http: FP alerts on http.host and http.host.raw
14+
Documentation #8332: doc: explain dcerpc.opnum doesn't support operators >,<,!,= (7.0.x backport)
15+
Documentation #8264: doc/userguide: fix within-distance pointer graphics in payload-keywords doc (7.0.x backport)
16+
Documentation #8241: isdataat: document different semantics between absolute and relative modes (7.0.x backport)
17+
Documentation #8218: rules/endswith: doc wrong for offset/distance/within warning (7.0.x backport)
18+
119
7.0.14 -- 2026-01-09
220

321
Security #8209: eve/alert: http xff handling can lead to denial of service (7.0.x backport)(LOW - CVE 2026-22261)

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([suricata],[7.0.15-dev])
1+
AC_INIT([suricata],[7.0.15])
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])
@@ -1580,12 +1580,12 @@
15801580
echo
15811581
exit 1
15821582
fi
1583-
PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.52],[libhtp_minver_found="yes"],[libhtp_minver_found="no"])
1583+
PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.53],[libhtp_minver_found="yes"],[libhtp_minver_found="no"])
15841584
if test "$libhtp_minver_found" = "no"; then
15851585
PKG_CHECK_MODULES(LIBHTPDEVVERSION, [htp = 0.5.X],[libhtp_devver_found="yes"],[libhtp_devver_found="no"])
15861586
if test "$libhtp_devver_found" = "no"; then
15871587
echo
1588-
echo " ERROR! libhtp was found but it is neither >= 0.5.52, nor the dev 0.5.X"
1588+
echo " ERROR! libhtp was found but it is neither >= 0.5.53, nor the dev 0.5.X"
15891589
echo
15901590
exit 1
15911591
fi

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)