CVE-2021-44709
14.01.2022, 20:15
Acrobat Reader DC version 21.007.20099 (and earlier), 20.004.30017 (and earlier) and 17.011.30204 (and earlier) are affected by a heap overflow vulnerability due to insecure handling of a crafted file, potentially resulting in 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_dc | 15.008.20082 ≤ 𝑥 ≤ 21.007.20099 |
adobe | acrobat_reader_dc | 15.008.20082 ≤ 𝑥 ≤ 21.007.20099 |
adobe | acrobat | 17.011.30059 ≤ 𝑥 ≤ 17.011.30204 |
adobe | acrobat | 20.001.30005 ≤ 𝑥 ≤ 20.004.30017 |
adobe | acrobat_reader | 17.011.30059 ≤ 𝑥 ≤ 17.011.30204 |
adobe | acrobat_reader | 20.001.30005 ≤ 𝑥 ≤ 20.004.30017 |
adobe | acrobat_dc | 15.008.20082 ≤ 𝑥 ≤ 21.007.20099 |
adobe | acrobat_reader_dc | 15.008.20082 ≤ 𝑥 ≤ 21.007.20099 |
𝑥
= 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.