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-2022-0265

CVE-2022-0265: Hazelcast XXE Vulnerability

CVE-2022-0265 is an XML External Entity (XXE) vulnerability in Hazelcast that enables attackers to exploit improper XML parsing. This article covers the technical details, affected versions, impact, and mitigation.

Updated: May 16, 2026

CVE-2022-0265 Overview

CVE-2022-0265 is an XML External Entity (XXE) vulnerability in the Hazelcast in-memory data grid platform. The flaw exists in Hazelcast version 5.1-BETA-1 and stems from improper restriction of XML external entity references [CWE-611] within the configuration XML parsing logic. An unauthenticated attacker who can supply crafted XML to a vulnerable Hazelcast instance can trigger external entity resolution. This enables file disclosure, server-side request forgery (SSRF), and denial-of-service conditions against the host. The vulnerability was reported through the Huntr bug bounty program and patched by the Hazelcast maintainers in the upstream repository.

Critical Impact

An unauthenticated network attacker can exploit the XXE flaw to read local files, perform SSRF against internal services, and disrupt Hazelcast cluster availability.

Affected Products

  • Hazelcast IMDG 5.1-BETA-1
  • hazelcast:hazelcast Java component (CPE: cpe:2.3:a:hazelcast:hazelcast:5.1:beta1)
  • Applications embedding the vulnerable Hazelcast library for clustering or caching

Discovery Timeline

  • 2022-03-03 - CVE-2022-0265 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-0265

Vulnerability Analysis

The vulnerability resides in Hazelcast's XML configuration handling, specifically in AbstractXmlConfigRootTagRecognizer.java. The class uses a SAXParserFactory to parse XML configuration streams but does not disable external entity processing. Attackers who can influence the XML input processed by this recognizer can inject a DOCTYPE declaration that references an external entity. The Java XML parser then resolves the entity, fetching content from a local file path or remote URL chosen by the attacker.

The issue is classified as Improper Restriction of XML External Entity Reference [CWE-611]. Because Hazelcast often runs in clustered backend services with elevated trust and access to internal systems, successful exploitation can pivot into data exfiltration or internal network reconnaissance. The EPSS probability of 8.306% (92nd percentile) reflects elevated likelihood of exploitation attempts relative to most CVEs.

Root Cause

The root cause is the use of a default-configured SAXParserFactory without security features such as http://apache.org/xml/features/disallow-doctype-decl or XMLConstants.FEATURE_SECURE_PROCESSING. Without these flags, the parser honors DOCTYPE declarations and resolves external entities at parse time.

Attack Vector

Exploitation requires the attacker to deliver a malicious XML document to a code path that invokes the vulnerable recognizer. A typical payload defines an external entity pointing to a sensitive file (for example, file:///etc/passwd) or an internal URL, then references that entity inside the XML body to force resolution and disclosure.

java
// Security patch applied in AbstractXmlConfigRootTagRecognizer.java
 import com.hazelcast.config.ConfigRecognizer;
 import com.hazelcast.config.ConfigStream;
+import com.hazelcast.internal.util.XmlUtil;
 import com.hazelcast.logging.ILogger;
 import com.hazelcast.logging.Logger;
 import org.xml.sax.Attributes;

Source: Hazelcast GitHub commit 4d6b666. The patch introduces XmlUtil, a helper that configures the SAXParserFactory with XXE-hardening features before parsing untrusted input.

Detection Methods for CVE-2022-0265

Indicators of Compromise

  • Outbound network connections from Hazelcast JVM processes to attacker-controlled hosts during XML configuration parsing.
  • Hazelcast logs containing SAXParseException or external entity resolution errors referencing file://, http://, or ftp:// URIs.
  • Unexpected reads of sensitive local files (/etc/passwd, /etc/shadow, Java keystores) by the Hazelcast service account.

Detection Strategies

  • Inventory all Java applications embedding hazelcast:hazelcast and flag instances at version 5.1-BETA-1 or earlier unpatched builds.
  • Inspect XML inputs processed by Hazelcast for DOCTYPE, ENTITY, or SYSTEM declarations, which are not expected in legitimate Hazelcast configuration files.
  • Correlate Hazelcast process telemetry with egress firewall logs to identify XML-parser-initiated outbound requests.

Monitoring Recommendations

  • Enable verbose XML parser logging in non-production environments to surface attempted entity resolution.
  • Monitor file-access auditing (auditd, Sysmon FileAccess) for reads of sensitive files by the JVM running Hazelcast.
  • Alert on Hazelcast pods or hosts initiating DNS lookups or HTTP requests outside their normal cluster peer set.

How to Mitigate CVE-2022-0265

Immediate Actions Required

  • Upgrade Hazelcast to a release that includes the fix from commit 4d6b666cd0291abd618c3b95cdbb51aa4208e748 and avoid running the 5.1-BETA-1 build.
  • Restrict network access to Hazelcast member and client ports so only trusted application tiers can reach them.
  • Ensure Hazelcast configuration XML is sourced from trusted, integrity-verified locations rather than user-controlled input.

Patch Information

The Hazelcast maintainers fixed the issue by adding a helper method in XmlUtil that hardens the SAXParserFactory against XXE before parsing. The fix is committed at Hazelcast GitHub commit 4d6b666. Additional context is available in the Huntr bounty report. Upgrade to a Hazelcast release that incorporates this commit.

Workarounds

  • If upgrading is not immediately feasible, run Hazelcast under a service account with minimal filesystem permissions and no access to sensitive secrets.
  • Block outbound network egress from Hazelcast hosts except to required cluster peers and dependencies to neutralize SSRF and data-exfiltration payloads.
  • Place Hazelcast endpoints behind authenticated reverse proxies and reject XML payloads containing DOCTYPE declarations at the proxy layer.
bash
# Verify the installed Hazelcast version and confirm the patch is present
mvn dependency:tree | grep hazelcast
jar tf hazelcast-*.jar | grep AbstractXmlConfigRootTagRecognizer
# Compare classpath build against patched commit 4d6b666cd0291abd618c3b95cdbb51aa4208e748

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

  • Vulnerability Details
  • TypeXXE

  • Vendor/TechHazelcast

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability8.31%

  • 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
  • Vendor Resources
  • GitHub Commit Update

  • Huntr Bounty Report
  • Related CVEs
  • CVE-2024-56518: Hazelcast Management Center RCE Vulnerability

  • CVE-2023-45859: Hazelcast Auth Bypass 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