{ "schema_version": "1.4.0", "id": "GHSA-35jj-wx47-4w8r", "modified": "2025-02-13T19:08:26Z", "published": "2024-03-08T20:42:52Z", "aliases": [ "CVE-2024-28184" ], "summary": "WeasyPrint allows the attachment of arbitrary files and URLs to a PDF", "details": "### Impact\nSince version 61.0, there's a vulnerability which allows attaching content of arbitrary files and URLs to a generated PDF document, even if `url_fetcher` is configured to prevent access to files and URLs.\n\n### Patches\nFixed by 734ee8e that’s included in 61.2\n\n### Workarounds\n- Check that no PDF attachment is defined in source HTML.\n- Launch WeasyPrint in a sandbox that prevents access to the filesystem and the network.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L" } ], "affected": [ { "package": { "ecosystem": "PyPI", "name": "weasyprint" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "61.0" }, { "fixed": "61.2" } ] } ], "database_specific": { "last_known_affected_version_range": "<= 61.1" } } ], "references": [ { "type": "WEB", "url": "https://github.com/Kozea/WeasyPrint/security/advisories/GHSA-35jj-wx47-4w8r" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-28184" }, { "type": "WEB", "url": "https://github.com/Kozea/WeasyPrint/commit/734ee8e2dc84ff3090682f3abff056d0907c8598" }, { "type": "PACKAGE", "url": "https://github.com/Kozea/WeasyPrint" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZLQZMOEDY72TS43HDXOBVID2VYCTWIH6" } ], "database_specific": { "cwe_ids": [ "CWE-829" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2024-03-08T20:42:52Z", "nvd_published_at": "2024-03-09T01:15:07Z" } }