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

CVE-2023-42346: Alkacon OpenCMS XXE Vulnerability

CVE-2023-42346 is an XML External Entity (XXE) vulnerability in Alkacon OpenCMS that allows attackers to exploit external DOCTYPE references. This article covers the technical details, affected versions, and mitigation strategies.

Published: May 18, 2026

CVE-2023-42346 Overview

CVE-2023-42346 is an XML External Entity (XXE) vulnerability affecting Alkacon OpenCms versions prior to 16. The flaw allows a remote, unauthenticated attacker to submit crafted XML containing a <!DOCTYPE> declaration that references an external host. The parser resolves the external entity, enabling out-of-band data exfiltration and server-side request forgery against internal resources. The weakness is classified as [CWE-611] Improper Restriction of XML External Entity Reference.

Critical Impact

Unauthenticated attackers can exploit the XML parser over the network to read sensitive files and probe internal services without user interaction.

Affected Products

  • Alkacon OpenCms versions before 16

Discovery Timeline

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

Technical Details for CVE-2023-42346

Vulnerability Analysis

Alkacon OpenCms is a Java-based open-source content management system used to publish enterprise websites. The application accepts XML input through several content management workflows. Versions before 16 configure the underlying XML parser without disabling external entity resolution. When user-supplied XML contains a <!DOCTYPE> declaration that points to an external host, the parser fetches that resource and inlines the response.

An attacker can leverage this behavior to read local files via the file:// scheme, contact internal-only HTTP services, or trigger blind out-of-band callbacks to attacker-controlled infrastructure. The confidentiality impact is high, while integrity and availability remain unaffected per the published CVSS vector. Additional technical analysis is available in the Watchtowr Analysis on XXE in OpenCMS.

Root Cause

The root cause is a misconfigured XML parser that fails to disable Document Type Definition (DTD) processing and external entity resolution. Secure defaults such as FEATURE_SECURE_PROCESSING and disallow-doctype-decl are not enforced in the affected code paths.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker sends a crafted XML document to an OpenCms endpoint that accepts XML input. The XML payload defines an external entity referencing either a local file path or an attacker-controlled host. When the parser processes the document, it resolves the entity and exposes the contents through error messages, response bodies, or out-of-band channels.

No verified public proof-of-concept code is published in the NVD entry. The Watchtowr write-up referenced above documents the exploitation primitives observed against the affected endpoints.

Detection Methods for CVE-2023-42346

Indicators of Compromise

  • Inbound HTTP requests to OpenCms containing <!DOCTYPE and SYSTEM keywords in request bodies or parameters.
  • Outbound DNS or HTTP requests originating from the OpenCms host to unexpected external domains shortly after XML processing.
  • Access log entries referencing XML upload, import, or content-creation endpoints with unusually large request bodies.

Detection Strategies

  • Inspect web server and application logs for XML payloads referencing file://, http://, or ftp:// schemes inside DTD declarations.
  • Deploy web application firewall rules that flag or block XML requests containing external entity declarations.
  • Correlate outbound network connections from the OpenCms Java process against an allowlist of expected destinations.

Monitoring Recommendations

  • Forward OpenCms application and access logs to a centralized analytics platform for retention and anomaly detection.
  • Monitor for sudden access to sensitive local files such as /etc/passwd, application configuration, or credential stores by the Java runtime.
  • Alert on DNS lookups from the OpenCms server resolving to interaction services commonly used in XXE exfiltration testing.

How to Mitigate CVE-2023-42346

Immediate Actions Required

  • Upgrade Alkacon OpenCms to version 16 or later, which addresses the XML parser configuration.
  • Restrict network egress from OpenCms servers so the application cannot reach arbitrary external hosts.
  • Audit recent XML-processing endpoints for evidence of exploitation prior to patching.

Patch Information

Alkacon resolved the issue in OpenCms 16. Operators should upgrade to the fixed release and verify that XML parsing components used by custom modules also disable DTD processing. Refer to the Watchtowr Analysis on XXE in OpenCMS for context on the affected functionality.

Workarounds

  • Place a reverse proxy or WAF in front of OpenCms to strip or reject requests containing <!DOCTYPE declarations.
  • Disable XML import and content-upload endpoints for untrusted users until the upgrade is applied.
  • Apply strict egress filtering so the application server cannot initiate outbound DNS or HTTP traffic to untrusted destinations.
bash
# Example egress restriction using iptables to block outbound HTTP/HTTPS from the OpenCms host
iptables -A OUTPUT -p tcp --dport 80 -m owner --uid-owner tomcat -j REJECT
iptables -A OUTPUT -p tcp --dport 443 -m owner --uid-owner tomcat -j REJECT

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.5

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-611
  • Technical References
  • Watchtowr Analysis on XXE in OpenCMS
  • Related CVEs
  • CVE-2023-42344: 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