2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-23 23:28:35 +00:00
qpdf/libqpdf
Jay Berkenbilt afe0242b26 Handle object ID 0 (fixes #99)
This is CVE-2017-9208.

The QPDF library uses object ID 0 internally as a sentinel to
represent a direct object, but prior to this fix, was not blocking
handling of 0 0 obj or 0 0 R as a special case. Creating an object in
the file with 0 0 obj could cause various infinite loops. The PDF spec
doesn't allow for object 0. Having qpdf handle object 0 might be a
better fix, but changing all the places in the code that assumes objid
== 0 means direct would be risky.
2017-07-26 06:24:07 -04:00
..
2015-10-31 18:56:42 -04:00
2015-11-10 12:42:37 -05:00
2008-04-29 12:55:25 +00:00
2012-06-27 10:20:38 -04:00
2015-10-31 18:56:42 -04:00
2015-02-21 19:47:11 -05:00
2015-10-31 18:56:42 -04:00
2017-07-26 06:24:07 -04:00
2012-12-31 05:36:51 -05:00