CVE-2024-8006

CVE-2024-8006 is a medium-severity vulnerability in Tcpdump Libpcap with a CVSS 3.x base score of 4.4. It is not currently listed as actively exploited by CISA, and its EPSS exploit-prediction score is low. The underlying weakness is classified as CWE-476.

Key facts

Description

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.

Frequently asked questions

What is CVE-2024-8006?
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.
How severe is CVE-2024-8006?
CVE-2024-8006 has a CVSS 3.x base score of 4.4, rated medium severity. It is exploitable over local access with low attack complexity, requires high privileges and no user interaction. Impact on confidentiality is none, integrity none, and availability high.
Is CVE-2024-8006 being actively exploited?
It is not currently listed in CISA's KEV catalog. Its EPSS exploit-prediction score is 0% (12th percentile), an estimate of the probability of exploitation in the next 30 days.
What products are affected by CVE-2024-8006?
CVE-2024-8006 affects Tcpdump Libpcap. See the affected-products list for the exact vulnerable versions.
How do I fix CVE-2024-8006?
Review the linked vendor and NVD advisories for patched versions and mitigations, then upgrade or apply the recommended workaround.
Does CVE-2024-8006 have an EU (EUVD) identifier?
Yes. CVE-2024-8006 is tracked in the ENISA EU Vulnerability Database (EUVD) as EUVD-2024-48881.
When was CVE-2024-8006 published?
CVE-2024-8006 was published on 2024-08-31 and last updated on 2026-06-17.

References

Affected products (1)

More vulnerabilities in Tcpdump Libpcap

All CVEs affecting Tcpdump Libpcap →

Other CWE-476 (NULL Pointer Dereference) vulnerabilities

Browse all CWE-476 (NULL Pointer Dereference) vulnerabilities →