Skip to content

Commit 0905427

Browse files
committed
release: 7.0.13; update changelog
1 parent 1282423 commit 0905427

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

ChangeLog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
7.0.13 -- 2025-11-05
2+
3+
Security #8067: lua: stack overflow from unbounded stack allocation in LuaPushStringBuffer (7.0.x backport)(HIGH - CVE 2025-64344)
4+
Security #8062: eve/http: stack overflow on large file transfers (7.0.x backport)(MODERATE - CVE 2025-64331)
5+
Security #8061: util/swf: stack overflow on larger compressed data (7.0.x backport)(LOW - CVE 2025-64332)
6+
Security #8060: eve/http: stack overflow from big content type (7.0.x backport)(HIGH - CVE 2025-64333)
7+
Security #8029: eve/alert: heap buffer overflow on verdict (7.0.x backport)(MODERATE - CVE 2025-64330)
8+
Security #8080: unix-socket: use after free if client command is too long (7.0.x backport)
9+
Bug #8013: dpdk: compile warning ‘rte_eth_bond_members_get’ is deprecated (7.0.x backport)
10+
Bug #7999: detect: replace keyword leaks memory (7.0.x backport)
11+
Bug #7993: http2: wrong parsing of go away frames error code (7.0.x backport)
12+
Bug #7977: dpdk: fix the CPU exclude logic (7.0.x backport)
13+
Bug #7962: mime: incorrect decoding of quoted-printable text attachments (7.0.x backport)
14+
Bug #7924: output/json: invalid IKE logs (7.0.x backport)
15+
Bug #7906: eve/alert: incorrect verdict with pass + alert rule (7.0.x backport)
16+
Task #6522: github/actions: add DPDK 23.11 build (7.0.x backport)
17+
118
7.0.12 -- 2025-09-15
219

320
Security #7852: tcp: syn resend with different seq leads to detection bypasss (7.0.x backport)(HIGH - CVE 2025-59147)

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.13-dev])
1+
AC_INIT([suricata],[7.0.13])
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: 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.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)