2023-08-11 16:00:35 +00:00
{
"id" : "CVE-2023-39947" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2023-08-11T14:15:13.587" ,
2023-08-22 16:00:37 +00:00
"lastModified" : "2023-08-22T14:23:13.990" ,
"vulnStatus" : "Analyzed" ,
2023-08-11 16:00:35 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "eprosima Fast DDS is a C++ implementation of the Data Distribution Service standard of the Object Management Group. Prior to versions 2.11.1, 2.10.2, 2.9.2, and 2.6.6, even after the fix at commit 3492270, malformed `PID_PROPERTY_LIST` parameters cause heap overflow at a different program counter. This can remotely crash any Fast-DDS process. Versions 2.11.1, 2.10.2, 2.9.2, and 2.6.6 contain a patch for this issue."
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-08-22 16:00:37 +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-08-11 16:00:35 +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:L/A:H" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "NONE" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "LOW" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 8.2 ,
"baseSeverity" : "HIGH"
} ,
"exploitabilityScore" : 3.9 ,
"impactScore" : 4.2
}
]
} ,
"weaknesses" : [
{
2023-08-22 16:00:37 +00:00
"source" : "nvd@nist.gov" ,
2023-08-11 16:00:35 +00:00
"type" : "Primary" ,
2023-08-22 16:00:37 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-787"
}
]
} ,
{
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2023-08-11 16:00:35 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-122"
}
]
}
] ,
2023-08-22 16:00:37 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:eprosima:fast_dds:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "2.6.0" ,
"versionEndExcluding" : "2.6.6" ,
"matchCriteriaId" : "F15C9800-42FF-4680-91BE-65DD409C2BAD"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:eprosima:fast_dds:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "2.9.0" ,
"versionEndExcluding" : "2.9.2" ,
"matchCriteriaId" : "ACDC404A-DC49-462D-A906-D5B726B5511A"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:eprosima:fast_dds:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "2.10.0" ,
"versionEndExcluding" : "2.10.2" ,
"matchCriteriaId" : "F09F92E5-C333-413D-8D93-E310DE1C6873"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:eprosima:fast_dds:2.11.0:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "99CB3D60-0018-4E5E-A54F-6E9098E499AB"
}
]
}
]
} ,
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "FA6FEEC2-9F11-4643-8827-749718254FED"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:o:debian:debian_linux:12.0:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "46D69DCC-AE4D-4EA5-861C-D60951444C6C"
}
]
}
]
}
] ,
2023-08-11 16:00:35 +00:00
"references" : [
{
"url" : "https://github.com/eProsima/Fast-DDS/commit/349227005827e8a67a0406b823138b5068cc47dc" ,
2023-08-22 16:00:37 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Third Party Advisory"
]
2023-08-11 16:00:35 +00:00
} ,
{
"url" : "https://github.com/eProsima/Fast-DDS/security/advisories/GHSA-mf55-5747-c4pv" ,
2023-08-22 16:00:37 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Third Party Advisory"
]
2023-08-21 06:00:30 +00:00
} ,
{
"url" : "https://www.debian.org/security/2023/dsa-5481" ,
2023-08-22 16:00:37 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Third Party Advisory"
]
2023-08-11 16:00:35 +00:00
}
]
}