Show filters
182 Total Results
Displaying 1-10 of 182
Sort by:
Attacker Value
Unknown
CVE-2024-8006
Disclosure Date: August 31, 2024 (last updated September 20, 2024)
Remote packet capture support is disabled by default in libpcap. When a user builds libpcap with remote packet capture support enabled, one of the functions that become available is pcap_findalldevs_ex(). One of the function arguments can be a filesystem path, which normally means a directory with input data files. When the specified path cannot be used as a directory, the function receives NULL from opendir(), but does not check the return value and passes the NULL value to readdir(), which causes a NULL pointer derefence.
0
Attacker Value
Unknown
CVE-2023-7256
Disclosure Date: August 31, 2024 (last updated September 20, 2024)
In affected libpcap versions during the setup of a remote packet capture the internal function sock_initaddress() calls getaddrinfo() and possibly freeaddrinfo(), but does not clearly indicate to the caller function whether freeaddrinfo() still remains to be called after the function returns. This makes it possible in some scenarios that both the function and its caller call freeaddrinfo() for the same allocated memory block. A similar problem was reported in Apple libpcap, to which Apple assigned CVE-2023-40400.
0
Attacker Value
Unknown
CVE-2024-2397
Disclosure Date: April 12, 2024 (last updated April 13, 2024)
Due to a bug in packet data buffers management, the PPP printer in tcpdump can enter an infinite loop when reading a crafted DLT_PPP_SERIAL .pcap savefile. This problem does not affect any tcpdump release, but it affected the git master branch from 2023-06-05 to 2024-03-21.
0
Attacker Value
Unknown
CVE-2023-1801
Disclosure Date: April 07, 2023 (last updated October 08, 2023)
The SMB protocol decoder in tcpdump version 4.99.3 can perform an out-of-bounds write when decoding a crafted network packet.
0
Attacker Value
Unknown
CVE-2019-15167
Disclosure Date: August 27, 2022 (last updated October 08, 2023)
The VRRP parser in tcpdump before 4.9.3 has a buffer over-read in print-vrrp.c:vrrp_print() for VRRP version 3, a different vulnerability than CVE-2018-14463.
0
Attacker Value
Unknown
CVE-2021-41043
Disclosure Date: January 05, 2022 (last updated October 07, 2023)
Use after free in tcpslice triggers AddressSanitizer, no other confirmed impact.
0
Attacker Value
Unknown
CVE-2020-8037
Disclosure Date: April 21, 2020 (last updated November 08, 2023)
The ppp decapsulator in tcpdump 4.9.3 can be convinced to allocate a large amount of memory.
0
Attacker Value
Unknown
CVE-2020-8036
Disclosure Date: February 29, 2020 (last updated November 28, 2024)
The tok2strbuf() function in tcpdump 4.10.0-PRE-GIT was used by the SOME/IP dissector in an unsafe way.
0
Attacker Value
Unknown
CVE-2019-15161
Disclosure Date: October 03, 2019 (last updated November 08, 2023)
rpcapd/daemon.c in libpcap before 1.9.1 mishandles certain length values because of reuse of a variable. This may open up an attack vector involving extra data at the end of a request.
0
Attacker Value
Unknown
CVE-2019-15164
Disclosure Date: October 03, 2019 (last updated November 08, 2023)
rpcapd/daemon.c in libpcap before 1.9.1 allows SSRF because a URL may be provided as a capture source.
0