CVE-2026-55073
MediumCVSS 6.2Exploitation Probability (EPSS)
Low risk9th percentile - higher than 9% of all known CVEs
Summary
In WeasyPrint prior to 70.0, server-side applications that configure a restrictive url_fetcher and pass attacker-influenced values to HTML.write_pdf() can have the restriction bypassed through the xmp_metadata or stylesheets options. In weasyprint/pdf/init.py, xmp_metadata calls select_source() without the document url_fetcher, allowing an accessible local file to be read and embedded verbatim in the output PDF. In weasyprint/document.py, stylesheets constructs CSS() without the document url_fetcher, allowing local or internal resource loading and propagating the permissive fetcher through nested CSS imports and url() references. The stylesheets channel applies fetched resources but does not by itself disclose stylesheet comments verbatim.
Risk Assessment
An attacker can bypass the restrictive url_fetcher and gain access to local files or internal resources, potentially leading to disclosure of sensitive information. This may also enable further attacks such as injecting content into generated PDF documents.
Recommendation
It is recommended to upgrade WeasyPrint to version 70.0, which fixes the issue. Also, carefully validate input passed to HTML.write_pdf() and avoid passing attacker-controlled values to xmp_metadata and stylesheets options.
Other vulnerabilities in WeasyPrint
See all- CVE-2026-49452Medium
WeasyPrint before 69.0 embeds unescaped HTML presentational-hint attribute values into CSS in weasyprint/css/__init__.py when presentational_hints=True. The background attribute is inserted into a background-image:url() declaration and parsed by tinycss2.parse_blocks_contents(), allowing untrusted HTML to inject additional CSS declarations. Applications that render untrusted HTML with presentational hints enabled can be affected by CSS injection and server-side requests through injected url() values.
- CVE-2025-68616High
In WeasyPrint prior to version 68.0, a server-side request forgery (SSRF) protection bypass exists in the default `url_fetcher`. Even if a developer implements a custom `url_fetcher` to block access to internal resources, an attacker can bypass this protection because the underlying `urllib` library automatically follows HTTP redirects without re-validating the new destination against the security policy.
Original NVD description (English source)
WeasyPrint helps web developers to create PDF documents. Prior to 70.0, server-side applications that configure a restrictive url_fetcher and pass attacker-influenced values to HTML.write_pdf() can have the restriction bypassed through the xmp_metadata or stylesheets options. In weasyprint/pdf/init.py, xmp_metadata calls select_source() without the document url_fetcher, allowing an accessible local file to be read and embedded verbatim in the output PDF. In weasyprint/document.py, stylesheets constructs CSS() without the document url_fetcher, allowing local or internal resource loading and propagating the permissive fetcher through nested CSS imports and url() references. The stylesheets channel applies fetched resources but does not by itself disclose stylesheet comments verbatim. This issue is fixed in version 70.0.

