Bug 592492 (CVE-2010-1628)
Summary: | CVE-2010-1628 ghostscript: internal stack overflow due to recursive calls | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Vincent Danen <vdanen> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | CC: | ktakemur, mjc |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://bugs.ghostscript.com/show_bug.cgi?id=691295 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-02-14 13:55:58 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 614945, 614946 | ||
Bug Blocks: |
Description
Vincent Danen
2010-05-14 22:51:21 UTC
Reported to full-disclosure here: http://seclists.org/fulldisclosure/2010/May/134 This is CVE-2010-1628. Adding link to upstream bug as comment, URL is easy to miss: http://bugs.ghostscript.com/show_bug.cgi?id=691295 According to upstream bug, this issue was introduced in upstream revision r7694: http://svn.ghostscript.com/viewvc?view=rev&revision=7694 Code changed in r7694 was first introduced in r6706: http://svn.ghostscript.com/viewvc?view=rev&revision=6706 This change is not included in ghostscript packages in Red Hat Enterprise Linux 3, 4 and 5. Upstream fix to correct PostScript stack overflow causing memory corruption: http://svn.ghostscript.com/viewvc?view=rev&revision=11414 Statement: Not vulnerable. This issue did not affect the versions of ghostscript as shipped with Red Hat Enterprise Linux 3, 4, or 5. Created ghostscript tracking bugs for this issue Affects: fedora-all [bug 614946] Verified. Tree:rel-eng/RHEL6.0-20100730.5 $ rpm -q ghostscript ghostscript-8.70-6.el6.x86_64 Both of following executions do not crash ghostscript. $ gs infinite.ps $ gs overflow.ps |