Insecure deserialization In dompdf/dompdf
Description
Deserialization of Untrusted Data in dompdf/dompdf DomPDF before version 2.0.0 is vulnerable to PHAR (PHP Archive) deserialization due to a lack of checking on the protocol before passing it into the file_get_contents() function. An attacker who can upload files of any type to the server can pass in the phar:// protocol to unserialize the uploaded file and instantiate arbitrary PHP objects. This can lead to remote code execution, especially when DOMPdf is used with frameworks with documented POP chains like Laravel or vulnerable developer code.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Component | Affected version | Patched versions |
|---|---|---|---|
debian 11 | 0.6.2+dfsg-3.1+deb11u1 | ||
packagist | 2.0.0 | ||
debian 12 | 2.0.2+dfsg-1 |
Aliases
1. 2. 3. 4. 5. 6.
References
1. 2.