Server-Side Request Forgery (SSRF) Affecting weasyprint package, versions *


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.19% (9th percentile)

Do your applications use this vulnerable package?

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 applications
  • Snyk IDSNYK-ECHOLATEST-WEASYPRINT-19865249
  • published16 Sept 2026
  • disclosed14 Sept 2026

Introduced: 14 Sep 2026

NewCVE-2026-55073  (opens in a new tab)
CWE-918  (opens in a new tab)

How to fix?

There is no fixed version for Echo:latest weasyprint.

NVD Description

Note: Versions mentioned in the description apply only to the upstream weasyprint package and not the weasyprint package as distributed by Echo. See How to fix? for Echo:latest relevant fixed versions and status.

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.