VYPR
Critical severityNVD Advisory· Published Oct 18, 2022· Updated May 13, 2025

Apache Dubbo Hession Deserialization Vulnerability Gadgets Bypass

CVE-2022-39198

Description

A deserialization vulnerability existed in dubbo hessian-lite 3.2.12 and its earlier versions, which could lead to malicious code execution. This issue affects 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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A deserialization vulnerability in Apache Dubbo's hessian-lite library (≤3.2.12) allows remote code execution via crafted serialized data.

Vulnerability

Overview

CVE-2022-39198 is a deserialization vulnerability in the hessian-lite library used by Apache Dubbo. Versions 3.2.12 and earlier of hessian-lite fail to properly validate serialized objects before deserialization, allowing an attacker to inject malicious data that can trigger arbitrary code execution on the server [1].

Exploitation

An attacker can exploit this vulnerability by sending a specially crafted serialized object to a Dubbo service that uses the vulnerable hessian-lite library. No authentication is required if the service is exposed to untrusted networks; the attacker only needs network access to a Dubbo endpoint that accepts serialized payloads [1].

Impact

Successful exploitation leads to remote code execution (RCE) with the privileges of the Dubbo process. This can result in full compromise of the affected system, including data theft, service disruption, or lateral movement within the network [1].

Mitigation

The vulnerability is fixed in hessian-lite version 3.2.13 [3]. Apache Dubbo users should upgrade to Dubbo 2.7.18+, 3.0.12+, or 3.1.1+, which include the patched hessian-lite library [4]. No workarounds are available; upgrading is the recommended action.

AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
com.alibaba:hessian-liteMaven
< 3.2.133.2.13
org.apache.dubbo:dubboMaven
>= 2.7.0, < 2.7.182.7.18
org.apache.dubbo:dubboMaven
>= 3.0.0, < 3.0.123.0.12
org.apache.dubbo:dubboMaven
>= 3.1.0, < 3.1.13.1.1

Affected products

3

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

7

News mentions

0

No linked articles in our index yet.