Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.0.27, 3.0.0 PDFBox
-
None
-
None
Description
The PDFBox user Jay filed an issue with the attached pdf using security@apache.org
It is a handcrafted pdf containing a COSArray with a lot of nesting levels which leads to a StackOverflowException.
Theoretically there is no maximum nesting level for COSArrays or COSDictionaries but in the wild just a few number of levels may occur. Saying that, it makes sense to introduce a maximum number of nesting levels to avoid such exceptions