Bug 541614 (CVE-2009-4035)
Summary: | CVE-2009-4035 xpdf: buffer overflow in FoFiType1::parse | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Tomas Hoger <thoger> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED ERRATA | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | unspecified | CC: | kreilly, mkasik, security-response-team, than |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-12-16 10:53:54 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: | 543489, 543490, 543491, 543492, 543494, 543495 | ||
Bug Blocks: |
Description
Tomas Hoger
2009-11-26 13:57:10 UTC
This problem seems to be fixed upstream already. line1 = getNextLine was made part of the for loop control condition, next iteration is not executed when line1 is NULL: http://cgit.freedesktop.org/poppler/poppler/diff/fofi/FoFiType1.cc?id=4b4fc5c0 This change is part of the commit: http://cgit.freedesktop.org/poppler/poppler/commit/?id=4b4fc5c0 which suggests xpdf was fixed upstream in between version 3.00 and 3.01. Older xpdf versions (2.x) have similar code in xpdf/FontFile.cc, Type1FontFile::Type1FontFile, but the nextLine there does not return NULL. Lifting embargo. This issue has been addressed in following products: Red Hat Enterprise Linux 4 Via RHSA-2009:1680 https://rhn.redhat.com/errata/RHSA-2009-1680.html This issue has been addressed in following products: Red Hat Enterprise Linux 4 Via RHSA-2009:1681 https://rhn.redhat.com/errata/RHSA-2009-1681.html This issue has been addressed in following products: Red Hat Enterprise Linux 4 Via RHSA-2009:1682 https://rhn.redhat.com/errata/RHSA-2009-1682.html |