LiveActive security incident?Get immediate response
CVE Record

CVE-2020-11995: Apache Dubbo default deserialization protocol Hessian2 cause CRE

A deserialization vulnerability existed in dubbo 2.7.5 and its earlier versions, which could lead to malicious code execution. Most Dubbo users use Hessian2 as the default serialization/deserialization protool, during Hessian2 deserializing the HashMap object, some functions in the classes stored in HasMap will be executed after a series of program calls, however, those special functions may cause remote command execution. For example, the hashCode() function of the EqualsBean class in rome-1.7.0.jar will cause the remotely load malicious classes and execute malicious code by constructing a malicious request. This issue was fixed in Apache Dubbo 2.6.9 and 2.7.8.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Apache Dubbo versions 2.7.5 and earlier had an unsafe deserialization flaw in the commonly used Hessian2 protocol. A malicious request could trigger code execution during object handling. Organizations running affected Dubbo services should treat this as urgent, but the provided sources do not show active exploitation.

Executive priority

Prioritize remediation where Dubbo supports business-critical services or receives traffic beyond trusted internal boundaries. The impact is potentially severe because code execution is possible, but urgency should be balanced against the lack of cited active exploitation evidence.

Technical view

CVE-2020-11995 is CWE-502 unsafe deserialization in Apache Dubbo. During Hessian2 deserialization of HashMap objects, functions on embedded classes may execute and lead to malicious code execution. The issue is reported fixed in Apache Dubbo 2.6.9 and 2.7.8.

Likely exposure

Exposure is most likely in Apache Dubbo deployments running 2.7.5 or earlier, especially where Hessian2 is used as the default serialization protocol. The sources do not define all network preconditions, deployment patterns, or dependency combinations required for exploitation.

Exploitation context

The CVE description says malicious requests can cause remote command or code execution through unsafe deserialization behavior. KEV is false, and the provided bundle contains no evidence of active exploitation or public exploit use.

Researcher notes

Evidence is limited to the CVE record and Apache reference. No CVSS vector, detailed affected matrix, or complete exploit prerequisites are provided. Validate branch-specific versioning carefully because the record names both 2.7.5-and-earlier affected status and fixes in 2.6.9 and 2.7.8.

Mitigation direction

  • Upgrade Apache Dubbo to 2.6.9, 2.7.8, or a later vendor-supported release.
  • Identify services using Hessian2 serialization in affected Dubbo versions.
  • Check Apache Dubbo security guidance for any additional hardening instructions.
  • Limit untrusted access to Dubbo service endpoints where feasible.
  • Prioritize systems that process external or partner-originated Dubbo traffic.

Validation and detection

  • Inventory Apache Dubbo versions across applications and service dependencies.
  • Confirm no production service remains on Dubbo 2.7.5 or earlier.
  • Review configuration for Hessian2 serialization usage.
  • Check dependency manifests and runtime artifacts for embedded Dubbo versions.
  • Document whether Dubbo endpoints receive untrusted or cross-boundary traffic.
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.

cwe · medium confidence lookup

CWE-502: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-11995 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 DubboListed
Weakness

CWE details

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

CWE-502 · source CWE mapping

Deserialization of Untrusted Data

Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.