Skip to content

Commit 3bd9f77

Browse files
committed
release: 8.0.3; update changelog
1 parent f72f458 commit 3bd9f77

4 files changed

Lines changed: 42 additions & 8 deletions

File tree

ChangeLog

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
8.0.3 -- 2026-01-09
2+
3+
Security #8202: http: quadratic complexity in headers parsing over multiple packets (8.0.x backport)(HIGH - CVE 2026-22263)
4+
Security #8199: dnp3: unbounded transaction growth (8.0.x backport)(HIGH - CVE 2026-22259)
5+
Security #8197: dcerpc: unbounded fragment buffering leads to memory exhaustion (8.0.x backport)(CRITICAL - CVE 2026-22258)
6+
Security #8191: detect/alert: heap-use-after-free on alert queue expansion (8.0.x backport)(HIGH - CVE 2026-22264)
7+
Security #8186: http: infinite recursion in decompression (8.0.x backport)(HIGH - CVE 2026-22260)
8+
Security #8157: eve/alert: http xff handling can lead to denial of service (8.0.x backport)(MODERATE - CVE 2026-22261)
9+
Security #8111: datasets: stack overflow (8.0.x backport)(HIGH - CVE 2026-22262)
10+
Bug #8211: rust: update lru crate to address RUSTSEC-2026-0002 (8.0.x backport)
11+
Bug #8188: tcp: fast open packet not fully handled (8.0.x backport)
12+
Bug #8180: eve/tls: version not logged for client hello only session (8.0.x backport)
13+
Bug #8178: flow: mac addresses are not swapped (8.0.x backport)
14+
Bug #8177: xbits: no error on invalid 'expire' values (8.0.x backport)
15+
Bug #8176: lua: crash with luaxform and arguments (8.0.x backport)
16+
Bug #8155: tls: ssl_version keyword negation (!) not working (8.0.x backport)
17+
Bug #8152: stream/reassembly: BUG_ON triggered from AdjustToAcked in debug mode (8.0.x backport)
18+
Bug #8151: nfs: NFS3/NFS2 procedure conflict (8.0.x backport)
19+
Bug #8134: configure: hint for installing bindgen is outdated (8.0.x backport)
20+
Bug #8120: file: wrong hash on small multipart files (8.0.x backport)
21+
Bug #8103: unix-socket: hostbit commands ipv6 parsing issues (8.0.x backport)
22+
Bug #8074: util/time: wrong parameter used in function (8.0.x backport)
23+
Bug #7709: pop3: parse error blocks sessions
24+
Optimization #8107: conf: timeout on too many scalar events (8.0.x backport)
25+
Feature #8175: frames: add --list-frames option (8.0.x backport)
26+
Feature #8144: af-packet: runtime option/flag to disable hardware timestamp support (8.0.x backport)
27+
Feature #8100: nfs: NFSv4 should support 4.1's new enums (8.0.x backport)
28+
Task #8148: psl: crate should be updated on every release (8.0.x backport)
29+
Task #8091: schema: allow stream events for stats (8.0.x backport)
30+
Documentation #8136: luaxform: options incorrectly described (8.0.x backport)
31+
Documentation #8079: transform/luaxform: documentation states it supports init function (8.0.x backport)
32+
Documentation #7938: docs: update backports policy for suri 7 (8.0.x backport)
33+
Documentation #7931: userguide: update & improve exception policy section (8.0.x backport)
34+
135
8.0.2 -- 2025-11-05
236

337
Security #8066: lua: stack overflow from unbounded stack allocation in LuaPushStringBuffer (8.0.x backport)(HIGH - CVE 2025-64344)

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.3-dev])
1+
AC_INIT([suricata],[8.0.3])
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.3-dev\0";
3+
pub const SC_PACKAGE_VERSION: &[u8; 6] = b"8.0.3\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)