The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-38429

CVE-2026-38429: OpenCMS XXE Vulnerability in Admin Import

CVE-2026-38429 is an XML External Entity vulnerability in OpenCMS v20 and earlier affecting the Admin Import DB feature. Attackers can exploit insecure XML parsing to access sensitive data. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 7, 2026

CVE-2026-38429 Overview

CVE-2026-38429 is an XML External Entity (XXE) vulnerability affecting OpenCMS v20 and earlier. The flaw exists in the Admin Import DB feature, which parses user-supplied .zip archives containing a manifest.xml file. The XML parser does not disable external entity resolution, allowing attackers to inject malicious entity references during import operations. This vulnerability is classified under [CWE-611] Improper Restriction of XML External Entity Reference.

Critical Impact

Network-accessible attackers can exploit the XXE flaw to read arbitrary files on the server, perform server-side request forgery (SSRF), and potentially achieve remote code execution through the Admin Import DB functionality.

Affected Products

  • OpenCMS v20
  • OpenCMS versions prior to v20
  • Alkacon OpenCMS Core (opencms-core)

Discovery Timeline

  • 2026-05-05 - CVE-2026-38429 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-38429

Vulnerability Analysis

The vulnerability resides in the OpenCMS import/export subsystem, specifically in the legacy import handlers CmsImportVersion2.java and CmsImportVersion3.java. When an administrator uploads a .zip archive through the Admin Import DB feature, OpenCMS extracts the embedded manifest.xml and parses it using a default XML parser configuration. The parser does not register a secure entity resolver, leaving external entity processing enabled.

Attackers craft a malicious manifest.xml containing external entity declarations that reference local files (using file:// URIs) or remote URLs (using http:// URIs). The parser dereferences these entities during processing, returning their contents through error messages or log output, or triggering outbound network requests from the OpenCMS server.

Root Cause

The root cause is the absence of a hardened XML parser configuration in the legacy import handlers. The patched code introduces CmsXmlEntityResolver, a project-specific resolver that blocks external entity resolution at parse time. Without this resolver, the underlying SAX or DOM parser falls back to default behavior, which permits inline DOCTYPE declarations and external entity expansion.

Attack Vector

Exploitation requires network access to the OpenCMS administrative interface and the ability to submit an import archive. An attacker with valid administrative credentials, or one who has compromised an administrator session, uploads a crafted .zip containing a malicious manifest.xml. Upon import, the server-side parser resolves the external entities, exposing sensitive file contents such as /etc/passwd, application configuration, or credential stores, and allowing internal network reconnaissance through SSRF.

java
 import org.opencms.security.I_CmsPasswordHandler;
 import org.opencms.util.CmsStringUtil;
 import org.opencms.util.CmsUUID;
+import org.opencms.xml.CmsXmlEntityResolver;
 import org.opencms.xml.CmsXmlException;
 import org.opencms.xml.CmsXmlUtils;
 import org.opencms.xml.page.CmsXmlPage;

Source: OpenCMS Core Patch Commit — The patch imports CmsXmlEntityResolver into both CmsImportVersion2.java and CmsImportVersion3.java to block external entity resolution during legacy import operations.

Detection Methods for CVE-2026-38429

Indicators of Compromise

  • Unexpected outbound network connections originating from the OpenCMS Java process to attacker-controlled hosts immediately after an Admin Import DB action.
  • Presence of manifest.xml files containing <!DOCTYPE> declarations with SYSTEM or PUBLIC external entity references inside imported .zip archives.
  • OpenCMS error logs containing fragments of local files such as /etc/passwd, web.xml, or property files referenced through XML entity expansion.
  • Anomalous read access to sensitive filesystem paths by the OpenCMS service account.

Detection Strategies

  • Inspect import archive contents at the web application firewall (WAF) layer for DOCTYPE and ENTITY keywords inside manifest.xml.
  • Monitor the OpenCMS server for outbound DNS lookups or HTTP requests to non-allowlisted destinations correlated with administrative import events.
  • Review audit logs for Admin Import DB operations performed by accounts that do not normally execute imports.

Monitoring Recommendations

  • Enable verbose logging in the OpenCMS import subsystem and forward logs to a centralized SIEM for correlation.
  • Alert on filesystem reads of sensitive system files by the Java runtime hosting OpenCMS.
  • Track administrative session activity, including IP geolocation and user-agent anomalies, on the /system/workplace/ paths.

How to Mitigate CVE-2026-38429

Immediate Actions Required

  • Upgrade OpenCMS to a version that includes commit e3e41e5a96d71383279e7d23c627efc9934008c1 or later, which registers CmsXmlEntityResolver in the legacy import handlers.
  • Restrict access to the OpenCMS administration workplace to trusted source IP ranges using network controls or reverse proxy rules.
  • Audit all administrator accounts and rotate credentials for any account suspected of being used to perform unauthorized imports.

Patch Information

Alkacon resolved the vulnerability in the OpenCMS Core security commit. The fix modifies src/org/opencms/importexport/CmsImportVersion2.java and src/org/opencms/importexport/CmsImportVersion3.java to import and apply CmsXmlEntityResolver, which prevents the XML parser from resolving external entities during manifest processing.

Workarounds

  • Disable the Admin Import DB feature in production environments where it is not actively required.
  • Place the OpenCMS administration interface behind a VPN or zero-trust access proxy to reduce exposure to unauthenticated network attackers.
  • Implement upload validation that rejects .zip archives whose manifest.xml contains <!DOCTYPE or <!ENTITY declarations.
bash
# Inspect a manifest.xml inside an OpenCMS import archive for XXE payloads
unzip -p import-bundle.zip manifest.xml | grep -E '<!DOCTYPE|<!ENTITY|SYSTEM|PUBLIC'

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechOpencms

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.05%

  • 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-611
  • Technical References
  • GitHub Commit Reference
  • Related CVEs
  • CVE-2026-2736: Alkacon OpenCms XSS Vulnerability

  • CVE-2026-2735: Alkacon OpenCms Stored XSS 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