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

CVE-2023-21839: Oracle WebLogic Server Info Disclosure

CVE-2023-21839 is an information disclosure vulnerability in Oracle WebLogic Server that allows unauthenticated attackers to access critical data via T3 or IIOP protocols. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: February 11, 2026

CVE-2023-21839 Overview

CVE-2023-21839 is a critical vulnerability in Oracle WebLogic Server that affects the Core component of Oracle Fusion Middleware. This easily exploitable vulnerability allows unauthenticated attackers with network access via T3 or IIOP protocols to compromise Oracle WebLogic Server instances. The vulnerability combines insecure deserialization (CWE-502) and missing authentication for critical functions (CWE-306), enabling attackers to gain unauthorized access to critical data or complete access to all Oracle WebLogic Server accessible data.

This vulnerability has been added to CISA's Known Exploited Vulnerabilities (KEV) catalog, indicating active exploitation in the wild by threat actors.

Critical Impact

Unauthenticated remote attackers can exploit T3/IIOP protocols to access sensitive data and potentially achieve remote code execution on vulnerable Oracle WebLogic Server instances.

Affected Products

  • Oracle WebLogic Server 12.2.1.3.0
  • Oracle WebLogic Server 12.2.1.4.0
  • Oracle WebLogic Server 14.1.1.0.0

Discovery Timeline

  • January 18, 2023 - CVE-2023-21839 published to NVD
  • October 27, 2025 - Last updated in NVD database

Technical Details for CVE-2023-21839

Vulnerability Analysis

CVE-2023-21839 targets the Oracle WebLogic Server Core component, specifically exploiting weaknesses in how the server handles object deserialization through T3 and IIOP protocols. The vulnerability is classified under CWE-502 (Deserialization of Untrusted Data) and CWE-306 (Missing Authentication for Critical Function).

The attack requires no authentication and can be performed remotely over the network with low complexity. No user interaction is required, making this vulnerability particularly dangerous in internet-facing WebLogic deployments. Successful exploitation results in complete confidentiality impact, allowing attackers unauthorized access to all data accessible by the WebLogic Server instance.

The vulnerability has an extremely high exploitation probability, indicating this is actively being targeted by attackers and exploit code is widely available.

Root Cause

The root cause stems from two interrelated security weaknesses in Oracle WebLogic Server:

  1. Insecure Deserialization (CWE-502): The WebLogic Server fails to properly validate serialized objects received through the T3 and IIOP protocols. Maliciously crafted serialized objects can be processed by the server without adequate security checks.

  2. Missing Authentication (CWE-306): Critical functions accessible via T3 and IIOP protocols lack proper authentication mechanisms, allowing unauthenticated attackers to send malicious payloads directly to the server.

This combination enables attackers to leverage Java deserialization gadget chains to execute arbitrary operations on the vulnerable server.

Attack Vector

The attack exploits the T3 (WebLogic proprietary) and IIOP (Internet Inter-ORB Protocol) network protocols used for communication with WebLogic Server. An attacker can craft a malicious serialized Java object and send it to the target server without authentication.

The exploitation process involves:

  1. Establishing a connection to the target WebLogic Server via T3 or IIOP protocol (default ports 7001/7002)
  2. Sending specially crafted serialized objects that exploit known deserialization gadget chains
  3. The server deserializes the malicious payload without proper validation
  4. The attacker gains unauthorized access to critical data or potentially achieves remote code execution

Technical details and exploit code are available through the Packet Storm Exploit Report which demonstrates the pre-authentication remote command execution capability of this vulnerability.

Detection Methods for CVE-2023-21839

Indicators of Compromise

  • Unusual network connections to WebLogic Server ports (7001, 7002) from unknown or suspicious IP addresses
  • Anomalous T3 or IIOP protocol traffic patterns, especially containing serialized Java objects
  • Unexpected processes spawned by the WebLogic Server process
  • Authentication bypass attempts in WebLogic access logs without corresponding user sessions
  • Suspicious data exfiltration patterns from systems hosting WebLogic Server

Detection Strategies

  • Deploy network intrusion detection rules to identify T3/IIOP deserialization attack patterns
  • Monitor WebLogic Server logs for unusual access patterns and authentication anomalies
  • Implement behavioral analysis to detect post-exploitation activities such as unauthorized data access
  • Use Java agent-based detection to identify malicious deserialization gadget chains at runtime
  • Configure SentinelOne endpoint protection to monitor WebLogic Server processes for suspicious behavior

Monitoring Recommendations

  • Enable detailed logging for T3 and IIOP protocol connections on WebLogic Server
  • Configure network traffic analysis to baseline normal WebLogic communication patterns
  • Implement real-time alerting for any connections to WebLogic admin ports from untrusted networks
  • Deploy SentinelOne Singularity platform for continuous monitoring and automated threat response

How to Mitigate CVE-2023-21839

Immediate Actions Required

  • Apply the Oracle Critical Patch Update from January 2023 immediately to all affected WebLogic Server installations
  • Restrict network access to T3 and IIOP protocols to only trusted internal networks
  • Disable T3 and IIOP protocols if they are not required for business operations
  • Implement network segmentation to isolate WebLogic Server instances from untrusted networks
  • Review and audit all WebLogic Server configurations for security best practices

Patch Information

Oracle has released security patches addressing CVE-2023-21839 in the January 2023 Critical Patch Update. Organizations should prioritize patching due to the active exploitation of this vulnerability and its inclusion in the CISA Known Exploited Vulnerabilities Catalog.

Affected versions requiring immediate patching:

  • 12.2.1.3.0 - Apply CPU January 2023 patch
  • 12.2.1.4.0 - Apply CPU January 2023 patch
  • 14.1.1.0.0 - Apply CPU January 2023 patch

Workarounds

  • Disable T3 protocol access by configuring connection filters in the WebLogic Server console
  • Block IIOP protocol at the network firewall level if not required
  • Implement strict network access controls limiting connections to WebLogic Server ports
  • Use a Web Application Firewall (WAF) to filter malicious serialized payloads
  • Consider deploying WebLogic behind a reverse proxy with protocol inspection capabilities
bash
# Configuration example - WebLogic connection filter to restrict T3 access
# Add to config.xml within the server configuration
# This restricts T3 protocol access to trusted IP ranges only

# Navigate to WebLogic Domain configuration
cd $DOMAIN_HOME/config

# Create connection filter rules file
cat > connection-filter.rules << EOF
# Allow T3 only from trusted networks
192.168.1.0/24 * * allow t3 t3s
10.0.0.0/8 * * allow t3 t3s
# Deny all other T3 connections
* * * deny t3 t3s
EOF

# Apply filter via WLST script
java weblogic.WLST << EOF
connect('admin', 'password', 't3://localhost:7001')
edit()
startEdit()
cd('/')
cd('SecurityConfiguration/mydomain')
set('ConnectionLoggerEnabled', 'true')
set('ConnectionFilter', 'weblogic.security.net.ConnectionFilterImpl')
set('ConnectionFilterRules', ['192.168.1.0/24 * * allow t3 t3s', '* * * deny t3 t3s'])
save()
activate()
disconnect()
exit()
EOF

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOracle Weblogic Server

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability94.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-502

  • CWE-306
  • Technical References
  • Packet Storm Exploit Report

  • CISA Known Exploit CVE-2023-21839
  • Vendor Resources
  • Oracle Security Alert January 2023
  • Related CVEs
  • CVE-2023-22086: Oracle WebLogic Server Info Disclosure

  • CVE-2022-21292: Oracle WebLogic Server Disclosure Flaw

  • CVE-2021-2204: Oracle WebLogic Server Info Disclosure

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