Skip to content

Commit f305213

Browse files
committed
release: 7.0.12; update changelog
1 parent 2a6cba8 commit f305213

File tree

4 files changed

+34
-6
lines changed

4 files changed

+34
-6
lines changed

ChangeLog

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
7.0.12 -- 2025-09-15
2+
3+
Security #7852: tcp: syn resend with different seq leads to detection bypasss (7.0.x backport)(HIGH - CVE 2025-59147)
4+
Bug #7898: unix-socket: memory leak when client disconnects during rule reload (7.0.x backport)
5+
Bug #7883: tcp: SYN/ACK dropped when client does not support timestamps (7.0.x backport)
6+
Bug #7878: rust: build with RUSTC and CARGO variables fails (7.0.x backport)
7+
Bug #7876: tcp: possible bypass with TCP ssn reuse (7.0.x backport)
8+
Bug #7874: alert-debug: DNS Query triggers alert but no output in alert-debug.log (7.0.x backport)
9+
Bug #7872: dpdk: mbuf reference leak on a NULL packet
10+
Bug #7866: detect/integers: u8 prefilter does not support all modes (7.0.x backport)
11+
Bug #7862: http: dissection anomaly on `Content-Encoding: identity` (7.0.x backport)
12+
Bug #7837: util-byte: bad usage of StringParse function return codes (7.0.x backport)
13+
Bug #7826: decoder/pppoe: valid packets are getting dropped as decoder.ppp.unsup_proto (7.0.x backport)
14+
Bug #7823: community id computed wrong for tcp and ipv4 when src_ip == dest_ip (7.0.x backport)
15+
Bug #7810: detect/dsize: uninitialized value from SigParseRequiredContentSize (7.0.x backport)
16+
Bug #7777: decode/ipv6: set packet flow in ip-in-ip (7.0.x backport)
17+
Bug #7726: decode/ipv4: missing ip-in-ip case handling (7.0.x backport)
18+
Bug #7582: http: multipart post only decodes first file
19+
Bug #7574: dns: malformed request data event from macOS to Active Directory DNS server
20+
Bug #7522: detect/ip-only: false positive alerts on pseudo packets ending a one direction flow (7.0.x backport)
21+
Bug #6934: UBSAN: null pointer passed as argument to memcpy in unit test
22+
Feature #7623: flow/output: log triggered exception policy (7.0.x backport)
23+
Feature #6804: ci: add test for non-bundled htp
24+
Feature #6509: stats: exception policy counters (7.0.x backport)
25+
Task #7776: decode/ipv4: add stats counters for ipv4/ipv6 over ipv4 (7.0.x backport)
26+
Documentation #7778: doc/exceptions: review 'inspection' terminology (7.0.x backport)
27+
Documentation #6582: userguide: add description for missing EVE krb fields (7.0.x backport)
28+
129
7.0.11 -- 2025-07-08
230

331
Security #7766: libhtp-c: memory leak with lzma(HIGH - CVE 2025-53537)

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.12-dev])
1+
AC_INIT([suricata],[7.0.12])
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.51],[libhtp_minver_found="yes"],[libhtp_minver_found="no"])
1583+
PKG_CHECK_MODULES(LIBHTPMINVERSION, [htp >= 0.5.52],[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.51, nor the dev 0.5.X"
1588+
echo " ERROR! libhtp was found but it is neither >= 0.5.52, 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.52
77
suricata-update https://github.com/OISF/suricata-update 1.3.6

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)