Lucene search
+L

138 matches found

Kitploit
Kitploit
added 2026/09/15 1:47 a.m.7 views

CVE-2025-68616-Detecting-and-Patching-an-SSRF-in-WeasyPrint-with-Wazuh

从检测到修复:使用Wazuh狩猎并修补WeasyPrint中的真实SSRF漏洞(CVE-2025-68616) TL;DR 在Kali Linux机器上使用Wazuh (开源SIEM/XDR)进行的个人实践练习中,漏洞检测 模块识别出WeasyPrint 包中存在一个高(CVSS 7.5)严重性漏洞:SSRF保护绕过(CVE-2025-68616 )。我调查了该发现,通过本地概念验证复现了问题,应用了项目的修补版本,并验证了漏洞利用不再有效。本仓库记录了完整流程:检测、分析、PoC和修复。 背景 Wazuh 是一个开源安全平台(SIEM +...

7.5CVSS5.9AI score0.00712EPSS
SaveExploits2
RedhatCVE
RedhatCVE
added 2026/09/14 6:25 p.m.10 views

CVE-2026-55073

A flaw was found in WeasyPrint. Server-side applications that configure a restrictive URL fetcher and pass attacker-influenced values to HTML.writepdf can have the restriction bypassed through the xmpmetadata or stylesheets options. This allows an attacker to read local files or perform Server-Si...

6.2CVSS5.6AI score0.0019EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/14 5:17 p.m.7 views

CVE-2026-55073

WeasyPrint helps web developers to create PDF documents. Prior to 70.0, server-side applications that configure a restrictive urlfetcher and pass attacker-influenced values to HTML.writepdf can have the restriction bypassed through the xmpmetadata or stylesheets options. In weasyprint/pdf/init.py...

6.2CVSS0.0019EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/14 5:17 p.m.5 views

DEBIAN-CVE-2026-55073

WeasyPrint helps web developers to create PDF documents. Prior to 70.0, server-side applications that configure a restrictive urlfetcher and pass attacker-influenced values to HTML.writepdf can have the restriction bypassed through the xmpmetadata or stylesheets options. In weasyprint/pdf/init.py...

6.2CVSS5.8AI score0.0019EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/09/14 5:17 p.m.8 views

CVE-2026-55073

WeasyPrint helps web developers to create PDF documents. Prior to 70.0, server-side applications that configure a restrictive urlfetcher and pass attacker-influenced values to HTML.writepdf can have the restriction bypassed through the xmpmetadata or stylesheets options. In weasyprint/pdf/init.py...

6.2CVSS5.8AI score0.0019EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/14 5:17 p.m.5 views

UBUNTU-CVE-2026-55073

WeasyPrint helps web developers to create PDF documents. Prior to 70.0, server-side applications that configure a restrictive urlfetcher and pass attacker-influenced values to HTML.writepdf can have the restriction bypassed through the xmpmetadata or stylesheets options. In weasyprint/pdf/init.py...

6.2CVSS5.7AI score0.0019EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/14 4:55 p.m.40 views

CVE-2026-55073

WeasyPrint prior to 70.0 contains a url_fetcher bypass in two write_pdf() code paths. The xmp_metadata parameter in weasyprint/pdf/__init__.py calls select_source() without passing the document's fetcher, enabling arbitrary local file read with contents embedded verbatim in the output PDF. The st...

6.2CVSS5.8AI score0.0019EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/14 4:55 p.m.8 views

CVE-2026-55073 WeasyPrint restrictive URL fetcher bypass allows local file read and SSRF

WeasyPrint helps web developers to create PDF documents. Prior to 70.0, server-side applications that configure a restrictive urlfetcher and pass attacker-influenced values to HTML.writepdf can have the restriction bypassed through the xmpmetadata or stylesheets options. In weasyprint/pdf/init.py...

6.2CVSS5.8AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/09/14 4:55 p.m.10 views

CVE-2026-55073

WeasyPrint helps web developers to create PDF documents. Prior to 70.0, server-side applications that configure a restrictive urlfetcher and pass attacker-influenced values to HTML.writepdf can have the restriction bypassed through the xmpmetadata or stylesheets options. In weasyprint/pdf/init.py...

6.2CVSS5.8AI score0.0019EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/14 4:55 p.m.7 views

EUVD-2026-77638

WeasyPrint helps web developers to create PDF documents. Prior to 70.0, server-side applications that configure a restrictive urlfetcher and pass attacker-influenced values to HTML.writepdf can have the restriction bypassed through the xmpmetadata or stylesheets options. In weasyprint/pdf/init.py...

6.2CVSS5.8AI score0.0019EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/09/14 4:55 p.m.29 views

CVE-2026-55073 WeasyPrint restrictive URL fetcher bypass allows local file read and SSRF

WeasyPrint helps web developers to create PDF documents. Prior to 70.0, server-side applications that configure a restrictive urlfetcher and pass attacker-influenced values to HTML.writepdf can have the restriction bypassed through the xmpmetadata or stylesheets options. In weasyprint/pdf/init.py...

6.2CVSS0.0019EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/10 9:45 a.m.7 views

PYSEC-2026-3940 weasyprint Has Server-Side Request Forgery (SSRF)

Summary urlfetcher is WeasyPrint's documented mechanism for restricting resource loading - applications use it to block file://, internal hosts, etc. when rendering untrusted input. Two writepdf channels ignore the document's urlfetcher and build a fresh default URLFetcher instead. A restrictive...

6.2CVSS5.8AI score0.0019EPSS
SaveExploits0References6
PyPA
PyPA
added 2026/09/10 9:45 a.m.8 views

weasyprint Has Server-Side Request Forgery (SSRF)

Summaryurlfetcher is WeasyPrint's documented mechanism for restricting resource loading - applications use it to block file://, internal hosts, etc. when rendering untrusted input.Two writepdf channels ignore the document's urlfetcher and build a fresh default URLFetcher instead. A restrictive...

6.2CVSS5.8AI score0.0019EPSS
SaveExploits0References6Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/09 6:06 p.m.11 views

weasyprint Has Server-Side Request Forgery (SSRF)

Summary urlfetcher is WeasyPrint's documented mechanism for restricting resource loading - applications use it to block file://, internal hosts, etc. when rendering untrusted input. Two writepdf channels ignore the document's urlfetcher and build a fresh default URLFetcher instead. A restrictive...

6.2CVSS5.8AI score0.0019EPSS
SaveExploits0References3Affected Software1
Snyk
Snyk
added 2026/09/09 6:06 p.m.10 views

Server-side Request Forgery (SSRF)

Overview weasyprint is a The Awesome Document Factory Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the writepdf stylesheet and XMP metadata loading paths in weasyprint/document.py and weasyprint/pdf/init.py. An attacker can make the rendering process...

6.9CVSS5.7AI score0.0019EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/09 6:06 p.m.6 views

GHSA-JF6Q-CHMF-3H3V weasyprint Has Server-Side Request Forgery (SSRF)

Summary urlfetcher is WeasyPrint's documented mechanism for restricting resource loading - applications use it to block file://, internal hosts, etc. when rendering untrusted input. Two writepdf channels ignore the document's urlfetcher and build a fresh default URLFetcher instead. A restrictive...

6.2CVSS5.8AI score0.0019EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.10 views

PT-2026-89206

Summary url fetcher is WeasyPrint's documented mechanism for restricting resource loading - applications use it to block file://, internal hosts, etc. when rendering untrusted input. Two write pdf channels ignore the document's url fetcher and build a fresh default URLFetcher instead. A restricti...

6.2CVSS5.8AI score0.0019EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2026/08/24 3:42 p.m.12 views

CVE-2026-49452

A flaw was found in WeasyPrint, a tool designed to create PDF documents from web content. When processing untrusted HTML with presentational hints enabled, WeasyPrint embeds unescaped HTML attribute values directly into CSS declarations. This vulnerability allows a remote attacker to inject...

6.5CVSS5.5AI score0.00273EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/24 2:17 p.m.26 views

CVE-2026-78385

RansomLook contains insufficient resource validation in the analysis PDF generation functionality. Analysis documents are converted from Markdown to HTML and passed to WeasyPrint for PDF rendering. Prior to the fix, WeasyPrint used its default URL fetcher, allowing resource references contained i...

8.2CVSS0.00257EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/24 1:49 p.m.25 views

CVE-2026-78385

RansomLook contains an insufficient resource validation flaw in its analysis PDF generation functionality. Analysis documents are converted from Markdown to HTML and rendered via WeasyPrint . Prior to the fix, WeasyPrint's default URL fetcher resolved resource references without restrictions, all...

8.2CVSS5.6AI score0.00257EPSS
SaveExploits0References1
Rows per page
Query Builder