CVE-2018-6836
- EPSS 0.32%
- Published 08.02.2018 07:29:01
- Last modified 21.11.2024 04:11:16
The netmonrec_comment_destroy function in wiretap/netmon.c in Wireshark through 2.4.4 performs a free operation on an uninitialized memory address, which allows remote attackers to cause a denial of service (application crash) or possibly have unspec...
CVE-2018-5334
- EPSS 0.87%
- Published 11.01.2018 21:29:00
- Last modified 21.11.2024 04:08:36
In Wireshark 2.4.0 to 2.4.3 and 2.2.0 to 2.2.11, the IxVeriWave file parser could crash. This was addressed in wiretap/vwr.c by correcting the signature timestamp bounds checks.
CVE-2018-5335
- EPSS 0.87%
- Published 11.01.2018 21:29:00
- Last modified 21.11.2024 04:08:36
In Wireshark 2.4.0 to 2.4.3 and 2.2.0 to 2.2.11, the WCP dissector could crash. This was addressed in epan/dissectors/packet-wcp.c by validating the available buffer length.
CVE-2018-5336
- EPSS 1.01%
- Published 11.01.2018 21:29:00
- Last modified 21.11.2024 04:08:36
In Wireshark 2.4.0 to 2.4.3 and 2.2.0 to 2.2.11, the JSON, XML, NTP, XMPP, and GDB dissectors could crash. This was addressed in epan/tvbparse.c by limiting the recursion depth.
CVE-2017-17997
- EPSS 0.7%
- Published 30.12.2017 07:29:00
- Last modified 20.04.2025 01:37:25
In Wireshark before 2.2.12, the MRDISC dissector misuses a NULL pointer and crashes. This was addressed in epan/dissectors/packet-mrdisc.c by validating an IPv4 address. This vulnerability is similar to CVE-2017-9343.
CVE-2017-17935
- EPSS 0.58%
- Published 27.12.2017 17:08:22
- Last modified 20.04.2025 01:37:25
The File_read_line function in epan/wslua/wslua_file.c in Wireshark through 2.2.11 does not properly strip '\n' characters, which allows remote attackers to cause a denial of service (buffer underflow and application crash) via a crafted packet that ...
CVE-2017-17083
- EPSS 0.92%
- Published 01.12.2017 08:29:00
- Last modified 20.04.2025 01:37:25
In Wireshark 2.4.0 to 2.4.2 and 2.2.0 to 2.2.10, the NetBIOS dissector could crash. This was addressed in epan/dissectors/packet-netbios.c by ensuring that write operations are bounded by the beginning of a buffer.
CVE-2017-17084
- EPSS 0.92%
- Published 01.12.2017 08:29:00
- Last modified 20.04.2025 01:37:25
In Wireshark 2.4.0 to 2.4.2 and 2.2.0 to 2.2.10, the IWARP_MPA dissector could crash. This was addressed in epan/dissectors/packet-iwarp-mpa.c by validating a ULPDU length.
CVE-2017-17085
- EPSS 10.4%
- Published 01.12.2017 08:29:00
- Last modified 20.04.2025 01:37:25
In Wireshark 2.4.0 to 2.4.2 and 2.2.0 to 2.2.10, the CIP Safety dissector could crash. This was addressed in epan/dissectors/packet-cipsafety.c by validating the packet length.
CVE-2017-15189
- EPSS 0.36%
- Published 10.10.2017 21:29:00
- Last modified 20.04.2025 01:37:25
In Wireshark 2.4.0 to 2.4.1, the DOCSIS dissector could go into an infinite loop. This was addressed in plugins/docsis/packet-docsis.c by adding decrements.