Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-38264

CVE-2023-38264: IBM Java SDK Denial of Service Vulnerability

CVE-2023-38264 is a denial of service vulnerability in IBM Java SDK's Object Request Broker (ORB) caused by improper deserialization filter enforcement. This article covers the technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-38264 Overview

CVE-2023-38264 is a denial of service vulnerability affecting the IBM SDK, Java Technology Edition's Object Request Broker (ORB) component. The vulnerability stems from improper enforcement of JEP 290 deserialization filters, specifically the MaxRef and MaxDepth parameters. This insecure deserialization flaw allows remote attackers to cause service disruption without requiring authentication or user interaction.

Critical Impact

Attackers can remotely trigger denial of service conditions by exploiting improperly enforced deserialization filters in IBM's Java ORB implementation, potentially causing widespread application outages.

Affected Products

  • IBM SDK, Java Technology Edition ORB versions 7.1.0.0 through 7.1.5.21
  • IBM SDK, Java Technology Edition ORB versions 8.0.0.0 through 8.0.8.21
  • Applications utilizing IBM Java Software Development Kit with ORB functionality

Discovery Timeline

  • 2024-05-14 - CVE-2023-38264 published to NVD
  • 2025-08-14 - Last updated in NVD database

Technical Details for CVE-2023-38264

Vulnerability Analysis

The vulnerability resides in IBM's implementation of the Object Request Broker (ORB), a CORBA-compliant component that enables distributed object communication in Java applications. The core issue is the improper enforcement of JEP 290 (Java Enhancement Proposal 290) deserialization filters.

JEP 290, introduced in Java 9 and backported to earlier versions, provides mechanisms to filter incoming serialization data during deserialization operations. Two critical filter parameters, MaxRef and MaxDepth, are designed to prevent resource exhaustion attacks by limiting object graph complexity. MaxRef restricts the maximum number of internal references, while MaxDepth limits the nesting depth of objects being deserialized.

When these filters are not properly enforced, attackers can craft malicious serialized objects with deeply nested structures or excessive internal references. Processing such objects consumes excessive memory and CPU resources, leading to denial of service conditions. The network-accessible nature of ORB services means this vulnerability can be exploited remotely without authentication.

Root Cause

The root cause is classified as CWE-502 (Deserialization of Untrusted Data). IBM's ORB implementation fails to consistently apply the JEP 290 MaxRef and MaxDepth deserialization constraints under certain circumstances. This allows specially crafted serialized objects to bypass the intended resource consumption limits, enabling attackers to submit objects that trigger resource exhaustion during deserialization.

Attack Vector

The attack vector is network-based, requiring no privileges or user interaction. An attacker can target any exposed ORB service endpoint by sending maliciously crafted serialized Java objects. The attack methodology involves constructing objects with either extreme nesting depth or excessive internal references that exceed what the improperly enforced filters should prevent.

When the vulnerable ORB component processes these objects, it fails to halt deserialization at the configured thresholds. The resulting resource consumption (memory allocation for deep object graphs, CPU cycles for reference resolution) degrades application performance or causes complete service unavailability.

The attack surface includes any application utilizing IBM Java SDK's ORB functionality that accepts serialized data from untrusted sources, including enterprise middleware, distributed applications, and CORBA-based services.

Detection Methods for CVE-2023-38264

Indicators of Compromise

  • Unusual memory consumption spikes in Java processes utilizing IBM SDK ORB components
  • Abnormal CPU utilization patterns during object deserialization operations
  • Excessive garbage collection activity in affected Java applications
  • Application timeouts or unresponsiveness following ORB communication attempts
  • Log entries indicating deserialization failures or resource exhaustion errors

Detection Strategies

  • Monitor Java heap memory metrics for sudden spikes correlated with ORB activity
  • Implement network traffic analysis to identify anomalous serialized object payloads targeting ORB endpoints
  • Deploy application performance monitoring (APM) to detect degradation in ORB-dependent services
  • Configure JVM monitoring to alert on deserialization filter violations or bypass attempts

Monitoring Recommendations

  • Enable verbose logging for ORB deserialization operations to capture filter enforcement events
  • Establish baseline metrics for normal ORB communication patterns and alert on deviations
  • Monitor thread pool exhaustion in application servers handling ORB requests
  • Implement rate limiting on ORB endpoints to mitigate potential exploitation attempts

How to Mitigate CVE-2023-38264

Immediate Actions Required

  • Inventory all systems running IBM SDK Java Technology Edition versions 7.1.0.0 through 7.1.5.21 and 8.0.0.0 through 8.0.8.21
  • Review the IBM Support Advisory for detailed patching guidance
  • Prioritize patching systems with externally accessible ORB endpoints
  • Consider network segmentation to limit ORB service exposure while patches are deployed

Patch Information

IBM has released security updates to address this vulnerability. Administrators should upgrade to patched versions of IBM SDK, Java Technology Edition as specified in the official advisory. The IBM X-Force Vulnerability Report (ID: 260578) provides additional technical context and remediation details.

Organizations should follow their standard change management procedures while prioritizing this update for production systems, particularly those with network-exposed ORB services.

Workarounds

  • Restrict network access to ORB endpoints using firewall rules or network segmentation
  • Implement additional application-layer filtering to validate serialized object sizes before processing
  • Configure stricter JEP 290 filter settings at the JVM level as a defense-in-depth measure
  • Consider disabling ORB functionality if not required by the application
bash
# Example: Configure JVM-level serialization filters
# Add to java command line or configuration file
java -Djdk.serialFilter="maxarray=100000;maxdepth=20;maxrefs=5000;maxbytes=500000" -jar application.jar

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechIbm Java Software Development Kit

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Vendor Resources
  • IBM X-Force Vulnerability Report

  • IBM Support Advisory
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected 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