Skip to content

Commit 2444fee

Browse files
committed
release: 8.0.1; update changelog
1 parent 7088740 commit 2444fee

File tree

4 files changed

+64
-8
lines changed

4 files changed

+64
-8
lines changed

ChangeLog

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
8.0.1 -- 2025-09-15
2+
3+
Security #7881: detect/tls: keyword tls.subjectaltname leads to NULL Deref if tls.subjectaltname contains zero(HIGH - CVE 2025-59150)
4+
Security #7861: detect: Dynamic-stack-buffer-overflow in ShortenString(HIGH - CVE 2025-59149)
5+
Security #7838: detect/entropy: segfault when not anchored to a sticky buffer(HIGH - CVE 2025-59148)
6+
Security #7657: tcp: syn resend with different seq leads to detection bypasss(HIGH - CVE 2025-59147)
7+
Bug #7891: unix-socket: memory leak when client disconnects during rule reload
8+
Bug #7877: rust: build with RUSTC and CARGO variables fails
9+
Bug #7865: detect/integers: u8 prefilter does not support all modes
10+
Bug #7859: doc/userguide: build failure with read the docs theme
11+
Bug #7843: http: dissection anomaly on `Content-Encoding: identity`
12+
Bug #7836: util-byte: bad usage of StringParse function return codes
13+
Bug #7828: util/hash: unexpected remove behavior
14+
Bug #7827: app-layer: ippair.memcap counter shows memuse
15+
Bug #7824: hyperscan: caching results in segfault with link time optimization (-flto=auto, etc)
16+
Bug #7822: engine-analysis: SEGV on rule failure without rules-fast-pattern enabled
17+
Bug #7821: engine-analysis: no report for failed rules without fast pattern
18+
Bug #7820: app-layer/snmp: internal error if app-layer is disabled
19+
Bug #7815: unix-socket: segfault in "pcap-file-list" command
20+
Bug #7813: cppcheck: warnings in counters.c
21+
Bug #7804: util-lua-sandbox.c undeclared identifier error for Suricata 8.0.0
22+
Bug #7803: http: use transactions right get function
23+
Bug #7802: detect/dsize: uninitialized value from SigParseRequiredContentSize
24+
Bug #7741: http2: events can contain an empty response object
25+
Bug #7740: doh2: events are always dns even if there is no DNS info (pure HTTP2 settings)
26+
Bug #7651: decoder/pppoe: valid packets are getting dropped as decoder.ppp.unsup_proto
27+
Bug #7636: tcp: assertion triggered in StreamTcpReassembleAppLayer
28+
Bug #7611: eve: segv in stats.totals output
29+
Bug #5689: eve: community id computed wrong for tcp and ipv4 when src_ip == dest_ip
30+
Bug #4702: tcp: SYN/ACK dropped when client does not support timestamps
31+
Bug #4178: alert-debug: DNS Query triggers alert but no output in alert-debug.log
32+
Bug #3844: tcp: possible bypass with TCP ssn reuse
33+
Optimization #7769: detect/file: remove redundant de_ctx->rule_file != NULL check
34+
Feature #7869: detect/integers: support units like kib
35+
Task #7857: schema/arp: fix invalid pkt event output
36+
Task #7834: detect: remove unused non-pf stats counters
37+
Documentation #7890: detect: tls.cert_subject incorrectly claims to support multi-buffer
38+
Documentation #7867: detect/multi-buffers: complete list in userguide page on multi-buffer-matching
39+
Documentation #7854: doc/lualib: fix flow timestamps() return value order
40+
Documentation #7795: eve/schema: document stats.detect counters
41+
Documentation #7794: eve/schema: document stats.flow counters
42+
Documentation #7728: lua: fix all Lua documentation examples for new library format
43+
Documentation #7648: rtd: set "latest" to last stable release starting with 8.0.0
44+
Documentation #7639: dpdk: update Connect-X4 recommended fallback tx-descriptor count
45+
Documentation #7631: userguide: document lua lib suricata.dnp3
46+
Documentation #7190: detect/integers: document usage of units
47+
Documentation #7081: userguide: add unix socket option to retrieve flow info
48+
Documentation #6840: devguide/app-layer: section with conceptualized steps for adding parser
49+
Documentation #6284: userguide: document what's the impact of `stream.inline`
50+
Documentation #6270: userguide: document usage of Suricata as a firewall
51+
Documentation #5690: userguide: document the differences between IPS and IDS mode
52+
Documentation #5513: userguide: add a chapter for IPS mode
53+
Documentation #5139: userguide: add a section for netflow event type
54+
Documentation #5078: doc/userguide: improve rule reload documentation
55+
Documentation #4351: doc: explain the engine logic to trigger inspection of TCP data
56+
157
8.0.0 -- 2025-07-08
258

359
Security #7658: http2: global tx (stream id 0) may open file and never close it(HIGH - CVE 2025-53538)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([suricata],[8.0.1-dev])
1+
AC_INIT([suricata],[8.0.1])
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])

rust/Cargo.lock.in

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

rust/sys/src/sys.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file is automatically generated. Do not edit.
22

3-
pub const SC_PACKAGE_VERSION: &[u8; 10] = b"8.0.1-dev\0";
3+
pub const SC_PACKAGE_VERSION: &[u8; 6] = b"8.0.1\0";
44
pub type __intmax_t = ::std::os::raw::c_long;
55
pub type intmax_t = __intmax_t;
66
#[repr(u32)]

0 commit comments

Comments
 (0)