LiveActive security incident?Get immediate response
CVE Record

CVE-2021-36163: Unsafe deserialization in providers using the Hessian protocol

In Apache Dubbo, users may choose to use the Hessian protocol. The Hessian protocol is implemented on top of HTTP and passes the body of a POST request directly to a HessianSkeleton: New HessianSkeleton are created without any configuration of the serialization factory and therefore without applying the dubbo properties for applying allowed or blocked type lists. In addition, the generic service is always exposed and therefore attackers do not need to figure out a valid service/method name pair. This is fixed in 2.7.13, 2.6.10.1

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Apache Dubbo deployments using the Hessian protocol can process HTTP POST bodies without applying configured type allow or block lists. That weakens a key safety control around deserialization. The issue is fixed in Dubbo 2.7.13 and 2.6.10.1.

Executive priority

Prioritize remediation where Dubbo Hessian services are internet-facing or exposed to untrusted networks. Internal-only deployments still deserve prompt upgrade because the flaw bypasses deserialization type controls.

Technical view

New HessianSkeleton instances were created without serialization factory configuration, so Dubbo properties for allowed and blocked type lists were not applied. The generic service is always exposed, reducing the attacker’s need to identify a valid service and method pair.

Likely exposure

Exposure is limited to Apache Dubbo 2.7.x and 2.6.x deployments that use the Hessian protocol, especially where Hessian HTTP provider endpoints are reachable by untrusted clients.

Exploitation context

The provided bundle does not show CISA KEV listing or active exploitation. The source states attackers do not need a valid service and method pair because the generic service is exposed.

Researcher notes

Evidence is limited to the CVE description and Apache reference. No CVSS, CWE, exploit status, or detailed impact chain is provided in the bundle, so impact beyond unsafe deserialization should not be assumed.

Mitigation direction

  • Upgrade Apache Dubbo 2.7.x to 2.7.13 or later.
  • Upgrade Apache Dubbo 2.6.x to 2.6.10.1 or later.
  • Identify and restrict externally reachable Hessian protocol endpoints.
  • Check Apache Dubbo guidance before relying on configuration-only mitigations.
  • Review allow and block list settings after upgrade.

Validation and detection

  • Inventory Dubbo services and identify Hessian protocol usage.
  • Confirm deployed Dubbo versions are 2.7.13, 2.6.10.1, or later.
  • Verify Hessian provider endpoints are not publicly reachable unless required.
  • Review configuration for intended allowed and blocked type lists.
  • Check logs for unexpected Hessian POST traffic to provider endpoints.
Prepared
Confidence
medium
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cve · low confidence lookup

CVE-2021-36163 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Apache Software FoundationApache DubboApache Dubbo 2.7.x, Apache Dubbo 2.6.xListed
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.