Security notes update#11262
Conversation
|
CC @dw4rren. |
|
It would be good to know if any of the other via-HTML pdf-engines are subject to the same problem as wkhtmltopdf. That would allow more useful guidance. |
WeasyPrint, when correctly configured, is not subject to the SSRF vulnerability (Kozea/WeasyPrint#1288, ping @liZe). I don't know if is the case for pagedjs-cli though, as I have not found anything on the repos about this. Maybe @fchasen or @julientaq know? |
|
WeasyPrint does not support iframes at all, so it should be safe with this one. |
|
In our testing,
Edit: CVE-2018-19858 looks like the PrinceXML analog to CVE-2022-35583 for wkhtmltopdf. input.html and input.md contain something like: |
| title: Pandoc User's Guide | ||
| author: John MacFarlane | ||
| date: 2026-03-19 | ||
| date: 2025-10-30 |
There was a problem hiding this comment.
do not change this; I will change before a release
| pandoc does not include a defaults file. The tables below are examples | ||
| and do not document default configuration options. | ||
|
|
There was a problem hiding this comment.
This is an extraneous change and shouldn't be part of this PR.
We did some analysis regarding SSRF vulnerabilities (CVE-2025-51591, CVE-2022-35583) and came up with suggested changes for the documentation.
Related: #11261 #10682 #8874 #11200