Bug 1870266 (CVE-2020-16288) - CVE-2020-16288 ghostscript: buffer overflow in pj_common_print_page() in devices/gdevpjet.c could result in a DoS
Summary: CVE-2020-16288 ghostscript: buffer overflow in pj_common_print_page() in devi...
Keywords:
Status: CLOSED ERRATA
Alias: CVE-2020-16288
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Red Hat Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 1870268 1872890 1872891
Blocks: 1870273
TreeView+ depends on / blocked
 
Reported: 2020-08-19 15:39 UTC by Michael Kaplan
Modified: 2024-10-01 16:47 UTC (History)
7 users (show)

Fixed In Version: ghostscript 9.51
Clone Of:
Environment:
Last Closed: 2021-05-18 20:36:00 UTC
Embargoed:


Attachments (Terms of Use)

Description Michael Kaplan 2020-08-19 15:39:58 UTC
A buffer overflow vulnerability in pj_common_print_page() in devices/gdevpjet.c of Artifex Software GhostScript v9.50 allows a remote attacker to cause a denial of service via a crafted PDF file. This is fixed in v9.51.

References:

http://git.ghostscript.com/?p=ghostpdl.git;h=aba3375ac24f8e02659d9b1eb9093909618cdb9f
https://bugs.ghostscript.com/show_bug.cgi?id=701791

Comment 1 Michael Kaplan 2020-08-19 15:40:14 UTC
Created ghostscript tracking bugs for this issue:

Affects: fedora-all [bug 1870268]

Comment 3 Todd Cullum 2020-08-26 20:17:10 UTC
Flaw summary:

In routine pj_common_print_page() of file /devices/gdevpjet.c, the `data` buffer was uninitialized. Later in the routine, that data was being used to index a global buffer, which could lead to a out-of-bounds read of various size, depending on the uninitialized data. The patch 0-initializes the `data` buffer using memset() to prevent this.

Comment 4 Todd Cullum 2020-08-26 20:18:56 UTC
Mitigation:

Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.

Comment 6 errata-xmlrpc 2021-05-18 15:37:23 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 8

Via RHSA-2021:1852 https://access.redhat.com/errata/RHSA-2021:1852

Comment 7 Product Security DevOps Team 2021-05-18 20:36:00 UTC
This bug is now closed. Further updates for individual products will be reflected on the CVE page(s):

https://access.redhat.com/security/cve/cve-2020-16288


Note You need to log in before you can comment on or make changes to this bug.