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-35458

CVE-2026-35458: Gotenberg API DoS Vulnerability

CVE-2026-35458 is a denial of service vulnerability in Gotenberg API that allows users to hang workers indefinitely through malicious scope patterns. This article covers technical details, affected versions, and mitigations.

Published: April 10, 2026

CVE-2026-35458 Overview

CVE-2026-35458 is a Regular Expression Denial of Service (ReDoS) vulnerability affecting Gotenberg, a popular API service for converting document formats. The vulnerability exists in versions 8.29.1 and earlier, where the application uses the dlclark/regexp2 library to compile user-supplied scope patterns without implementing a proper timeout mechanism. Attackers with access to features utilizing this logic can craft malicious regular expression patterns that cause worker processes to hang indefinitely, resulting in service unavailability.

Critical Impact

Unauthenticated remote attackers can exploit this vulnerability via network-accessible Gotenberg instances to cause indefinite worker hangs, leading to complete denial of service for document conversion operations.

Affected Products

  • Gotenberg versions 8.29.1 and earlier
  • Any systems running Gotenberg API with exposed document conversion features
  • Deployments using the dlclark/regexp2 library for user-supplied pattern compilation

Discovery Timeline

  • 2026-04-07 - CVE CVE-2026-35458 published to NVD
  • 2026-04-09 - Last updated in NVD database

Technical Details for CVE-2026-35458

Vulnerability Analysis

This vulnerability is classified under CWE-1333 (Inefficient Regular Expression Complexity), commonly known as ReDoS (Regular Expression Denial of Service). The flaw stems from Gotenberg's use of the dlclark/regexp2 library for processing user-provided scope patterns without establishing execution time limits.

Regular expressions with certain patterns can exhibit exponential time complexity when processing specific input strings. When Gotenberg compiles and executes user-controlled regular expressions without timeout constraints, an attacker can submit specially crafted patterns designed to maximize processing time. This causes the worker thread handling the request to become unresponsive indefinitely.

The network-accessible nature of the vulnerability means that unauthenticated attackers can reach the vulnerable code path remotely. The attack requires no special privileges or user interaction, and it specifically targets availability by exhausting worker resources.

Root Cause

The root cause is the absence of timeout configuration when using the dlclark/regexp2 library to compile and execute user-supplied regular expression patterns. The library supports timeout functionality, but Gotenberg versions 8.29.1 and earlier fail to configure these protective timeouts, allowing malicious patterns to execute without bounds.

Attack Vector

The attack vector is network-based with low complexity requirements. An attacker identifies a Gotenberg instance exposed to the network and submits requests containing maliciously crafted regular expression patterns to features that process user-defined scope patterns. The crafted pattern is designed to cause catastrophic backtracking or exponential time complexity during regex evaluation.

When the vulnerable code attempts to compile and execute the malicious pattern, the worker process enters an indefinite processing state. By sending multiple such requests, an attacker can exhaust all available worker processes, rendering the Gotenberg service completely unresponsive to legitimate requests.

The vulnerability mechanism involves crafting regex patterns that exploit backtracking behavior. Patterns with nested quantifiers like (a+)+, alternation combined with repetition like (a|a)*, or overlapping character classes can cause the regex engine to explore an exponentially growing number of matching paths. Without a timeout, this exploration continues indefinitely.

For detailed technical information, see the GitHub Security Advisory.

Detection Methods for CVE-2026-35458

Indicators of Compromise

  • Gotenberg worker processes consuming 100% CPU for extended periods without completing requests
  • Increasing queue of pending document conversion requests with no processing progress
  • Worker threads stuck in regex compilation or matching operations
  • Service timeouts reported by clients while server-side processes remain active

Detection Strategies

  • Monitor Gotenberg worker process CPU utilization for sustained high usage patterns
  • Implement request logging to capture incoming scope patterns for pattern analysis
  • Set up alerts for worker thread states showing extended processing times
  • Review access logs for unusual or abnormally long scope pattern submissions

Monitoring Recommendations

  • Configure application-level monitoring to track worker availability and response times
  • Establish baseline metrics for normal regex processing duration and alert on deviations
  • Implement health check endpoints that verify worker responsiveness
  • Monitor container or process resource limits to detect resource exhaustion attacks

How to Mitigate CVE-2026-35458

Immediate Actions Required

  • Upgrade Gotenberg to a patched version that implements proper regex timeout handling
  • Implement network-level access controls to restrict Gotenberg access to trusted clients only
  • Configure reverse proxy timeouts to terminate long-running requests
  • Review and restrict access to features that process user-supplied scope patterns

Patch Information

A security fix has been released to address this vulnerability. Refer to the GitHub Security Advisory for specific patched version information and upgrade instructions.

Organizations should prioritize upgrading Gotenberg installations to the latest available version that includes timeout protections for regex operations.

Workarounds

  • Deploy a reverse proxy with request timeout configurations to terminate requests exceeding reasonable processing times
  • Implement network segmentation to limit Gotenberg exposure to internal or trusted networks only
  • Apply input validation at the application layer to restrict scope pattern complexity before reaching Gotenberg
  • Use containerization with resource limits to prevent a single hung worker from affecting the entire system
bash
# Example: Configure nginx reverse proxy timeout to mitigate indefinite hangs
location /gotenberg/ {
    proxy_pass http://gotenberg:3000/;
    proxy_connect_timeout 30s;
    proxy_send_timeout 60s;
    proxy_read_timeout 60s;
    send_timeout 60s;
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechGotenberg

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-1333
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-27018: Gotenberg Auth Bypass 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