You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyPDF2 is deprecated and has a vulnerability issue which can use 100% of a single core. An attacker who uses this vulnerability can craft a PDF which leads to an infinite loop if __parse_content_stream is executed.
It is recommended to migrate to pypdf, which is neither deprecated nor does it have this vulnerability.
The text was updated successfully, but these errors were encountered:
jasonmnayerji0
changed the title
PDFJinja requires PyPDF2 which is deprecated and has vulnerability.
PDFJinja requires PyPDF2 which is deprecated and has a vulnerability
Jun 5, 2024
PyPDF2
is deprecated and has a vulnerability issue which can use 100% of a single core. An attacker who uses this vulnerability can craft a PDF which leads to an infinite loop if__parse_content_stream
is executed.One can test this vulnerability by:
Downloading MiFO_LFO_FEIS_NOA_Published.3.pdf then running
It is recommended to migrate to pypdf, which is neither deprecated nor does it have this vulnerability.
The text was updated successfully, but these errors were encountered: