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-2026-34365

CVE-2026-34365: InvoiceShelf SSRF Vulnerability

CVE-2026-34365 is a Server-Side Request Forgery flaw in InvoiceShelf that allows attackers to exploit unsanitized HTML in estimate Notes fields. This article covers technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-34365 Overview

CVE-2026-34365 is a Server-Side Request Forgery (SSRF) vulnerability affecting InvoiceShelf, an open-source web and mobile application used for tracking expenses, payments, and creating professional invoices and estimates. The vulnerability exists in the Estimate PDF generation module where user-supplied HTML in the estimate Notes field is passed unsanitized to the Dompdf rendering library, allowing attackers to force the server to fetch arbitrary remote resources.

Critical Impact

Attackers with high-level privileges can exploit this SSRF vulnerability to access internal network resources, potentially leading to sensitive data exposure, internal service enumeration, and cross-boundary attacks affecting other systems.

Affected Products

  • InvoiceShelf versions prior to 2.2.0
  • InvoiceShelf Estimate PDF generation module
  • Systems using Dompdf rendering library through InvoiceShelf

Discovery Timeline

  • 2026-03-31 - CVE-2026-34365 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-34365

Vulnerability Analysis

This SSRF vulnerability (CWE-918) affects the PDF generation functionality within InvoiceShelf's estimate module. The core issue stems from insufficient input sanitization when processing HTML content in the estimate Notes field. When a user with appropriate privileges creates or modifies an estimate, they can inject arbitrary HTML markup containing references to external resources.

The Dompdf library, which handles the HTML-to-PDF conversion, processes these resource references and attempts to fetch them from the server side. This behavior can be leveraged to force the InvoiceShelf server to make requests to arbitrary internal or external URLs, effectively turning the application into a proxy for malicious requests.

The vulnerability is particularly concerning because it can be exploited through multiple attack surfaces: directly via the PDF preview endpoint and through customer view endpoints. Notably, the exploitation does not depend on whether automated email attachment features are enabled, broadening the attack surface considerably.

Root Cause

The root cause of this vulnerability lies in the lack of input sanitization for user-controlled HTML content before it is passed to the Dompdf rendering library. The application fails to validate, sanitize, or restrict the types of resources that can be referenced in the HTML markup within the estimate Notes field.

Dompdf, by design, fetches remote resources referenced in HTML content (such as images, stylesheets, or other external assets) to properly render the PDF document. Without proper input validation and resource loading restrictions, this behavior becomes exploitable for SSRF attacks.

Attack Vector

The attack vector is network-based and requires high-level privileges to exploit. An attacker with access to create or modify estimates can:

  1. Insert malicious HTML content into the estimate Notes field containing references to internal network resources
  2. Trigger PDF generation through the preview or customer view endpoints
  3. The server-side Dompdf library fetches the referenced resources, making requests on behalf of the attacker
  4. The attacker can potentially access internal services, enumerate internal network infrastructure, or exfiltrate data through DNS or HTTP-based channels

This vulnerability enables attackers to bypass network segmentation and access internal resources that would otherwise be inaccessible from external networks. The scope is changed (S:C in CVSS), meaning the vulnerability can affect resources beyond the vulnerable component's security scope.

Detection Methods for CVE-2026-34365

Indicators of Compromise

  • Unusual outbound HTTP/HTTPS requests originating from the InvoiceShelf application server to internal IP ranges (e.g., 10.x.x.x, 172.16.x.x, 192.168.x.x)
  • PDF generation requests containing HTML tags with suspicious external resource references in estimate Notes fields
  • DNS lookups for unusual internal hostnames or metadata service endpoints (e.g., 169.254.169.254) from the web server
  • Unexpected network connections to cloud metadata services or internal infrastructure

Detection Strategies

  • Monitor web application logs for estimate creation/modification requests containing HTML markup with <img>, <link>, <iframe>, or similar tags referencing internal resources
  • Implement network monitoring to detect outbound connections from the InvoiceShelf server to internal network ranges or restricted endpoints
  • Review Dompdf logs for resource fetching errors or timeouts that may indicate SSRF probing attempts
  • Deploy web application firewall (WAF) rules to detect and block HTML injection patterns in estimate-related endpoints

Monitoring Recommendations

  • Enable detailed logging for all PDF generation operations including the raw content being rendered
  • Configure alerts for network traffic from web servers to internal services not typically accessed during normal operations
  • Monitor for requests to cloud provider metadata endpoints (AWS IMDSv1/v2, Azure IMDS, GCP metadata server) from application servers
  • Implement egress filtering and log all outbound connections from the InvoiceShelf application tier

How to Mitigate CVE-2026-34365

Immediate Actions Required

  • Upgrade InvoiceShelf to version 2.2.0 or later immediately
  • If immediate upgrade is not possible, disable or restrict access to the PDF generation functionality
  • Review recent estimate entries for suspicious HTML content that may indicate attempted exploitation
  • Implement network egress controls to restrict the InvoiceShelf server from accessing internal resources

Patch Information

The vulnerability has been patched in InvoiceShelf version 2.2.0. Organizations should upgrade to this version or later to remediate the vulnerability. For detailed patch information, refer to the GitHub Release 2.2.0 and the GitHub Security Advisory GHSA-pc5v-8xwc-v9xq.

Workarounds

  • Implement input validation to strip or encode HTML tags from the estimate Notes field before PDF rendering
  • Configure Dompdf to disable remote resource fetching by setting appropriate options (e.g., isRemoteEnabled to false)
  • Deploy network-level controls to prevent the web server from accessing internal network ranges
  • Restrict access to PDF preview and customer view endpoints to trusted users only until the patch can be applied
bash
# Configuration example - Network egress restrictions using iptables
# Block outbound connections from web server to internal networks
iptables -A OUTPUT -m owner --uid-owner www-data -d 10.0.0.0/8 -j DROP
iptables -A OUTPUT -m owner --uid-owner www-data -d 172.16.0.0/12 -j DROP
iptables -A OUTPUT -m owner --uid-owner www-data -d 192.168.0.0/16 -j DROP
iptables -A OUTPUT -m owner --uid-owner www-data -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/TechInvoiceshelf

  • SeverityHIGH

  • CVSS Score7.6

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Release 2.2.0

  • GitHub Security Advisory GHSA-pc5v-8xwc-v9xq
  • Related CVEs
  • CVE-2026-34366: InvoiceShelf Payment Receipt SSRF Vulnerability

  • CVE-2026-34367: InvoiceShelf SSRF 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