A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2023-42344

CVE-2023-42344: Alkacon OpenCMS XXE Vulnerability

CVE-2023-42344 is an XML External Entity (XXE) vulnerability in Alkacon OpenCMS that allows unauthenticated attackers to access sensitive data. This article covers the technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2023-42344 Overview

CVE-2023-42344 is an XML External Entity (XXE) vulnerability affecting Alkacon OpenCms versions prior to 10.5.1. The flaw resides in the Apache Chemistry servlet exposed by OpenCms, specifically the cmis-online/query endpoint. Remote unauthenticated attackers can submit crafted XML payloads that trigger external entity resolution. Successful exploitation allows the attacker to read sensitive files from the server, perform internal network reconnaissance, and potentially exfiltrate credentials or configuration data. The vulnerability is categorized under [CWE-611] (Improper Restriction of XML External Entity Reference).

Critical Impact

Unauthenticated remote attackers can extract sensitive server-side files and probe internal networks through XXE injection on the OpenCms Chemistry servlet.

Affected Products

  • Alkacon OpenCms versions prior to 10.5.1
  • OpenCms deployments exposing the Apache Chemistry CMIS servlet
  • Web applications using the cmis-online/query endpoint

Discovery Timeline

  • 2026-05-08 - CVE-2023-42344 published to NVD
  • 2026-05-08 - Last updated in NVD database

Technical Details for CVE-2023-42344

Vulnerability Analysis

The vulnerability stems from improper XML parser configuration in the OpenCms integration of the Apache Chemistry CMIS (Content Management Interoperability Services) servlet. The servlet accepts XML-formatted query requests at the cmis-online/query path. The underlying XML parser processes external entity declarations without restriction. Attackers can define malicious DOCTYPE entities that reference local files via file:// URIs or remote resources via http:// URIs.

When the parser resolves these entities, file contents or HTTP response data are reflected in the server response or trigger out-of-band data exfiltration. Because the endpoint requires no authentication, exploitation can be performed by any network-adjacent attacker who can reach the OpenCms instance. The Watchtowr Labs analysis demonstrates extraction of system files and internal service enumeration through blind and in-band XXE techniques.

Root Cause

The root cause is the use of a default-configured XML parser that does not disable external entity resolution and DTD processing. Apache Chemistry's query handler deserializes user-supplied XML without applying secure parser features such as FEATURE_SECURE_PROCESSING, disallow-doctype-decl, or external entity restrictions.

Attack Vector

An attacker sends an HTTP POST request to the cmis-online/query endpoint containing an XML body with a malicious DOCTYPE declaration. The DOCTYPE defines an external entity referencing a local file path or attacker-controlled URL. The OpenCms server parses the XML, resolves the entity, and returns the referenced content in the response or sends it out-of-band to the attacker's listener.

Technical details and proof-of-concept exploitation are documented in the Watchtowr Labs Analysis and the Nuclei Templates GitHub Issue Discussion.

Detection Methods for CVE-2023-42344

Indicators of Compromise

  • HTTP POST requests to URIs containing cmis-online/query from external or unexpected sources
  • XML request bodies containing <!DOCTYPE, <!ENTITY, SYSTEM, or file:// declarations
  • Outbound HTTP, FTP, or DNS connections from the OpenCms server to unfamiliar hosts following Chemistry servlet requests
  • Application logs showing XML parsing errors referencing external entities or unresolved system identifiers

Detection Strategies

  • Inspect web server and application logs for requests targeting the cmis-online/query path with XML content types
  • Deploy web application firewall (WAF) signatures that flag DOCTYPE and ENTITY declarations in request bodies
  • Monitor egress traffic from OpenCms hosts for anomalous outbound connections to non-business destinations
  • Hunt for sequential reads of sensitive files such as /etc/passwd, web.xml, or OpenCms configuration files by the Java process

Monitoring Recommendations

  • Enable verbose request logging on reverse proxies fronting OpenCms to capture full XML payloads
  • Forward application and network telemetry to a centralized data lake for correlation across hosts
  • Alert on first-seen outbound DNS resolutions from OpenCms servers, which are common in blind XXE exfiltration
  • Track EPSS movement for this CVE given its current high percentile to prioritize hunt cadence

How to Mitigate CVE-2023-42344

Immediate Actions Required

  • Upgrade Alkacon OpenCms to version 10.5.1 or later, where the XML parser configuration has been hardened
  • Restrict access to the cmis-online/query endpoint via network ACLs or reverse proxy rules until patching is complete
  • Audit OpenCms logs for prior exploitation attempts referencing DOCTYPE or external entities
  • Rotate credentials and secrets that may have been exposed in files readable by the OpenCms process

Patch Information

Upgrade to Alkacon OpenCms 10.5.1 or any later supported release. The fix disables external entity resolution and DTD processing in the Apache Chemistry query handler. Verify the deployed version after upgrade and confirm the patched parser configuration through functional testing of the cmis-online/query endpoint.

Workarounds

  • Block external access to /cmis-online/* paths at the load balancer or reverse proxy
  • Remove or disable the Chemistry servlet mapping in web.xml if CMIS functionality is not required
  • Apply WAF rules that reject XML payloads containing <!DOCTYPE or <!ENTITY declarations on the affected endpoint
  • Restrict the OpenCms service account's filesystem permissions to limit data exposure if XXE is exploited
bash
# Configuration example: WAF rule pattern to block XXE payloads
# ModSecurity rule to reject DOCTYPE/ENTITY in Chemistry servlet requests
SecRule REQUEST_URI "@contains /cmis-online/query" \
    "id:1001001,phase:2,deny,status:403,\
    chain,msg:'Potential XXE in OpenCms Chemistry servlet'"
    SecRule REQUEST_BODY "@rx (?i)(<!DOCTYPE|<!ENTITY|SYSTEM\s+[\"'])" \
        "t:none"

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechOpencms

  • SeverityHIGH

  • CVSS Score7.3

  • EPSS Probability4.51%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-611
  • Technical References
  • Watchtowr Labs Analysis

  • GitHub Issue Discussion
  • Related CVEs
  • CVE-2023-42346: Alkacon OpenCMS XXE Vulnerability

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

  • 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 Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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