Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2022-39198

CVE-2022-39198: Apache Dubbo RCE Vulnerability

CVE-2022-39198 is a deserialization remote code execution vulnerability in Apache Dubbo hessian-lite that enables malicious code execution. This article covers technical details, affected versions, impact, and mitigation.

Published: February 18, 2026

CVE-2022-39198 Overview

A deserialization vulnerability existed in Apache Dubbo's hessian-lite component version 3.2.12 and earlier versions, which could lead to malicious code execution. This vulnerability affects multiple versions across the Apache Dubbo product line, making it a significant security concern for organizations using this distributed service framework.

Critical Impact

This insecure deserialization vulnerability allows unauthenticated remote attackers to execute arbitrary code on affected Apache Dubbo installations, potentially leading to complete system compromise.

Affected Products

  • Apache Dubbo 2.7.x version 2.7.17 and prior versions
  • Apache Dubbo 3.0.x version 3.0.11 and prior versions
  • Apache Dubbo 3.1.x version 3.1.0 and prior versions

Discovery Timeline

  • 2022-10-18 - CVE CVE-2022-39198 published to NVD
  • 2025-05-13 - Last updated in NVD database

Technical Details for CVE-2022-39198

Vulnerability Analysis

This vulnerability is classified as CWE-502 (Deserialization of Untrusted Data), a well-known class of security flaws that can have severe consequences in Java-based applications. Apache Dubbo is a high-performance, Java-based RPC framework widely used in enterprise microservice architectures. The hessian-lite component handles serialization and deserialization of data transmitted between services.

When processing specially crafted serialized data, the hessian-lite library fails to properly validate or restrict the types of objects being deserialized. An attacker can exploit this by sending a malicious serialized payload to a Dubbo service endpoint, which when deserialized, triggers the instantiation and execution of arbitrary Java classes.

The vulnerability is particularly dangerous because it can be exploited remotely over the network without any authentication requirements. Successful exploitation grants the attacker the ability to execute arbitrary code with the privileges of the Dubbo application, potentially leading to complete system takeover, data theft, lateral movement within the network, or deployment of ransomware and other malware.

Root Cause

The root cause of this vulnerability lies in the hessian-lite deserialization mechanism's failure to implement proper class filtering or type validation during the deserialization process. The library accepts and processes serialized objects without verifying whether the target classes are safe to instantiate, allowing attackers to leverage gadget chains present in the application's classpath to achieve remote code execution.

Attack Vector

This vulnerability is exploitable over the network without requiring authentication or user interaction. An attacker would typically identify exposed Dubbo service endpoints, craft a malicious serialized payload containing a gadget chain, and send it to the target service. The deserialization process would then automatically instantiate the malicious objects, triggering the execution of arbitrary code.

The exploitation typically involves:

  1. Identifying an exposed Apache Dubbo service endpoint
  2. Crafting a serialized payload using known deserialization gadget chains (such as those from ysoserial)
  3. Sending the malicious payload to the target service
  4. The hessian-lite library deserializes the payload and executes the embedded malicious code

See the Apache Mailing List Discussion for additional technical details regarding this vulnerability.

Detection Methods for CVE-2022-39198

Indicators of Compromise

  • Unusual network traffic patterns to Dubbo service ports (default: 20880)
  • Unexpected process spawning or child processes from Java/Dubbo application processes
  • Anomalous outbound network connections from Dubbo servers
  • Suspicious log entries indicating deserialization errors or unexpected class loading

Detection Strategies

  • Implement network monitoring to detect unusual traffic patterns targeting Dubbo service endpoints
  • Deploy application-level logging to capture deserialization events and monitor for known malicious class names
  • Utilize intrusion detection systems (IDS) with signatures for common Java deserialization attack patterns
  • Monitor Java process behavior for unexpected system calls or process creation

Monitoring Recommendations

  • Enable verbose logging for Apache Dubbo services to capture serialization/deserialization events
  • Implement network traffic analysis to monitor communications to and from Dubbo service ports
  • Deploy endpoint detection and response (EDR) solutions to monitor for post-exploitation activities
  • Regularly review access logs for suspicious patterns or unauthorized access attempts

How to Mitigate CVE-2022-39198

Immediate Actions Required

  • Upgrade Apache Dubbo to a patched version immediately (versions after 2.7.17, 3.0.11, or 3.1.0 respectively)
  • If immediate patching is not possible, restrict network access to Dubbo service endpoints to trusted sources only
  • Implement network segmentation to limit the blast radius of potential exploitation
  • Review and audit existing Dubbo deployments to identify all affected instances

Patch Information

Apache has addressed this vulnerability in newer versions of Apache Dubbo. Users should upgrade to versions beyond 2.7.17 for the 2.7.x branch, beyond 3.0.11 for the 3.0.x branch, and beyond 3.1.0 for the 3.1.x branch. For detailed patch information and upgrade instructions, refer to the Apache Mailing List Discussion.

Workarounds

  • Implement network-level access controls to restrict access to Dubbo service endpoints to trusted IP addresses only
  • Deploy a Web Application Firewall (WAF) or reverse proxy capable of inspecting and filtering malicious serialized payloads
  • Enable Dubbo's built-in serialization class filtering features if available in your version
  • Consider implementing a deserialization filter at the JVM level using ObjectInputFilter (Java 9+)
bash
# Configuration example - Network-level restriction using iptables
# Restrict access to Dubbo service port (default 20880) to trusted sources only
iptables -A INPUT -p tcp --dport 20880 -s trusted_ip_range -j ACCEPT
iptables -A INPUT -p tcp --dport 20880 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechApache Dubbo

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability10.34%

  • 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
  • CWE-502
  • Vendor Resources
  • Apache Mailing List Discussion
  • Related CVEs
  • CVE-2021-36162: Apache Dubbo RCE Vulnerability

  • CVE-2021-30180: Apache Dubbo RCE Vulnerability

  • CVE-2020-1948: Apache Dubbo RCE Vulnerability

  • CVE-2023-46279: Apache Dubbo Deserialization 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