CVE-2021-31812
12.06.2021, 10:15
In Apache PDFBox, a carefully crafted PDF file can trigger an infinite loop while loading the file. This issue affects Apache PDFBox version 2.0.23 and prior 2.0.x versions.
Vendor | Product | Version |
---|---|---|
apache | pdfbox | 2.0.0 ≤ 𝑥 ≤ 2.0.23 |
oracle | banking_corporate_lending_process_management | 14.2.0 |
oracle | banking_corporate_lending_process_management | 14.3.0 |
oracle | banking_corporate_lending_process_management | 14.5.0 |
oracle | banking_credit_facilities_process_management | 14.2.0 |
oracle | banking_credit_facilities_process_management | 14.3.0 |
oracle | banking_credit_facilities_process_management | 14.5.0 |
oracle | banking_supply_chain_finance | 14.2.0 |
oracle | banking_supply_chain_finance | 14.3.0 |
oracle | banking_supply_chain_finance | 14.5.0 |
oracle | retail_customer_management_and_segmentation_foundation | 18.1 |
oracle | communications_messaging_server | 8.1 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Ubuntu Product | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
libpdfbox-java |
| ||||||||||||||||||||||||
libpdfbox2-java |
|
Common Weakness Enumeration
- CWE-834 - Excessive IterationThe software performs an iteration or loop without sufficiently limiting the number of times that the loop is executed.
- CWE-835 - Loop with Unreachable Exit Condition ('Infinite Loop')The program contains an iteration or loop with an exit condition that cannot be reached, i.e., an infinite loop.
References