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-22069

CVE-2023-22069: Oracle WebLogic Server RCE Vulnerability

CVE-2023-22069 is a critical remote code execution flaw in Oracle WebLogic Server that enables unauthenticated attackers to compromise systems via T3 or IIOP protocols. This article covers technical details, affected versions, impact, and mitigation.

Published: February 4, 2026

CVE-2023-22069 Overview

CVE-2023-22069 is a critical vulnerability affecting Oracle WebLogic Server, a widely deployed Java EE application server that forms part of Oracle Fusion Middleware. This vulnerability exists in the Core component and allows an unauthenticated attacker with network access via T3 or IIOP protocols to completely compromise the affected WebLogic Server instance. Successful exploitation results in full takeover of the server, impacting confidentiality, integrity, and availability of the system and any hosted applications.

Critical Impact

This vulnerability enables complete server takeover by unauthenticated remote attackers, potentially exposing all enterprise applications and data hosted on the WebLogic Server.

Affected Products

  • Oracle WebLogic Server 12.2.1.4.0
  • Oracle WebLogic Server 14.1.1.0.0

Discovery Timeline

  • October 17, 2023 - CVE-2023-22069 published to NVD
  • March 6, 2025 - Last updated in NVD database

Technical Details for CVE-2023-22069

Vulnerability Analysis

This vulnerability is classified under CWE-306 (Missing Authentication for Critical Function), indicating a fundamental access control flaw in the WebLogic Server's handling of T3 and IIOP protocol communications. The T3 protocol is Oracle's proprietary protocol used for communication between WebLogic Server instances and Java clients, while IIOP (Internet Inter-ORB Protocol) is used for CORBA-based communication.

The vulnerability is easily exploitable, requiring no authentication, no user interaction, and presenting low attack complexity. An attacker can leverage network access to the T3 or IIOP ports (typically port 7001 for T3) to execute arbitrary code with the privileges of the WebLogic Server process. This often translates to SYSTEM or root-level access on the underlying host, depending on the deployment configuration.

Root Cause

The root cause stems from missing authentication checks for critical functions exposed through the T3 and IIOP protocols. WebLogic Server's Core component fails to properly validate incoming requests before processing them, allowing unauthenticated attackers to invoke sensitive operations. This type of vulnerability in Java application servers often relates to insecure deserialization of untrusted data transmitted over these protocols.

Attack Vector

The attack vector is network-based, targeting the T3 or IIOP protocol listeners on WebLogic Server. An attacker with network visibility to the WebLogic Server's administration or managed server ports can craft malicious requests that exploit the missing authentication controls. The T3 protocol, commonly exposed on port 7001, is particularly attractive to attackers as it provides deep integration capabilities with the server's internals.

Exploitation typically involves sending specially crafted serialized Java objects through the T3 or IIOP protocol. When the server deserializes these objects without proper validation, it can trigger arbitrary code execution. Organizations exposing WebLogic Server ports to untrusted networks or the internet are at elevated risk.

Detection Methods for CVE-2023-22069

Indicators of Compromise

  • Unexpected network connections to WebLogic T3 port (default 7001) from external or unauthorized IP addresses
  • Anomalous Java serialization traffic patterns on T3/IIOP ports
  • Unusual process spawning from the WebLogic Server process (java.exe or java)
  • New files or modifications in WebLogic Server directories without administrative action

Detection Strategies

  • Monitor T3 and IIOP protocol traffic for malformed or suspicious serialized object payloads
  • Implement network intrusion detection rules targeting known WebLogic deserialization attack patterns
  • Deploy endpoint detection and response (EDR) solutions to identify suspicious child processes spawned by the WebLogic Server JVM
  • Review WebLogic Server access logs for connections from untrusted source addresses

Monitoring Recommendations

  • Enable verbose logging on WebLogic Server to capture detailed request information for forensic analysis
  • Configure SIEM alerts for multiple failed connection attempts or unusual traffic volumes to T3/IIOP ports
  • Implement network segmentation monitoring to detect lateral movement following potential compromise

How to Mitigate CVE-2023-22069

Immediate Actions Required

  • Apply the October 2023 Critical Patch Update (CPU) from Oracle immediately
  • Restrict network access to T3 and IIOP ports using firewall rules, allowing only trusted management hosts
  • Disable T3 and IIOP protocols if not required for your deployment by configuring connection filters
  • Conduct an inventory of all WebLogic Server instances to ensure complete patch coverage

Patch Information

Oracle has released patches addressing this vulnerability in the October 2023 Critical Patch Update. Administrators should consult the Oracle Security Alert for CPU October 2023 for detailed patching instructions and download locations. The patch addresses the missing authentication controls in the Core component for both affected versions (12.2.1.4.0 and 14.1.1.0.0).

Workarounds

  • Configure WebLogic Server connection filters to restrict T3 and IIOP protocol access to only authorized IP addresses and networks
  • Place WebLogic Server instances behind a web application firewall (WAF) or reverse proxy that does not forward T3/IIOP traffic
  • Implement network segmentation to isolate WebLogic Server infrastructure from untrusted network zones
  • Consider enabling WebLogic Server's payload filtering mechanisms if available in your version
bash
# Example connection filter configuration to restrict T3 access
# Add to WebLogic Server's config.xml or via Administration Console
# Navigate to: Domain > Security > Filter
# Connection Filter Class: weblogic.security.net.ConnectionFilterImpl
# Connection Filter Rules:
# Allow T3 only from trusted management subnet
# * * 7001 allow t3 t3s 10.0.0.0/8
# * * 7001 deny t3 t3s

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOracle Weblogic Server

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.50%

  • 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
  • NVD-CWE-noinfo

  • CWE-306
  • Vendor Resources
  • Oracle Security Alert: CPU October 2023
  • Related CVEs
  • CVE-2020-14882: Oracle WebLogic Server RCE Vulnerability

  • CVE-2020-14883: Oracle WebLogic Server RCE Vulnerability

  • CVE-2020-2551: Oracle WebLogic Server RCE Vulnerability

  • CVE-2020-2883: Oracle WebLogic Server RCE 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