Cyber Posture

CVE-2025-55161

HighPublic PoC

Published: 11 August 2025

Published
11 August 2025
Modified
15 August 2025
KEV Added
Patch
CVSS Score 8.6 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
EPSS Score 0.0562 90.4th percentile
Risk Priority 21 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-55161 is a high-severity SSRF (CWE-918) vulnerability in Stirlingpdf Stirling Pdf. Its CVSS base score is 8.6 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 9.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-4 (Information Flow Enforcement) and SC-7 (Boundary Protection).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly addresses the SSRF vulnerability by requiring validation of Markdown inputs to prevent sanitizer bypasses that enable unauthorized backend requests.

prevent

Boundary protection restricts outbound network communications from the Stirling-PDF server, blocking forged requests to internal or external resources.

prevent

Enforces information flow control policies to limit server-initiated requests during Markdown-to-PDF processing to only approved destinations.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
T1046 Network Service Discovery Discovery
Adversaries may attempt to get a listing of services running on remote hosts and local network infrastructure devices, including those that may be vulnerable to remote software exploitation.
Why these techniques?

SSRF in public-facing web API (/api/v1/convert/markdown/pdf) enables exploitation (T1190), local data access via localhost requests (T1005), and internal network service/port discovery (T1046) by fetching arbitrary URLs during Markdown-to-PDF conversion.

NVD 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…

more

sanitizer for security sanitization which can be bypassed and result in SSRF. This issue has been patched in version 1.1.0.

Deeper analysisAI

CVE-2025-55161 is a Server-Side Request Forgery (SSRF) vulnerability, classified under CWE-918, affecting Stirling-PDF, a locally hosted web application for performing various operations on PDF files. The issue impacts versions prior to 1.1.0 and arises in the /api/v1/convert/markdown/pdf endpoint. During Markdown-to-PDF conversion, the backend invokes a third-party tool and applies a sanitizer for security, but this sanitizer can be bypassed, enabling SSRF. The vulnerability carries a CVSS v3.1 base score of 8.6 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L).

Remote attackers with network access to the Stirling-PDF instance can exploit this vulnerability without authentication, privileges, or user interaction due to its low attack complexity. By submitting specially crafted Markdown input to the vulnerable endpoint, an attacker can manipulate the backend's third-party tool call to make unauthorized requests, such as to internal or external resources. Successful exploitation can result in high confidentiality impact through data exfiltration, along with low integrity and availability impacts.

The vulnerability has been addressed in Stirling-PDF version 1.1.0. Mitigation involves upgrading to this patched version, as detailed in the project's GitHub security advisory (GHSA-ff33-grr6-rmvp) and the corresponding fix commit (7d6b70871bad2a3ff810825f7382c49f55293943).

Details

CWE(s)

Affected Products

stirlingpdf
stirling pdf
≤ 1.1.0

CVEs Like This One

CVE-2025-55150Same product: Stirlingpdf Stirling Pdf
CVE-2024-12450Shared CWE-918
CVE-2025-55853Shared CWE-918
CVE-2024-57767Shared CWE-918
CVE-2026-24736Shared CWE-918
CVE-2026-0686Shared CWE-918
CVE-2025-1849Shared CWE-918
CVE-2025-1848Shared CWE-918
CVE-2026-4528Shared CWE-918
CVE-2025-27777Shared CWE-918

References