ghsa-74mg-6xqx-2vrq
Vulnerability from github
Published
2022-02-09 22:27
Modified
2021-04-06 22:54
Severity ?
VLAI Severity ?
Summary
Deserialization exploitation in Apache Dubbo
Details
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 HashMap 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.
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "org.apache.dubbo:dubbo-parent" }, "ranges": [ { "events": [ { "introduced": "2.7.0" }, { "fixed": "2.7.8" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Maven", "name": "org.apache.dubbo:dubbo-parent" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2.6.9" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2020-11995" ], "database_specific": { "cwe_ids": [ "CWE-502" ], "github_reviewed": true, "github_reviewed_at": "2021-04-06T22:54:20Z", "nvd_published_at": "2021-01-11T10:15:00Z", "severity": "CRITICAL" }, "details": "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 HashMap 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.", "id": "GHSA-74mg-6xqx-2vrq", "modified": "2021-04-06T22:54:20Z", "published": "2022-02-09T22:27:01Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-11995" }, { "type": "WEB", "url": "https://github.com/apache/dubbo/commit/d2e9baf380108950c48e0ab700ccdbf11dd753ab" }, { "type": "WEB", "url": "https://lists.apache.org/thread.html/r5b2df4ef479209dc4ced457b3d58a887763b60b9354c3dc148b2eb5b%40%3Cdev.dubbo.apache.org%3E" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" } ], "summary": "Deserialization exploitation in Apache Dubbo" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…