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

CVE-2026-27018: Gotenberg Auth Bypass Vulnerability

CVE-2026-27018 is an authentication bypass flaw in Gotenberg that allows attackers to circumvent security controls using mixed-case URL schemes. This article covers the technical details, affected versions, and mitigations.

Published: April 2, 2026

CVE-2026-27018 Overview

Gotenberg is a Docker-powered stateless API designed for converting document formats such as HTML, Markdown, Word, Excel, and images to PDF. A security bypass vulnerability exists in Gotenberg versions prior to 8.29.0 where the previous fix for CVE-2024-21527 can be circumvented by using mixed-case or uppercase URL schemes. This path traversal bypass allows attackers to exploit the same underlying vulnerability through case manipulation of URL protocols.

Critical Impact

Attackers can bypass URL scheme validation controls by using mixed-case or uppercase variations (e.g., HTTP://, HtTp://), potentially enabling server-side request forgery (SSRF) or path traversal attacks that were previously mitigated by the CVE-2024-21527 patch.

Affected Products

  • Gotenberg versions prior to 8.29.0
  • Systems utilizing Gotenberg API for document conversion
  • Docker deployments running vulnerable Gotenberg containers

Discovery Timeline

  • 2026-03-30 - CVE-2026-27018 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-27018

Vulnerability Analysis

This vulnerability is classified under CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as Path Traversal. The flaw stems from insufficient case-insensitive validation of URL schemes in the security controls implemented for the prior CVE-2024-21527 fix. When URL scheme validation was added, it only checked for lowercase protocol handlers, leaving an exploitable gap when attackers submit requests with non-standard casing.

The network-based attack vector requires no authentication or user interaction, making it straightforward for remote attackers to exploit. Successful exploitation can lead to high confidentiality impact, allowing unauthorized access to sensitive data, and limited integrity impact on the target system.

Root Cause

The root cause is a case-sensitive string comparison in URL scheme validation logic. The original mitigation for CVE-2024-21527 implemented allowlist checks for URL protocols but failed to normalize the scheme to lowercase before comparison. This oversight allows attackers to bypass security filters by simply changing the case of URL scheme characters (e.g., using HTTP:// or HtTp:// instead of http://).

Attack Vector

The vulnerability is exploitable remotely over the network with low attack complexity. An attacker can craft malicious requests to the Gotenberg API containing URL references with mixed-case or uppercase schemes. Since the validation logic performs case-sensitive matching, these modified URLs pass through the security checks, enabling the same attack surface that CVE-2024-21527 originally exposed. This could allow attackers to access internal resources, read sensitive files, or perform server-side request forgery attacks depending on the deployment configuration.

Detection Methods for CVE-2026-27018

Indicators of Compromise

  • Unusual URL schemes in Gotenberg API request logs containing uppercase or mixed-case protocols (e.g., HTTP://, FILE://, HtTp://)
  • Failed or anomalous document conversion requests with non-standard URL patterns
  • Access attempts to internal network resources or localhost addresses through document conversion endpoints
  • Increased error rates in Gotenberg services related to URL processing

Detection Strategies

  • Implement log monitoring for API requests containing URL schemes with any uppercase characters
  • Deploy web application firewall (WAF) rules to detect and block mixed-case URL scheme patterns
  • Enable detailed request logging on Gotenberg endpoints to capture full URL parameters
  • Configure network monitoring to detect unusual outbound connections originating from Gotenberg containers

Monitoring Recommendations

  • Review Gotenberg access logs for requests containing non-lowercase URL schemes in document conversion parameters
  • Monitor for requests attempting to access internal IP ranges (10.x.x.x, 172.16-31.x.x, 192.168.x.x) or localhost
  • Set up alerting for high volumes of failed conversion requests that may indicate exploitation attempts
  • Track Gotenberg container network activity for unexpected outbound connections

How to Mitigate CVE-2026-27018

Immediate Actions Required

  • Upgrade Gotenberg to version 8.29.0 or later immediately
  • Review application logs for signs of exploitation attempts using mixed-case URL schemes
  • Audit any systems that may have been compromised prior to patching
  • Restrict network access to Gotenberg API endpoints to trusted sources only

Patch Information

The vulnerability has been patched in Gotenberg version 8.29.0. The fix ensures case-insensitive URL scheme validation, preventing bypass through case manipulation. Detailed patch information is available:

  • GitHub Release v8.29.0
  • GitHub Commit Fix
  • GitHub Commit Update
  • GitHub Security Advisory

Workarounds

  • Deploy a reverse proxy or WAF in front of Gotenberg that normalizes URL schemes to lowercase before forwarding requests
  • Implement application-level input validation that converts all URL schemes to lowercase before passing to Gotenberg
  • Restrict the Gotenberg container's network access to prevent SSRF exploitation if immediate patching is not possible
  • Disable or limit URL-based document fetching features if not required for business operations
bash
# Update Gotenberg container to patched version
docker pull gotenberg/gotenberg:8.29.0
docker stop gotenberg-container
docker rm gotenberg-container
docker run -d --name gotenberg-container -p 3000:3000 gotenberg/gotenberg:8.29.0

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechGotenberg

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:P/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
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Commit Update

  • GitHub Commit Fix

  • GitHub Release v8.29.0

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35458: Gotenberg API DoS 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