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
    • 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-45859

CVE-2023-45859: Hazelcast Auth Bypass Vulnerability

CVE-2023-45859 is an authentication bypass flaw in Hazelcast that allows authenticated users to improperly access cluster data due to inadequate permission checks. This article covers technical details, impact, and mitigation.

Published: February 4, 2026

CVE-2023-45859 Overview

CVE-2023-45859 is an authorization bypass vulnerability in Hazelcast, a popular open-source in-memory data grid platform used for distributed computing and caching. The vulnerability exists because some client operations fail to properly check permissions, allowing authenticated users to access data stored in the cluster that they should not have authorization to view or modify.

This improper access control flaw (CWE-922: Insecure Storage of Sensitive Information) enables authenticated attackers with low-privilege access to the Hazelcast cluster to bypass permission checks and potentially read, modify, or corrupt sensitive data distributed across cluster nodes.

Critical Impact

Authenticated users can bypass permission checks to access unauthorized data stored in Hazelcast clusters, potentially leading to data breaches and unauthorized data manipulation in distributed computing environments.

Affected Products

  • Hazelcast through version 4.1.10
  • Hazelcast 4.2 through 4.2.8
  • Hazelcast 5.0 through 5.0.5
  • Hazelcast 5.1 through 5.1.7
  • Hazelcast 5.2 through 5.2.4
  • Hazelcast 5.3 through 5.3.2

Discovery Timeline

  • February 28, 2024 - CVE-2023-45859 published to NVD
  • May 13, 2025 - Last updated in NVD database

Technical Details for CVE-2023-45859

Vulnerability Analysis

The vulnerability resides in Hazelcast's client operation handling mechanism, where certain operations bypass the security permission framework. In properly secured Hazelcast deployments, client connections should be authenticated and authorized based on configured security policies that restrict access to specific data structures (maps, queues, topics, etc.) within the cluster.

However, due to improper permission validation in affected versions, some client operations execute without verifying whether the authenticated user has the necessary permissions to access the requested data structures. This allows authenticated users with limited permissions to access data they should not be authorized to view or manipulate.

The vulnerability affects distributed data structures and can be exploited over the network by any authenticated client connected to the Hazelcast cluster. The impact includes potential confidentiality breaches through unauthorized data access, as well as integrity and availability impacts if attackers can modify or delete cluster data.

Root Cause

The root cause of CVE-2023-45859 is the failure to implement proper permission checks in certain client operation handlers within the Hazelcast codebase. The security framework does not consistently validate user permissions before executing operations, creating gaps in the authorization layer that authenticated users can exploit to access protected resources.

Attack Vector

The attack vector for this vulnerability is network-based and requires low-privilege authenticated access to the Hazelcast cluster. An attacker must first establish a valid authenticated connection to the cluster using legitimate credentials. Once authenticated, the attacker can craft specific client operations that trigger the vulnerable code paths where permission checks are missing.

The exploitation scenario involves:

  1. An attacker obtains valid credentials for a low-privilege Hazelcast cluster user
  2. The attacker connects to the cluster using standard Hazelcast client libraries
  3. The attacker issues specific operations that bypass permission validation
  4. Unauthorized data is retrieved or manipulated without proper authorization checks

Due to the nature of this vulnerability, no specific code example is available. The exploitation relies on standard Hazelcast client operations that inadvertently bypass permission checks. See the GitHub Security Advisory for detailed technical information.

Detection Methods for CVE-2023-45859

Indicators of Compromise

  • Unusual data access patterns from authenticated users accessing data structures outside their permission scope
  • Audit logs showing client operations on protected resources from users without proper authorization
  • Unexpected queries or modifications to sensitive distributed maps or data structures
  • Authentication logs showing suspicious activity from service accounts or users with limited privileges

Detection Strategies

  • Enable comprehensive audit logging for all Hazelcast client operations to track data access patterns
  • Implement monitoring for access control anomalies where users interact with unauthorized data structures
  • Deploy security information and event management (SIEM) rules to detect permission bypass attempts
  • Monitor Hazelcast cluster logs for unusual client operation patterns from authenticated sessions

Monitoring Recommendations

  • Configure Hazelcast management center alerts for unexpected data access patterns
  • Implement network monitoring to detect unusual client-to-cluster communication volumes
  • Review authentication and authorization logs regularly for signs of privilege abuse
  • Establish baseline user behavior metrics to identify anomalous access patterns

How to Mitigate CVE-2023-45859

Immediate Actions Required

  • Upgrade Hazelcast to the latest patched version immediately to address the authorization bypass
  • Audit existing user permissions and ensure principle of least privilege is applied
  • Review recent access logs for potential exploitation attempts
  • Temporarily restrict network access to Hazelcast clusters to trusted systems only

Patch Information

Hazelcast has released security patches to address this vulnerability. Organizations should upgrade to patched versions that include proper permission validation for all client operations. The fix is documented in the GitHub Pull Request #25509.

Upgrade to the following minimum versions or later:

  • For 4.x: Upgrade beyond 4.1.10 and 4.2.8
  • For 5.0.x: Upgrade beyond 5.0.5
  • For 5.1.x: Upgrade beyond 5.1.7
  • For 5.2.x: Upgrade beyond 5.2.4
  • For 5.3.x: Upgrade beyond 5.3.2

Workarounds

  • Implement network segmentation to restrict Hazelcast cluster access to trusted networks only
  • Enable TLS/SSL encryption for all client-to-cluster communications
  • Apply strict firewall rules limiting which hosts can connect to Hazelcast cluster ports
  • Implement additional application-layer authorization checks before data operations
bash
# Example: Restrict Hazelcast cluster network access with iptables
# Allow connections only from trusted application servers
iptables -A INPUT -p tcp --dport 5701 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 5701 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechHazelcast

  • SeverityHIGH

  • CVSS Score7.6

  • EPSS Probability0.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-922
  • Vendor Resources
  • GitHub Pull Request

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2024-56518: Hazelcast Management Center RCE Vulnerability

  • CVE-2022-0265: Hazelcast XXE Vulnerability in Version 5.1
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