2024-08-20 10:00:34 +00:00
{
2024-08-31 00:00:34 +00:00
"data_version" : "4.0" ,
2024-08-20 10:00:34 +00:00
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"CVE_data_meta" : {
"ID" : "CVE-2024-8006" ,
2024-08-31 00:00:34 +00:00
"ASSIGNER" : "security@tcpdump.org" ,
"STATE" : "PUBLIC"
2024-08-20 10:00:34 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2024-08-31 00:00:34 +00:00
"value" : "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."
}
]
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "CWE-476 NULL Pointer Dereference" ,
"cweId" : "CWE-476"
}
]
}
]
} ,
"affects" : {
"vendor" : {
"vendor_data" : [
{
"vendor_name" : "The Tcpdump Group" ,
"product" : {
"product_data" : [
{
"product_name" : "libpcap" ,
"version" : {
"version_data" : [
{
"version_affected" : "=" ,
"version_value" : "1.9.x"
} ,
{
"version_affected" : "<=" ,
"version_name" : "1.10.x" ,
"version_value" : "1.10.4"
}
]
}
}
]
}
}
]
}
} ,
"references" : {
"reference_data" : [
{
"url" : "https://github.com/the-tcpdump-group/libpcap/commit/0f8a103469ce87d2b8d68c5130a46ddb7fb5eb29" ,
"refsource" : "MISC" ,
"name" : "https://github.com/the-tcpdump-group/libpcap/commit/0f8a103469ce87d2b8d68c5130a46ddb7fb5eb29"
} ,
{
"url" : "https://github.com/the-tcpdump-group/libpcap/commit/8a633ee5b9ecd9d38a587ac9b204e2380713b0d6" ,
"refsource" : "MISC" ,
"name" : "https://github.com/the-tcpdump-group/libpcap/commit/8a633ee5b9ecd9d38a587ac9b204e2380713b0d6"
}
]
} ,
"source" : {
"discovery" : "EXTERNAL"
} ,
"configuration" : [
{
"lang" : "en" ,
"value" : "The problem is specific to the remote packet capture code, which is not enabled in the default build configuration."
}
] ,
"work_around" : [
{
"lang" : "en" ,
"value" : "Do not build libpcap with remote packet capture support."
}
] ,
"exploit" : [
{
"lang" : "en" ,
"value" : "A functional exploit exists."
}
] ,
"solution" : [
{
"lang" : "en" ,
"value" : "Upgrade to libpcap 1.10.5."
}
] ,
"credits" : [
{
"lang" : "en" ,
"value" : "Flavio Toffalini"
} ,
{
"lang" : "en" ,
"value" : "Nicolas Badoux"
}
] ,
"impact" : {
"cvss" : [
{
"version" : "3.1" ,
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "HIGH" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "HIGH" ,
"baseSeverity" : "MEDIUM" ,
"baseScore" : 4.4 ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H"
2024-08-20 10:00:34 +00:00
}
]
}
}