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-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 post covers the technical details, affected versions, impact, and mitigation.

Published: February 11, 2026

CVE-2023-22067 Overview

CVE-2023-22067 is an authorization bypass vulnerability in the CORBA (Common Object Request Broker Architecture) component of Oracle Java SE and Oracle GraalVM Enterprise Edition. This flaw allows unauthenticated attackers with network access to compromise affected systems via the CORBA protocol, potentially resulting in unauthorized modification of accessible data.

The vulnerability is particularly concerning because it can be exploited without user interaction by supplying malicious data to CORBA APIs. This attack vector does not require the use of Untrusted Java Web Start applications or Untrusted Java applets, making it exploitable through web services and other network-accessible interfaces.

Critical Impact

Unauthenticated remote attackers can exploit this vulnerability to perform unauthorized data modification through CORBA protocol manipulation, affecting data integrity in Java-based enterprise applications.

Affected Products

  • Oracle JDK 1.8.0_381 and 1.8.0_381 (Enterprise Performance Pack)
  • Oracle JRE 1.8.0_381 and 1.8.0_381 (Enterprise Performance Pack)
  • Oracle GraalVM Enterprise Edition 20.3.11 and 21.3.7
  • NetApp Cloud Insights Acquisition Unit
  • NetApp Cloud Insights Storage Workload Security Agent

Discovery Timeline

  • 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

This vulnerability resides in the CORBA component of Oracle Java SE and GraalVM Enterprise Edition, which handles distributed object communication. The flaw stems from improper authorization controls (CWE-863) within the CORBA implementation, allowing attackers to bypass intended access restrictions.

The vulnerability is easily exploitable over the network without requiring any privileges or user interaction. While the impact is limited to integrity violations (unauthorized data modification) rather than confidentiality or availability concerns, it presents a significant risk in enterprise environments where Java-based applications rely on CORBA for inter-process communication.

Attackers can exploit this vulnerability by crafting malicious requests to CORBA APIs exposed through web services or other network-accessible interfaces. The exploitation does not depend on client-side technologies like Java Web Start or Java applets, which expands the attack surface to server-side applications.

Root Cause

The root cause of CVE-2023-22067 is an Incorrect Authorization vulnerability (CWE-863) in the CORBA component. The implementation fails to properly validate and enforce access controls when processing incoming CORBA requests, allowing unauthorized operations to be performed on protected data.

This authorization weakness enables attackers to submit specially crafted data to CORBA APIs that should otherwise require proper authentication or authorization, resulting in the ability to update, insert, or delete data that should be protected.

Attack Vector

The attack vector for CVE-2023-22067 is network-based, requiring no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying a target system running a vulnerable version of Oracle Java SE or GraalVM Enterprise Edition with exposed CORBA services
  2. Crafting malicious CORBA protocol requests designed to bypass authorization checks
  3. Submitting these requests through web services or direct network connections to the CORBA APIs
  4. Achieving unauthorized modification of application data without proper credentials

The vulnerability affects CORBA APIs that can be accessed through various network interfaces, including web services, making it particularly relevant for enterprise Java applications that expose such functionality.

Detection Methods for CVE-2023-22067

Indicators of Compromise

  • Unusual or unexpected CORBA protocol traffic from untrusted sources
  • Anomalous data modifications in applications using CORBA-based communication
  • Unexpected API calls to CORBA services from unauthenticated contexts
  • Log entries showing CORBA requests with suspicious payloads or from unfamiliar IP addresses

Detection Strategies

  • Monitor network traffic for anomalous CORBA protocol activity on ports typically used by Java applications
  • Implement application-level logging for all CORBA API interactions and review for unauthorized access patterns
  • Deploy intrusion detection systems with signatures for known CORBA exploitation techniques
  • Audit data modification events in systems using CORBA-based communication for unauthorized changes

Monitoring Recommendations

  • Enable verbose logging for Java applications using CORBA components
  • Implement network segmentation to restrict access to CORBA services from untrusted networks
  • Deploy SentinelOne Singularity Platform for real-time monitoring of Java application behaviors and network anomalies
  • Establish baselines for normal CORBA traffic patterns to identify deviations

How to Mitigate CVE-2023-22067

Immediate Actions Required

  • Inventory all systems running Oracle Java SE 8u381 or GraalVM Enterprise Edition 20.3.11/21.3.7
  • Apply the latest Java Critical Patch Update from Oracle as soon as possible
  • Restrict network access to CORBA services using firewall rules and network segmentation
  • Review and audit applications that expose CORBA APIs for potential exposure

Patch Information

Oracle has addressed this vulnerability in their October 2023 Critical Patch Update (CPU). Affected organizations should upgrade to the latest patched versions of Oracle Java SE and GraalVM Enterprise Edition. For detailed patch information and download links, refer to the Oracle Security Alert October 2023.

Additional vendor advisories are available:

  • NetApp Security Advisory 20231027
  • Debian Security Advisory DSA-5537

Workarounds

  • Disable or restrict access to CORBA services if not required for business operations
  • Implement network-level access controls to limit CORBA protocol exposure to trusted networks only
  • Deploy web application firewalls (WAF) or API gateways with rules to filter malicious CORBA requests
  • Consider migrating from CORBA to more modern and secure communication protocols where feasible
bash
# Example: Restrict CORBA access using iptables
# Block external access to common CORBA ports (adjust ports as needed for your environment)
iptables -A INPUT -p tcp --dport 1050 -s ! 10.0.0.0/8 -j DROP
iptables -A INPUT -p tcp --dport 1099 -s ! 10.0.0.0/8 -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 20231027

  • Debian Security Advisory DSA-5537

  • NetApp Security Advisory 20241108
  • Vendor Resources
  • Oracle Security Alert October 2023
  • Related CVEs
  • CVE-2020-2800: Oracle JDK Auth Bypass Vulnerability

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

  • CVE-2025-50063: Oracle JDK Privilege Escalation Flaw

  • CVE-2024-21144: Oracle JDK Concurrency DoS 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