Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-55151

CVE-2025-55151: Stirling PDF SSRF Vulnerability

CVE-2025-55151 is an SSRF vulnerability in Stirling PDF that exploits the LibreOffice unoconvert tool during file conversion. This article covers the technical details, affected versions, security impact, and mitigation.

Published: March 18, 2026

CVE-2025-55151 Overview

CVE-2025-55151 is a Server-Side Request Forgery (SSRF) vulnerability affecting Stirling-PDF, a locally hosted web application that performs various operations on PDF files. Prior to version 1.1.0, the "convert file to pdf" functionality (/api/v1/convert/file/pdf) uses LibreOffice's unoconvert tool for conversion, and SSRF vulnerabilities exist during the conversion process. This issue has been patched in version 1.1.0.

Critical Impact

This SSRF vulnerability allows attackers to make unauthorized server-side requests through the PDF conversion functionality, potentially enabling access to internal services, data exfiltration, or further network reconnaissance from the server's perspective.

Affected Products

  • Stirling-PDF versions prior to 1.1.0
  • Self-hosted Stirling-PDF deployments using the /api/v1/convert/file/pdf endpoint
  • Environments using LibreOffice's unoconvert tool for PDF conversion

Discovery Timeline

  • 2025-08-11 - CVE-2025-55151 published to NVD
  • 2025-08-15 - Last updated in NVD database

Technical Details for CVE-2025-55151

Vulnerability Analysis

This vulnerability is classified under CWE-918 (Server-Side Request Forgery), which occurs when a web application fetches remote resources without properly validating user-supplied URLs. In the context of Stirling-PDF, the PDF conversion functionality processes user-controlled input that can include URLs or references to external resources. When LibreOffice's unoconvert tool processes these inputs, it can be manipulated to make requests to arbitrary internal or external endpoints.

The attack is accessible over the network and requires no authentication or user interaction, making it particularly dangerous for exposed Stirling-PDF instances. Successful exploitation could lead to unauthorized access to internal services, cloud metadata endpoints, or other sensitive resources accessible from the server.

Root Cause

The root cause of CVE-2025-55151 lies in insufficient input validation and URL sanitization within the PDF conversion pipeline. The application failed to implement proper SSRF protection mechanisms when handling URLs embedded in documents or user-supplied content destined for PDF conversion via LibreOffice.

The vulnerable code path did not validate or restrict the destination of server-side requests, allowing attackers to craft malicious documents or conversion requests that would cause the server to make requests to attacker-controlled or internal network destinations.

Attack Vector

An attacker can exploit this vulnerability by submitting a specially crafted file or request to the /api/v1/convert/file/pdf endpoint. The malicious input would contain references to internal URLs (such as http://localhost, http://127.0.0.1, or internal IP ranges) or cloud metadata endpoints (like http://169.254.169.254/). When the LibreOffice unoconvert tool processes this input, it follows these references, effectively allowing the attacker to:

  1. Probe internal network services
  2. Access cloud instance metadata
  3. Retrieve sensitive data from internal endpoints
  4. Potentially pivot to other internal systems

The security patch introduces an SsrfProtectionService component and HTML sanitization policies to validate and restrict URLs before processing:

java
package stirling.software.common.util;

+import org.owasp.html.AttributePolicy;
import org.owasp.html.HtmlPolicyBuilder;
import org.owasp.html.PolicyFactory;
import org.owasp.html.Sanitizers;
+import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.stereotype.Component;

+import stirling.software.common.model.ApplicationProperties;
+import stirling.software.common.service.SsrfProtectionService;

+@Component
public class CustomHtmlSanitizer {

+    private final SsrfProtectionService ssrfProtectionService;
+    private final ApplicationProperties applicationProperties;

+    @Autowired
+    public CustomHtmlSanitizer(
+            SsrfProtectionService ssrfProtectionService,
+            ApplicationProperties applicationProperties) {
+        this.ssrfProtectionService = ssrfProtectionService;
+        this.applicationProperties = applicationProperties;
+    }

+    private final AttributePolicy SSRF_SAFE_URL_POLICY =
+            new AttributePolicy() {
+                @Override

Source: GitHub Commit Change

Detection Methods for CVE-2025-55151

Indicators of Compromise

  • Unusual outbound network connections from the Stirling-PDF server to internal IP ranges (e.g., 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • Requests to cloud metadata endpoints such as 169.254.169.254 from the application server
  • Suspicious conversion requests containing URLs to internal services in the /api/v1/convert/file/pdf endpoint logs
  • Unexpected DNS queries originating from the Stirling-PDF application process

Detection Strategies

  • Monitor network traffic from Stirling-PDF servers for connections to internal IP addresses or localhost
  • Implement web application firewall (WAF) rules to detect SSRF patterns in conversion requests
  • Enable detailed logging on the /api/v1/convert/file/pdf endpoint and analyze for suspicious URL patterns
  • Deploy SentinelOne Singularity to detect anomalous network behavior and process activities

Monitoring Recommendations

  • Configure network segmentation monitoring to alert on unexpected server-to-internal-service communications
  • Implement egress filtering and monitor for attempts to access cloud metadata services
  • Set up alerts for high volumes of conversion requests from single sources, which may indicate exploitation attempts

How to Mitigate CVE-2025-55151

Immediate Actions Required

  • Upgrade Stirling-PDF to version 1.1.0 or later immediately
  • If immediate upgrade is not possible, restrict network access to the /api/v1/convert/file/pdf endpoint
  • Implement network-level controls to prevent the Stirling-PDF server from accessing internal services
  • Review logs for any signs of exploitation prior to patching

Patch Information

The vulnerability has been addressed in Stirling-PDF version 1.1.0. The fix introduces an SsrfProtectionService component that validates URLs before processing and implements OWASP HTML sanitization policies to prevent SSRF attacks. The patch is available in the GitHub commit. For detailed information about the vulnerability and remediation, refer to the GitHub Security Advisory.

Workarounds

  • Implement network-level egress filtering to block requests from the Stirling-PDF server to internal IP ranges and cloud metadata endpoints
  • Use a reverse proxy or WAF to filter and validate incoming conversion requests before they reach the application
  • Disable the PDF conversion functionality entirely if it is not required for your use case
  • Deploy the application in an isolated network segment with restricted access to internal resources
bash
# Example: Block outbound traffic to internal ranges and metadata endpoints using iptables
# Run on the Stirling-PDF host server

# Block access to private IP ranges
iptables -A OUTPUT -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -j DROP
iptables -A OUTPUT -d 127.0.0.0/8 -j DROP

# Block access to cloud metadata endpoint
iptables -A OUTPUT -d 169.254.169.254 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechStirling Pdf

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Security Advisory
  • Vendor Resources
  • GitHub Commit Change
  • Related CVEs
  • CVE-2026-33436: Stirling-PDF XSS Vulnerability

  • CVE-2026-33438: Stirling-PDF DoS Vulnerability

  • CVE-2026-34071: Stirling-PDF XSS Vulnerability

  • CVE-2026-27625: Stirling-PDF Path Traversal Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English