# Stirling-PDF SSRF 漏洞
## 概述
Stirling-PDF 是一个本地托管的 Web 应用程序,用于对 PDF 文件执行多种操作。在版本 1.1.0 之前,其 Markdown 转 PDF 功能存在 SSRF 漏洞。
## 影响版本
版本 1.1.0 之前。
## 细节
漏洞存在于 `/api/v1/convert/markdown/pdf` 接口。该接口在后端调用第三方工具处理 Markdown 转 PDF,并使用了清理器(sanitizer)进行安全处理。攻击者可绕过该清理器,触发 SSRF(服务器端请求伪造)攻击。
## 影响
攻击者可利用该漏洞发起 SSRF 攻击,可能访问或操作内部网络资源,造成信息泄露或服务破坏。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | Stirling-PDF is a locally hosted web application that performs various operations on PDF files. Prior to version 1.1.0, when using the /api/v1/convert/markdown/pdf endpoint to convert Markdown to PDF, the backend calls a third-party tool to process it and includes a sanitizer for security sanitization which can be bypassed and result in SSRF. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2025/CVE-2025-55161.yaml | POC详情 |
标题: SSRF vulnerability on /api/v1/convert/markdown/pdf · Advisory · Stirling-Tools/Stirling-PDF · GitHub -- 🔗来源链接
标签: x_refsource_CONFIRM
神龙速读标题: url fixes for access issues (#4013) · Stirling-Tools/Stirling-PDF@7d6b708 · GitHub -- 🔗来源链接
标签: x_refsource_MISC
神龙速读暂无评论