2024-04-11 16:00:32 +00:00
{
2024-08-31 00:00:34 +00:00
"data_version" : "4.0" ,
2024-04-11 16:00:32 +00:00
"data_type" : "CVE" ,
"data_format" : "MITRE" ,
"CVE_data_meta" : {
"ID" : "CVE-2023-7256" ,
2024-08-31 00:00:34 +00:00
"ASSIGNER" : "security@tcpdump.org" ,
"STATE" : "PUBLIC"
2024-04-11 16:00:32 +00:00
} ,
"description" : {
"description_data" : [
{
"lang" : "eng" ,
2024-08-31 00:00:34 +00:00
"value" : "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."
}
]
} ,
"problemtype" : {
"problemtype_data" : [
{
"description" : [
{
"lang" : "eng" ,
"value" : "CWE-415 Double Free" ,
"cweId" : "CWE-415"
}
]
}
]
} ,
"affects" : {
"vendor" : {
"vendor_data" : [
{
"vendor_name" : "The Tcpdump Group" ,
"product" : {
"product_data" : [
{
"product_name" : "libpcap" ,
"version" : {
"version_data" : [
{
"version_affected" : "=" ,
"version_value" : "1.8.x"
} ,
{
"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/262e4f34979872d822ccedf9f318ed89c4d31c03" ,
"refsource" : "MISC" ,
"name" : "https://github.com/the-tcpdump-group/libpcap/commit/262e4f34979872d822ccedf9f318ed89c4d31c03"
} ,
{
"url" : "https://github.com/the-tcpdump-group/libpcap/commit/2aa69b04d8173b18a0e3492e0c8f2f7fabdf642d" ,
"refsource" : "MISC" ,
"name" : "https://github.com/the-tcpdump-group/libpcap/commit/2aa69b04d8173b18a0e3492e0c8f2f7fabdf642d"
}
]
} ,
"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" : "Dora Sweet"
}
] ,
"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-04-11 16:00:32 +00:00
}
]
}
}