CVE-2019-17420
- EPSS 0.24%
- Published 10.10.2019 01:06:09
- Last modified 21.11.2024 04:32:17
In OISF LibHTP before 0.5.31, as used in Suricata 4.1.4 and other products, an HTTP protocol parsing error causes the http_header signature to not alert on a response with a single \r\n ending.
CVE-2019-15699
- EPSS 0.56%
- Published 24.09.2019 20:15:11
- Last modified 21.11.2024 04:29:16
An issue was discovered in app-layer-ssl.c in Suricata 4.1.4. Upon receiving a corrupted SSLv3 (TLS 1.2) packet, the parser function TLSDecodeHSHelloExtensions tries to access a memory region that is not allocated, because the expected length of HSHe...
CVE-2019-16410
- EPSS 0.67%
- Published 24.09.2019 20:15:11
- Last modified 21.11.2024 04:30:39
An issue was discovered in Suricata 4.1.4. By sending multiple fragmented IPv4 packets, the function Defrag4Reassemble in defrag.c tries to access a memory region that is not allocated, because of a lack of header_len checking.
CVE-2019-16411
- EPSS 0.62%
- Published 24.09.2019 20:15:11
- Last modified 21.11.2024 04:30:39
An issue was discovered in Suricata 4.1.4. By sending multiple IPv4 packets that have invalid IPv4Options, the function IPV4OptValidateTimestamp in decode-ipv4.c tries to access a memory region that is not allocated. There is a check for o->len < 5 (...
CVE-2019-10054
- EPSS 0.5%
- Published 28.08.2019 21:15:10
- Last modified 21.11.2024 04:18:17
An issue was discovered in Suricata 4.1.3. The function process_reply_record_v3 lacks a check for the length of reply.data. It causes an invalid memory access and the program crashes within the nfs/nfs3.rs file.
CVE-2019-10055
- EPSS 0.51%
- Published 28.08.2019 21:15:10
- Last modified 21.11.2024 04:18:17
An issue was discovered in Suricata 4.1.3. The function ftp_pasv_response lacks a check for the length of part1 and part2, leading to a crash within the ftp/mod.rs file.
CVE-2019-10056
- EPSS 0.5%
- Published 28.08.2019 21:15:10
- Last modified 21.11.2024 04:18:17
An issue was discovered in Suricata 4.1.3. The code mishandles the case of sending a network packet with the right type, such that the function DecodeEthernet in decode-ethernet.c is executed a second time. At this point, the algorithm cuts the first...
CVE-2019-10051
- EPSS 0.6%
- Published 28.08.2019 20:15:10
- Last modified 21.11.2024 04:18:17
An issue was discovered in Suricata 4.1.3. If the function filetracker_newchunk encounters an unsafe "Some(sfcm) => { ft.new_chunk }" item, then the program enters an smb/files.rs error condition and crashes.
CVE-2019-10052
- EPSS 0.6%
- Published 28.08.2019 20:15:10
- Last modified 21.11.2024 04:18:17
An issue was discovered in Suricata 4.1.3. If the network packet does not have the right length, the parser tries to access a part of a DHCP packet. At this point, the Rust environment runs into a panic in parse_clientid_option in the dhcp/parser.rs ...
CVE-2019-10053
- EPSS 0.52%
- Published 13.05.2019 21:29:01
- Last modified 21.11.2024 04:18:17
An issue was discovered in Suricata 4.1.x before 4.1.4. If the input of the function SSHParseBanner is composed only of a \n character, then the program runs into a heap-based buffer over-read. This occurs because the erroneous search for \r results ...