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

CVE-2026-32251: Tolgee XXE Vulnerability

CVE-2026-32251 is an XML External Entity (XXE) vulnerability in Tolgee that allows authenticated users to read server files and access internal services. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-32251 Overview

CVE-2026-32251 is a critical XML External Entity (XXE) vulnerability affecting Tolgee, an open-source localization platform. The vulnerability exists in the XML parsers used for importing Android XML resources (.xml) and .resx files, which fail to disable external entity processing. An authenticated user with permission to import translation files into a project can exploit this flaw to read arbitrary files from the server and make server-side requests to internal services.

Critical Impact

Authenticated attackers can exploit insecure XML parsing to exfiltrate sensitive server files and perform Server-Side Request Forgery (SSRF) attacks against internal infrastructure.

Affected Products

  • Tolgee Platform versions prior to 3.166.3
  • Tolgee installations using Android XML resource import functionality
  • Tolgee installations using .resx file import functionality

Discovery Timeline

  • 2026-03-12 - CVE CVE-2026-32251 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-32251

Vulnerability Analysis

This vulnerability (CWE-611: Improper Restriction of XML External Entity Reference) stems from insecure configuration of XML parsers within the Tolgee platform's translation file import functionality. The XML processing components handling Android XML resources and RESX files do not properly restrict external entity references, enabling XXE injection attacks.

When processing crafted translation files, the vulnerable parser resolves external entities defined within the XML document. This allows attackers to reference local files on the server (such as /etc/passwd or application configuration files), leading to unauthorized information disclosure. Additionally, attackers can craft entities pointing to internal network services, enabling SSRF attacks that could be used to scan internal infrastructure, access metadata services, or interact with other backend systems.

Root Cause

The root cause is the use of XML parsers (XMLInputFactory) without disabling dangerous features such as external entity resolution and DTD processing. The vulnerable code paths exist in the StringsdictFileProcessor.kt and ResxProcessor.kt files, which process Apple .stringsdict and Microsoft .resx translation files respectively.

Attack Vector

The attack requires an authenticated user with permissions to import translation files into a Tolgee project. The attacker uploads a maliciously crafted XML file containing external entity declarations. When the server processes the import, it resolves these entities, potentially reading local files or making HTTP requests to attacker-specified endpoints.

text
// Security patch in StringsdictFileProcessor.kt
// Source: https://github.com/tolgee/tolgee-platform/commit/7c71d5a849c9984a8c5c55b121992417442a47a5

 import io.tolgee.formats.apple.`in`.guessNamespaceFromPath
 import io.tolgee.formats.importCommon.ImportFormat
 import io.tolgee.service.dataImport.processors.FileProcessorContext
-import javax.xml.stream.XMLInputFactory
+import io.tolgee.util.XmlSecurity
 import javax.xml.stream.events.StartElement
 
 open class StringsdictFileProcessor(
text
// Security patch in ResxProcessor.kt
// Source: https://github.com/tolgee/tolgee-platform/commit/7c71d5a849c9984a8c5c55b121992417442a47a5

 import io.tolgee.formats.importCommon.ImportFormat
 import io.tolgee.formats.resx.ResxEntry
 import io.tolgee.service.dataImport.processors.FileProcessorContext
+import io.tolgee.util.XmlSecurity
 import javax.xml.stream.XMLEventReader
-import javax.xml.stream.XMLInputFactory
 
 class ResxProcessor(
   override val context: FileProcessorContext,

The fix introduces a centralized XmlSecurity utility class that properly configures XML parsers with secure defaults, disabling external entity processing and DTD support.

Detection Methods for CVE-2026-32251

Indicators of Compromise

  • Unusual file import requests containing XML documents with DOCTYPE declarations or ENTITY definitions
  • Server logs showing attempts to access sensitive files like /etc/passwd, /etc/shadow, or application configuration files during import operations
  • Outbound HTTP/HTTPS requests from the Tolgee server to unexpected internal or external endpoints

Detection Strategies

  • Monitor translation file import endpoints for XML payloads containing external entity declarations or DOCTYPE definitions
  • Implement web application firewall (WAF) rules to detect and block XXE payloads in uploaded files
  • Review application logs for errors related to XML parsing or entity resolution failures

Monitoring Recommendations

  • Enable detailed logging for the Tolgee translation import functionality to capture all file processing activities
  • Configure alerting on any network connections initiated by the Tolgee server to internal services during file import operations
  • Implement file integrity monitoring on sensitive configuration files that could be targeted by XXE attacks

How to Mitigate CVE-2026-32251

Immediate Actions Required

  • Upgrade Tolgee Platform to version 3.166.3 or later immediately
  • Review import permissions and restrict translation file import capabilities to trusted users only
  • Audit recent import activity logs for any suspicious XML file uploads

Patch Information

The vulnerability has been fixed in Tolgee version 3.166.3. The fix introduces a centralized XmlSecurity utility that properly configures all XML parsers with secure settings, disabling external entity processing and DTD support. Organizations should update their Tolgee installations by pulling the latest release from the official GitHub repository. Additional details about the vulnerability and fix can be found in the GitHub Security Advisory GHSA-rcvv-64pq-vxfx.

Workarounds

  • Temporarily disable translation file import functionality until the patch can be applied
  • Implement network-level restrictions to prevent the Tolgee server from making outbound connections to internal services
  • Use a reverse proxy or WAF to filter incoming requests and block XML files containing DOCTYPE or ENTITY declarations
bash
# Example: Restrict outbound connections from Tolgee container using iptables
# Block outbound connections to internal network ranges during import operations
iptables -A OUTPUT -p tcp -d 10.0.0.0/8 -m owner --uid-owner tolgee -j DROP
iptables -A OUTPUT -p tcp -d 172.16.0.0/12 -m owner --uid-owner tolgee -j DROP
iptables -A OUTPUT -p tcp -d 192.168.0.0/16 -m owner --uid-owner tolgee -j DROP

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechTolgee

  • SeverityCRITICAL

  • CVSS Score9.3

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

  • GitHub Release v3.166.3

  • GitHub Security Advisory GHSA-rcvv-64pq-vxfx
  • Latest CVEs
  • CVE-2026-25874: LeRobot RCE Vulnerability

  • CVE-2026-41272: Flowise LLM Builder SSRF Vulnerability

  • CVE-2026-41268: Flowise RCE Vulnerability

  • CVE-2026-41265: Flowise Airtable Agent RCE 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