6.5

CVE-2017-11232

Adobe Acrobat Reader 2017.009.20058 and earlier, 2017.008.30051 and earlier, 2015.006.30306 and earlier, and 11.0.20 and earlier has an exploitable use after free vulnerability when processing Enhanced Metafile Format (EMF) data related to brush manipulation. Successful exploitation could lead to arbitrary code execution.

Data is provided by the National Vulnerability Database (NVD)
AdobeAcrobat Version >= 11.0.0 <= 11.0.20
   ApplemacOS X
   MicrosoftWindows
AdobeAcrobat Version >= 17.011.00000 <= 17.011.30066
   ApplemacOS X
   MicrosoftWindows
AdobeAcrobat Dc SwEditionclassic Version >= 15.006.30060 <= 15.006.30306
   ApplemacOS X
   MicrosoftWindows
AdobeAcrobat Dc SwEditioncontinuous Version >= 15.007.20033 <= 17.009.20058
   ApplemacOS X
   MicrosoftWindows
AdobeAcrobat Reader Version >= 17.011.00000 <= 17.011.30066
   ApplemacOS X
   MicrosoftWindows
AdobeAcrobat Reader Dc SwEditionclassic Version >= 15.006.30060 <= 15.006.30306
   ApplemacOS X
   MicrosoftWindows
AdobeAcrobat Reader Dc SwEditioncontinuous Version >= 15.007.20033 <= 17.009.20058
   ApplemacOS X
   MicrosoftWindows
AdobeReader Version >= 11.0.0 <= 11.0.20
   ApplemacOS X
   MicrosoftWindows
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 12.41% 0.937
CVSS Metriken
Source Base Score Exploit Score Impact Score Vector string
nvd@nist.gov 6.5 2.8 3.6
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
nvd@nist.gov 4.3 8.6 2.9
AV:N/AC:M/Au:N/C:P/I:N/A:N
CWE-200 Exposure of Sensitive Information to an Unauthorized Actor

The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.

CWE-416 Use After Free

The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.