CVE-2021-21017
11.02.2021, 20:15
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 heap-based buffer overflow 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.Enginsight
Vendor | Product | Version |
---|---|---|
adobe | acrobat | 17.0 ≤ 𝑥 ≤ 17.011.30188 |
adobe | acrobat | 20.0 ≤ 𝑥 ≤ 20.001.30018 |
adobe | acrobat_dc | 𝑥 ≤ 20.013.20074 |
adobe | acrobat_reader | 17.0 ≤ 𝑥 ≤ 17.011.30188 |
adobe | acrobat_reader | 20.0 ≤ 𝑥 ≤ 20.001.300183 |
adobe | acrobat_reader_dc | 𝑥 ≤ 20.013.20074 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-122 - Heap-based Buffer OverflowA heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.