Bug 583738 (CVE-2010-0207)
Summary: | CVE-2010-0207 xpdf: XRef table parsing infinite loop | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Tomas Hoger <thoger> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | unspecified | CC: | 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: | 2010-04-19 15:50:57 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: |
Description
Tomas Hoger
2010-04-19 15:36:54 UTC
Additional details: xpdf uses XRef::readXRef() (XRef.cc) to read xref object form the PDF file. This method gets xref object position as an argument. This calls XRef::readXRefTable() to read "old-style" xref table. This method parses xref table and reads "trailer" directory. This trailer may define /XRefStm key, which points to additional xref object (used by linearized PDFs). XRef::readXRef() is called against with position specified by /XRefStm, which may be identical to the position of the main xref object, resulting in an infinite loop. This is not considered a security flaw for PDF viewers. Upstream bug: https://bugs.freedesktop.org/show_bug.cgi?id=28172 |