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-2022-21306

CVE-2022-21306: Oracle WebLogic Server RCE Vulnerability

CVE-2022-21306 is a critical remote code execution vulnerability in Oracle WebLogic Server affecting versions 12.1.3.0.0, 12.2.1.3.0, 12.2.1.4.0, and 14.1.1.0.0. This article covers technical details, affected versions, and mitigation.

Published: February 18, 2026

CVE-2022-21306 Overview

CVE-2022-21306 is a critical insecure deserialization vulnerability in the Oracle WebLogic Server product of Oracle Fusion Middleware affecting the Core component. This vulnerability allows an unauthenticated attacker with network access via the T3 protocol to completely compromise Oracle WebLogic Server instances. The attack requires no user interaction and can be executed remotely, making it particularly dangerous for internet-facing WebLogic deployments.

Critical Impact

Successful exploitation results in complete takeover of Oracle WebLogic Server with full impact to confidentiality, integrity, and availability. Attackers can execute arbitrary code, access sensitive data, and disrupt business operations.

Affected Products

  • Oracle WebLogic Server 12.1.3.0.0
  • 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

  • 2022-01-19 - CVE-2022-21306 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-21306

Vulnerability Analysis

This vulnerability exists in the Core component of Oracle WebLogic Server and is exploitable through the T3 protocol, which is Oracle's proprietary Java EE implementation used for remote method invocation (RMI) and JNDI lookups. The T3 protocol, listening on the same port as HTTP (typically 7001), accepts serialized Java objects from remote clients without adequate validation.

The vulnerability allows unauthenticated attackers to send specially crafted serialized objects to the WebLogic T3 listener. When these malicious objects are deserialized by the server, arbitrary code execution occurs in the context of the WebLogic Server process, typically running with elevated privileges.

WebLogic Server has historically been a target for deserialization attacks due to its extensive use of Java serialization for inter-process communication. This vulnerability follows a pattern of similar issues that have affected WebLogic's T3 protocol implementation over the years.

Root Cause

The root cause stems from insecure deserialization practices in the WebLogic Core component. The T3 protocol handler accepts and deserializes Java objects from unauthenticated network sources without sufficient validation of the object types being deserialized. This allows attackers to leverage gadget chains present in the server's classpath to achieve remote code execution.

Attack Vector

The attack is conducted over the network via the T3 protocol, typically accessible on port 7001. An attacker establishes a T3 connection to the vulnerable WebLogic Server and transmits a maliciously crafted serialized Java object. The server's deserialization process then instantiates the malicious object, triggering the execution of arbitrary code embedded within the serialized payload.

The attack sequence typically involves:

  1. Identifying an exposed WebLogic T3 listener
  2. Crafting a serialized Java object containing a malicious gadget chain
  3. Sending the payload via T3 protocol
  4. Achieving code execution when the server deserializes the object

Detection Methods for CVE-2022-21306

Indicators of Compromise

  • Unexpected outbound network connections from WebLogic Server processes
  • Unusual process spawning from java.exe or java processes associated with WebLogic
  • Anomalous T3 protocol traffic containing serialized Java objects with known gadget class signatures
  • Unexplained modifications to WebLogic configuration files or deployed applications

Detection Strategies

  • Monitor T3 protocol traffic on port 7001 for serialized object payloads containing known malicious class names
  • Implement network intrusion detection rules to identify T3 protocol handshakes followed by suspicious serialized data patterns
  • Deploy endpoint detection to monitor WebLogic processes for unexpected child process creation or file system modifications
  • Review WebLogic server logs for deserialization errors or exceptions indicating exploitation attempts

Monitoring Recommendations

  • Enable detailed logging for T3 protocol connections in WebLogic Server
  • Configure SIEM rules to alert on suspicious T3 traffic patterns originating from untrusted networks
  • Monitor for known serialization gadget classes in network traffic using deep packet inspection
  • Establish baseline behavior for WebLogic processes and alert on deviations

How to Mitigate CVE-2022-21306

Immediate Actions Required

  • Apply the Oracle Critical Patch Update from January 2022 immediately
  • Restrict network access to T3 protocol listeners using firewall rules to allow only trusted sources
  • Consider disabling T3 protocol if not required for business operations
  • Implement network segmentation to isolate WebLogic servers from untrusted networks

Patch Information

Oracle has released patches for this vulnerability as part of the January 2022 Critical Patch Update. Organizations should apply the appropriate patch for their WebLogic Server version. The patch addresses the insecure deserialization issue in the Core component.

Affected versions requiring patching:

  • 12.1.3.0.0 - Apply January 2022 CPU
  • 12.2.1.3.0 - Apply January 2022 CPU
  • 12.2.1.4.0 - Apply January 2022 CPU
  • 14.1.1.0.0 - Apply January 2022 CPU

Workarounds

  • Implement connection filters to restrict T3 protocol access to authorized IP addresses only
  • Deploy a web application firewall (WAF) to inspect and block malicious serialized payloads
  • Use network ACLs to block T3 protocol access from untrusted networks while allowing HTTP/HTTPS
  • Enable WebLogic's built-in serialization filtering mechanisms to block known dangerous classes
bash
# WebLogic connection filter configuration example
# Add to config.xml to restrict T3 access to trusted networks only
# Navigate to: Domain > Security > Filter
# Configure connection filter with rules:
# Allow T3 from trusted management network: 10.0.0.0/8 * * allow t3 t3s
# Deny T3 from all other sources: * * * 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 Probability36.54%

  • 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
  • Vendor Resources
  • Oracle Security Alert January 2022
  • 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