CVE-2022-27791
11.05.2022, 18:15
Acrobat Reader DC versions 22.001.20085 (and earlier), 20.005.3031x (and earlier) and 17.012.30205 (and earlier) is affected by a stack-based buffer overflow vulnerability due to insecure processing of a font, potentially resulting in arbitrary code execution in the context of the current user. Exploitation requires user interaction in that a victim must open a crafted .pdf fileEnginsight
Vendor | Product | Version |
---|---|---|
adobe | acrobat_dc | 15.008.20082 ≤ 𝑥 ≤ 22.001.20085 |
adobe | acrobat_reader_dc | 15.008.20082 ≤ 𝑥 ≤ 22.001.20085 |
adobe | acrobat | 17.011.30059 ≤ 𝑥 ≤ 17.012.30205 |
adobe | acrobat_reader | 17.011.30059 ≤ 𝑥 ≤ 17.012.30205 |
adobe | acrobat | 20.001.30005 ≤ 𝑥 ≤ 20.005.30314 |
adobe | acrobat_reader | 20.001.30005 ≤ 𝑥 ≤ 20.005.30314 |
adobe | acrobat | 20.001.30005 ≤ 𝑥 ≤ 20.005.30311 |
adobe | acrobat_reader | 20.001.30005 ≤ 𝑥 ≤ 20.005.30311 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-121 - Stack-based Buffer OverflowA stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.