2023-09-06 16:00:28 +00:00
{
"id" : "CVE-2021-21088" ,
"sourceIdentifier" : "psirt@adobe.com" ,
"published" : "2023-09-06T14:15:08.053" ,
2023-09-12 16:00:29 +00:00
"lastModified" : "2023-09-12T13:37:54.643" ,
"vulnStatus" : "Analyzed" ,
2023-09-06 16:00:28 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "Acrobat Reader DC versions versions 2020.013.20074 (and earlier), 2020.001.30018 (and earlier) and 2017.011.30188 (and earlier) are affected by a Use After Free vulnerability. An unauthenticated attacker could leverage this vulnerability to achieve arbitrary code execution in the context of the current user. Exploitation of this issue requires user interaction in that a victim must open a malicious file."
}
] ,
"metrics" : {
"cvssMetricV31" : [
{
2023-09-12 16:00:29 +00:00
"source" : "nvd@nist.gov" ,
2023-09-06 16:00:28 +00:00
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" ,
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 7.8 ,
"baseSeverity" : "HIGH"
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 5.9
2023-09-12 16:00:29 +00:00
} ,
{
"source" : "psirt@adobe.com" ,
"type" : "Secondary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" ,
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "HIGH" ,
"baseScore" : 7.8 ,
"baseSeverity" : "HIGH"
} ,
"exploitabilityScore" : 1.8 ,
"impactScore" : 5.9
2023-09-06 16:00:28 +00:00
}
]
} ,
"weaknesses" : [
{
"source" : "psirt@adobe.com" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-416"
}
]
}
] ,
2023-09-12 16:00:29 +00:00
"configurations" : [
{
"operator" : "AND" ,
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:adobe:acrobat:*:*:*:*:classic:*:*:*" ,
"versionStartIncluding" : "17.011.30180" ,
"versionEndExcluding" : "17.011.30190" ,
"matchCriteriaId" : "1823787E-E1F3-4AC6-976D-D90EAF030ACB"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:adobe:acrobat:*:*:*:*:classic:*:*:*" ,
"versionStartIncluding" : "20.001.30005" ,
"versionEndExcluding" : "20.001.30020" ,
"matchCriteriaId" : "BEE5B07B-477D-4A72-83A9-18389934697B"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:adobe:acrobat_dc:*:*:*:*:continuous:*:*:*" ,
"versionStartIncluding" : "15.007.20033" ,
"versionEndExcluding" : "21.001.20135" ,
"matchCriteriaId" : "BDF96AFA-EF1D-4677-81D4-2775CFE39E95"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:adobe:acrobat_reader:*:*:*:*:classic:*:*:*" ,
"versionStartIncluding" : "17.011.30180" ,
"versionEndExcluding" : "17.011.30190" ,
"matchCriteriaId" : "957DB783-FE3C-4202-9EE1-43ADA2A160CD"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:adobe:acrobat_reader:*:*:*:*:classic:*:*:*" ,
"versionStartIncluding" : "20.001.30005" ,
"versionEndExcluding" : "20.001.30020" ,
"matchCriteriaId" : "F91DD5E6-B165-4462-9E8E-C6C773A62188"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:adobe:acrobat_reader_dc:*:*:*:*:continuous:*:*:*" ,
"versionStartIncluding" : "15.007.20033" ,
"versionEndExcluding" : "21.001.20135" ,
"matchCriteriaId" : "0C26D048-87CF-463E-9666-DD9FBD507C91"
}
]
} ,
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : false ,
"criteria" : "cpe:2.3:o:apple:macos:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "387021A0-AF36-463C-A605-32EA7DAC172E"
} ,
{
"vulnerable" : false ,
"criteria" : "cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*" ,
"matchCriteriaId" : "A2572D17-1DE6-457B-99CC-64AFD54487EA"
}
]
}
]
}
] ,
2023-09-06 16:00:28 +00:00
"references" : [
{
"url" : "https://helpx.adobe.com/security/products/acrobat/apsb21-09.html" ,
2023-09-12 16:00:29 +00:00
"source" : "psirt@adobe.com" ,
"tags" : [
"Vendor Advisory"
]
2023-09-06 16:00:28 +00:00
}
]
}