2023-05-25 23:55:28 +00:00
{
"id" : "CVE-2023-32067" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2023-05-25T23:15:09.380" ,
2023-10-31 17:00:22 +00:00
"lastModified" : "2023-10-31T16:06:09.363" ,
"vulnStatus" : "Analyzed" ,
2023-05-25 23:55:28 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "c-ares is an asynchronous resolver library. c-ares is vulnerable to denial of service. If a target resolver sends a query, the attacker forges a malformed UDP packet with a length of 0 and returns them to the target resolver. The target resolver erroneously interprets the 0 length as a graceful shutdown of the connection. This issue has been patched in version 1.19.1."
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-06-01 14:00:30 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH"
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 3.6
} ,
2023-05-25 23:55:28 +00:00
{
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "NONE" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 7.5 ,
"baseSeverity" : "HIGH"
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 3.6
}
]
} ,
"weaknesses" : [
2023-06-01 14:00:30 +00:00
{
2023-10-31 17:00:22 +00:00
"source" : "nvd@nist.gov" ,
2023-06-01 14:00:30 +00:00
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
2023-10-31 17:00:22 +00:00
"value" : "NVD-CWE-noinfo"
2023-06-01 14:00:30 +00:00
}
]
} ,
2023-05-25 23:55:28 +00:00
{
2023-10-31 17:00:22 +00:00
"source" : "security-advisories@github.com" ,
2023-05-25 23:55:28 +00:00
"type" : "Secondary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-400"
}
]
}
] ,
2023-06-01 14:00:30 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:c-ares_project:c-ares:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "1.19.1" ,
"matchCriteriaId" : "48937B75-3746-49D9-B738-B19EF0EF8D9F"
}
]
}
]
} ,
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "E30D0E6F-4AE8-4284-8716-991DFA48CC5D"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "CC559B26-5DFC-4B7A-A27C-B77DE755DFF9"
}
]
}
]
2023-10-31 17:00:22 +00:00
} ,
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "07B237A9-69A3-4A9C-9DA0-4E06BD37AE73"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "FA6FEEC2-9F11-4643-8827-749718254FED"
}
]
}
]
2023-06-01 14:00:30 +00:00
}
] ,
2023-05-25 23:55:28 +00:00
"references" : [
{
"url" : "https://github.com/c-ares/c-ares/releases/tag/cares-1_19_1" ,
2023-06-01 14:00:30 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Release Notes"
]
2023-05-25 23:55:28 +00:00
} ,
{
"url" : "https://github.com/c-ares/c-ares/security/advisories/GHSA-9g78-jv2r-p7vc" ,
2023-06-01 14:00:30 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Third Party Advisory"
]
2023-05-26 06:00:30 +00:00
} ,
2023-06-26 23:55:28 +00:00
{
"url" : "https://lists.debian.org/debian-lts-announce/2023/06/msg00034.html" ,
2023-10-31 17:00:22 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Mailing List"
]
2023-06-26 23:55:28 +00:00
} ,
2023-05-26 06:00:30 +00:00
{
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/B5Z5XFNXTNPTCBBVXFDNZQVLLIE6VRBY/" ,
2023-06-01 14:00:30 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Mailing List" ,
"Third Party Advisory"
]
2023-05-28 08:00:27 +00:00
} ,
{
"url" : "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/UBFWILTA33LOSV23P44FGTQQIDRJHIY7/" ,
2023-06-01 14:00:30 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Mailing List" ,
"Third Party Advisory"
]
2023-06-09 11:28:17 +00:00
} ,
2023-10-08 10:00:28 +00:00
{
"url" : "https://security.gentoo.org/glsa/202310-09" ,
2023-10-31 17:00:22 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Third Party Advisory"
]
2023-10-08 10:00:28 +00:00
} ,
2023-06-09 11:28:17 +00:00
{
"url" : "https://www.debian.org/security/2023/dsa-5419" ,
2023-10-31 17:00:22 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Third Party Advisory"
]
2023-05-25 23:55:28 +00:00
}
]
}