VendorsOISFsuricataall versions
Vulnerabilities

OISF Suricata

Ranked by severity, then by exploit likelihood. Click a CVE ID for its full record.

74CVEs
CVE-2018-10244
Suricata version 4.0.4 incorrectly handles the parsing of an EtherNet/IP PDU. A malformed PDU can cause the parsing code to read beyond the allocated data because DecodeENIPPDU in app-layer-enip-commmon.c has an integer overflow during a length check.
Published 2019-04-04 · Modified
9.8EPSS 0.017
CVE-2021-37592
Suricata before 5.0.8 and 6.x before 6.0.4 allows TCP evasion via a client with a crafted TCP/IP stack that can send a certain sequence of segments.
Published 2021-11-19 · Modified
9.8EPSS 0.016
CVE-2023-35853
In Suricata before 6.0.13, an adversary who controls an external source of Lua rules may be able to execute Lua code. This is addressed in 6.0.13 by disabling Lua unless allow-rules is true in the security lua configuration section.
Published 2023-06-19 · Modified
9.8EPSS 0.010
CVE-2026-22262
Suricata datasets: stack overflow when saving a set
Published 2026-01-27 · Analyzed
9.8EPSS 0.005
CVE-2019-18792
An issue was discovered in Suricata 5.0.0. It is possible to bypass/evade any tcp based signature by overlapping a TCP segment with a fake FIN packet. The fake FIN packet is injected just before the PUSH ACK packet we want to bypass. The PUSH ACK packet (containing the data) will be ignored by Suricata because it overlaps the FIN packet (the sequence and ack number are identical in the two packets). The client will ignore the fake FIN packet because the ACK flag is not set. Both linux and windows clients are ignoring the injected packet.
Published 2020-01-06 · Modified
9.1EPSS 0.025
CVE-2026-45764
Suricata http2: protocol-change type confusion can lead to denial of service
Published 2026-09-10 · Analyzed
9.1EPSS 0.006
CVE-2026-22264
Suricata detect/alert: heap-use-after-free on alert queue expansion
Published 2026-01-27 · Analyzed
9.1EPSS 0.004
CVE-2024-23839
Suricata http: heap use after free with http.request_header and http.response_header keywords
Published 2024-02-26 · Analyzed
8.1EPSS 0.008
CVE-2020-19678
Directory Traversal vulnerability found in Pfsense v.2.1.3 and Pfsense Suricata v.1.4.6 pkg v.1.0.1 allows a remote attacker to obtain sensitive information via the file parameter to suricata/suricata_logs_browser.php.
Published 2023-04-06 · Modified
7.5EPSS 0.035
CVE-2019-1010251
Open Information Security Foundation Suricata prior to version 4.1.2 is affected by: Denial of Service - DNS detection bypass. The impact is: An attacker can evade a signature detection with a specialy formed network packet. The component is: app-layer-detect-proto.c, decode.c, decode-teredo.c and decode-ipv6.c (https://github.com/OISF/suricata/pull/3590/commits/11f3659f64a4e42e90cb3c09fcef66894205aefe, https://github.com/OISF/suricata/pull/3590/commits/8357ef3f8ffc7d99ef6571350724160de356158b). The attack vector is: An attacker can trigger the vulnerability by sending a specifically crafted network request. The fixed version is: 4.1.2.
Published 2019-07-18 · Modified
7.5EPSS 0.021
CVE-2021-35063
Suricata before 5.0.7 and 6.x before 6.0.3 has a "critical evasion."
Published 2021-07-22 · Modified
7.5EPSS 0.020
CVE-2021-45098
An issue was discovered in Suricata before 6.0.4. It is possible to bypass/evade any HTTP-based signature by faking an RST TCP packet with random TCP options of the md5header from the client side. After the three-way handshake, it's possible to inject an RST ACK with a random TCP md5header option. Then, the client can send an HTTP GET request with a forbidden URL. The server will ignore the RST ACK and send the response HTTP packet for the client's request. These packets will not trigger a Suricata reject action.
Published 2021-12-16 · Modified
7.5EPSS 0.018
CVE-2026-45769
ikev2: unbounded client transform storage can lead to resource exhaustion
Published 2026-09-10 · Analyzed
7.5EPSS 0.018
CVE-2019-18625
An issue was discovered in Suricata 5.0.0. It was possible to bypass/evade any tcp based signature by faking a closed TCP session using an evil server. After the TCP SYN packet, it is possible to inject a RST ACK and a FIN ACK packet with a bad TCP Timestamp option. The client will ignore the RST ACK and the FIN ACK packets because of the bad TCP Timestamp option. Both linux and windows client are ignoring the injected packets.
Published 2020-01-06 · Modified
7.5EPSS 0.017
CVE-2018-10242
Suricata version 4.0.4 incorrectly handles the parsing of the SSH banner. A malformed SSH banner can cause the parsing code to read beyond the allocated data because SSHParseBanner in app-layer-ssh.c lacks a length check.
Published 2019-04-04 · Modified
7.5EPSS 0.016
CVE-2019-1010279
Open Information Security Foundation Suricata prior to version 4.1.3 is affected by: Denial of Service - TCP/HTTP detection bypass. The impact is: An attacker can evade a signature detection with a specialy formed sequence of network packets. The component is: detect.c (https://github.com/OISF/suricata/pull/3625/commits/d8634daf74c882356659addb65fb142b738a186b). The attack vector is: An attacker can trigger the vulnerability by a specifically crafted network TCP session. The fixed version is: 4.1.3.
Published 2019-07-18 · Modified
7.5EPSS 0.015
CVE-2019-10050
A buffer over-read issue was discovered in Suricata 4.1.x before 4.1.4. If the input of the decode-mpls.c function DecodeMPLS is composed only of a packet of source address and destination address plus the correct type field and the right number for shim, an attacker can manipulate the control flow, such that the condition to leave the loop is true. After leaving the loop, the network packet has a length of 2 bytes. There is no validation of this length. Later on, the code tries to read at an empty position, leading to a crash.
Published 2019-05-13 · Modified
7.5EPSS 0.015
CVE-2024-38535
Suricata http2: oom from duplicate headers
Published 2024-07-11 · Modified
7.5EPSS 0.012
CVE-2024-23836
crafted traffic can cause denial of service
Published 2024-02-26 · Analyzed
7.5EPSS 0.012
CVE-2023-35852
In Suricata before 6.0.13 (when there is an adversary who controls an external source of rules), a dataset filename, that comes from a rule, may trigger absolute or relative directory traversal, and lead to write access to a local filesystem. This is addressed in 6.0.13 by requiring allow-absolute-filenames and allow-write (in the datasets rules configuration section) if an installation requires traversal/writing in this situation.
Published 2023-06-19 · Modified
7.5EPSS 0.011
CVE-2024-55627
Suricata segfault on StreamingBufferSlideToOffsetWithRegions
Published 2025-01-06 · Analyzed
7.5EPSS 0.010
CVE-2024-32663
Suricata 's http2 parser contains an improper compressed header handling can lead to resource starvation
Published 2024-05-07 · Modified
7.5EPSS 0.010
CVE-2024-23835
Suricata's pgsql: memory exhaustion use on record parsing
Published 2024-02-26 · Analyzed
7.5EPSS 0.009
CVE-2024-38536
Suricata http/range: NULL-ptr deref when http.memcap is reached
Published 2024-07-11 · Modified
7.5EPSS 0.009
CVE-2024-38534
Suricata modbus: txs without responses are never freed
Published 2024-07-11 · Modified
7.5EPSS 0.009
CVE-2026-45759
Suricata http1: quadratic Content-Disposition processing can lead to denial of service
Published 2026-09-10 · Analyzed
7.5EPSS 0.008
CVE-2026-45768
Suricata ldap: unbounded responses per transaction can lead to resource exhaustion
Published 2026-09-10 · Analyzed
7.5EPSS 0.007
CVE-2024-55628
Suricata oversized resource names utilizing DNS name compression can lead to resource starvation
Published 2025-01-06 · Analyzed
7.5EPSS 0.007
CVE-2024-55605
Suricata allows stack overflow in transforms
Published 2025-01-06 · Analyzed
7.5EPSS 0.007
CVE-2024-37151
Suricata defrag: IP ID reuse can lead to policy bypass
Published 2024-07-11 · Modified
7.5EPSS 0.006
CVE-2026-45765
Suricata dnp3: unbounded reassembly can lead to resource exhaustion
Published 2026-09-10 · Analyzed
7.5EPSS 0.006
CVE-2026-45766
Suricata nfs: unbounded stateful structures can lead to resource exhaustion
Published 2026-09-10 · Analyzed
7.5EPSS 0.006
CVE-2024-47522
Suricata ja4: invalid alpn leads to panic
Published 2024-10-16 · Modified
7.5EPSS 0.006
CVE-2024-28870
Suricata uses excessive resource use in malformed ssh traffic parsing
Published 2024-04-03 · Analyzed
7.5EPSS 0.006
CVE-2026-22259
Suricata dnp3: unbounded transaction growth
Published 2026-01-27 · Analyzed
7.5EPSS 0.006
CVE-2026-22260
Suricata http1: infinite recursion in decompression
Published 2026-01-27 · Analyzed
7.5EPSS 0.006
CVE-2026-22258
Suricata DCERPC: unbounded fragment buffering leads to memory exhaustion
Published 2026-01-27 · Analyzed
7.5EPSS 0.006
CVE-2024-55629
Suricata generic detection bypass using TCP urgent support
Published 2025-01-06 · Analyzed
7.5EPSS 0.005
CVE-2024-45795
Suricata detect/datasets: reachable assertion with unimplemented rule option
Published 2024-10-16 · Analyzed
7.5EPSS 0.005
CVE-2025-59150
Suricata: Keyword tls.subjectaltname can lead to NULL-ptr deref
Published 2025-10-01 · Modified
7.5EPSS 0.005
1 / 2Next →