CVE-2023-36807
Last modified
CVE-2023-36807 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. pypdf is a pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files. In version 2.10.5 an attacker who uses this vulnerability can craft a PDF which leads to an infinite loop. EPSS estimates a 0.52% chance of exploitation in the next 30 days.
Description
pypdf is a pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files. In version 2.10.5 an attacker who uses this vulnerability can craft a PDF which leads to an infinite loop. This infinite loop blocks the current process and can utilize a single core of the CPU by 100%. It does not affect memory usage. That is, for example, the case if the user extracted metadata from such a malformed PDF. Versions prior to 2.10.5 throw an error, but do not hang forever. This issue was fixed with https://github.com/py-pdf/pypdf/pull/1331 which has been included in release 2.10.6. Users are advised to upgrade. Users unable to upgrade should modify `PyPDF2/generic/_data_structures.py::read_object` to an an error throwing case. See GHSA-hm9v-vj3r-r55m for details.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Pypdf Project | Pypdf | 2.10.5 |
References
- https://github.com/py-pdf/pypdf/issues/1329Exploit, Issue Tracking, Vendor Advisory
- https://github.com/py-pdf/pypdf/security/advisories/GHSA-hm9v-vj3r-r55mExploit, Mitigation, Patch, Vendor Advisory
- https://github.com/py-pdf/pypdf/issues/1329Exploit, Issue Tracking, Vendor Advisory
- https://github.com/py-pdf/pypdf/security/advisories/GHSA-hm9v-vj3r-r55mExploit, Mitigation, Patch, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-36807?
How severe is CVE-2023-36807?
How do I fix CVE-2023-36807?
Are you affected by CVE-2023-36807?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
