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

CVE-2023-22067: Oracle JDK Auth Bypass Vulnerability

CVE-2023-22067 is an authentication bypass vulnerability in Oracle JDK's CORBA component that allows unauthorized data modification. This article covers the technical details, affected versions, and mitigation strategies.

Updated: May 15, 2026

CVE-2023-22067 Overview

CVE-2023-22067 affects the Common Object Request Broker Architecture (CORBA) component of Oracle Java SE and Oracle GraalVM Enterprise Edition. The flaw allows an unauthenticated attacker with network access via CORBA to compromise integrity of accessible data. Successful exploitation can result in unauthorized update, insert, or delete access to a subset of data managed by the affected Java runtime. The vulnerability is tracked under [CWE-863] (Incorrect Authorization) and is exploitable only by supplying data to APIs in the CORBA component, such as through a web service, without requiring untrusted Java Web Start applications or applets.

Critical Impact

Unauthenticated network attackers can tamper with data processed through CORBA APIs in affected Oracle Java SE and GraalVM Enterprise Edition releases.

Affected Products

  • Oracle Java SE: 8u381, 8u381-perf
  • Oracle GraalVM Enterprise Edition: 20.3.11 and 21.3.7
  • NetApp Cloud Insights Acquisition Unit and Storage Workload Security Agent (bundled Java runtime)

Discovery Timeline

  • 2023-10-17 - Oracle publishes the October 2023 Critical Patch Update containing the fix
  • 2023-10-17 - CVE-2023-22067 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2023-22067

Vulnerability Analysis

The vulnerability resides in the CORBA subsystem of the Java runtime. CORBA is a legacy distributed object protocol that allows remote method invocation across processes and hosts. The flaw enables a remote attacker to send crafted requests to applications that expose CORBA endpoints or APIs that internally invoke CORBA functionality. According to Oracle's advisory, exploitation yields integrity-only impact, meaning the attacker can modify a subset of data accessible to the runtime but cannot read sensitive information or crash the service.

The attack does not require credentials or user interaction. Confidentiality and availability are not affected, and the scope is unchanged. EPSS data places the exploit probability at 0.172% (percentile 38.26), reflecting low observed exploitation activity to date.

Root Cause

The root cause is improper authorization within the CORBA component, mapped to [CWE-863]. The runtime fails to enforce expected access controls when processing certain CORBA-supplied data, allowing an attacker-influenced request to perform write operations that should have been blocked. Oracle has not published low-level technical details beyond the advisory text.

Attack Vector

The attack vector is network-based with low complexity. An attacker must reach an application or service that consumes CORBA inputs, for example a web service that forwards parameters to CORBA APIs in the affected Java runtime. The attacker submits crafted data to those APIs to trigger the integrity violation. Untrusted Java Web Start applications and untrusted applets are explicitly out of scope for this flaw.

No public proof-of-concept exploit is available, and the issue is not listed in the CISA Known Exploited Vulnerabilities catalog. Detailed technical mechanics are not disclosed in the Oracle Critical Patch Update October 2023 advisory.

Detection Methods for CVE-2023-22067

Indicators of Compromise

  • Unexpected modifications to records, configuration objects, or stored state in applications that route input to CORBA APIs.
  • Inbound traffic to IIOP/GIOP listener ports (commonly 1050, 1099, 3528, or custom ORB ports) from untrusted networks.
  • Java processes running vulnerable versions (1.8.0_381, GraalVM EE 20.3.11, 21.3.7) accepting external CORBA invocations.

Detection Strategies

  • Inventory Java runtimes across servers and containers and flag any installation matching the affected versions listed in the Oracle and NetApp Security Advisory NTAP-20231027-0006.
  • Inspect application code and deployment descriptors for org.omg.CORBA, com.sun.corba, or IIOP listener configurations that expose CORBA to network clients.
  • Correlate web service request logs with downstream CORBA invocations to identify anomalous parameter patterns that produce write operations.

Monitoring Recommendations

  • Alert on JVM processes that bind to IIOP/GIOP ports on internet-facing interfaces.
  • Monitor data stores for unauthorized write operations originating from Java application service accounts during periods without legitimate activity.
  • Track Java patch posture across endpoints and servers to ensure vulnerable builds are replaced after deployment.

How to Mitigate CVE-2023-22067

Immediate Actions Required

  • Upgrade Oracle Java SE and Oracle GraalVM Enterprise Edition to the fixed versions listed in the Oracle Critical Patch Update October 2023.
  • Apply the corresponding NetApp updates for Cloud Insights Acquisition Unit and Storage Workload Security Agent per NetApp Security Advisory NTAP-20231027-0006 and the follow-up NTAP-20241108-0002.
  • On Debian systems, install the OpenJDK updates documented in Debian Security Advisory DSA-5537.

Patch Information

Oracle delivered the fix in the October 2023 Critical Patch Update. Administrators should move off Java SE 8u381 / 8u381-perf and GraalVM Enterprise Edition 20.3.11 and 21.3.7 to the patched releases referenced in the Oracle CPU advisory. Downstream vendors including NetApp and Debian have republished the fix in their respective product builds.

Workarounds

  • Restrict network exposure of CORBA/IIOP listeners to trusted management networks using firewall rules or host-based access controls.
  • Disable CORBA features in applications that do not require them and remove any web service endpoints that proxy untrusted input to CORBA APIs.
  • If patching is delayed, place affected services behind an authenticating reverse proxy that rejects unauthenticated requests to CORBA-backed endpoints.
bash
# Verify the installed Java version and replace if it matches the affected builds
java -version
# Example output to remediate: openjdk version "1.8.0_381"

# Restrict IIOP/GIOP exposure at the host firewall (Linux example)
iptables -A INPUT -p tcp --dport 1050 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 1050 -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/TechOracle Jdk

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • NVD-CWE-noinfo

  • CWE-863
  • Technical References
  • NetApp Security Advisory NTAP-20231027-0006

  • Debian Security Advisory DSA-5537

  • NetApp Security Advisory NTAP-20241108-0002
  • Vendor Resources
  • Oracle Critical Patch Update October 2023
  • Related CVEs
  • CVE-2020-2800: Oracle JDK Auth Bypass Vulnerability

  • CVE-2026-22008: Oracle JDK RCE Vulnerability

  • CVE-2024-21210: Oracle JDK Hotspot RCE Vulnerability

  • CVE-2025-50063: Oracle JDK Privilege Escalation Flaw
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