mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/suricata: security bump to v6.0.20
The v6.0.20 is the last patch level version bump of suricata version 6.
This version is now EOL since July 2024 and other new vulnerabilities
apply to this package.
For more details on the version bump, see:
- https://suricata.io/2024/06/27/suricata-7-0-6-and-6-0-20-released/
- https://github.com/OISF/suricata/releases/tag/suricata-6.0.20
Fixes the following vulnerabilities:
- CVE-2024-37151
Mishandling of multiple fragmented packets using the same IP ID
value can lead to packet reassembly failure, which can lead to
policy bypass. When using af-packet, enable `defrag` to reduce the
scope of the problem.
For more information, see:
- https://nvd.nist.gov/vuln/detail/CVE-2024-37151
- CVE-2024-38535
Suricata can run out of memory when parsing crafted HTTP/2 traffic.
For more information, see:
- https://nvd.nist.gov/vuln/detail/CVE-2024-38535
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit ab2fc8d88f)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
875b7a90e7
commit
397ee4a485
@@ -1,5 +1,5 @@
|
||||
# Locally computed:
|
||||
sha256 98c812faef466d337f107f13ae37843f1c719942b93832d70f1a2fd7ee1b5c2c suricata-6.0.19.tar.gz
|
||||
sha256 c1515754924b618914fcb3cb98873af49996b920f2389a1998f89604f227a807 suricata-6.0.20.tar.gz
|
||||
|
||||
# Hash for license files:
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SURICATA_VERSION = 6.0.19
|
||||
SURICATA_VERSION = 6.0.20
|
||||
SURICATA_SITE = https://www.openinfosecfoundation.org/download
|
||||
SURICATA_LICENSE = GPL-2.0
|
||||
SURICATA_LICENSE_FILES = COPYING LICENSE
|
||||
|
||||
Reference in New Issue
Block a user