The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade Debian:unstable
pypdf2
to version 2.12.1-4 or higher.
Note: Versions mentioned in the description apply only to the upstream pypdf2
package and not the pypdf2
package as distributed by Debian
.
See How to fix?
for Debian:unstable
relevant fixed versions and status.
pypdf is an open source, pure-python PDF library. In affected versions an attacker may craft a PDF which leads to an infinite loop if __parse_content_stream
is executed. That is, for example, the case if the user extracted text from such a PDF. This issue was introduced in pull request #969 and resolved in pull request #1828. Users are advised to upgrade. Users unable to upgrade may modify the line while peek not in (b"\r", b"\n")
in pypdf/generic/_data_structures.py
to while peek not in (b"\r", b"\n", b"")
.