ghsa-cpx9-4rwv-486v
Vulnerability from github
Published
2021-09-08 20:14
Modified
2021-09-15 18:29
Severity ?
VLAI Severity ?
Summary
Hessian protocol configuration vulnerability in Apache Dubbo
Details
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
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "org.apache.dubbo:dubbo" }, "ranges": [ { "events": [ { "introduced": "2.7.0" }, { "fixed": "2.7.13" } ], "type": "ECOSYSTEM" } ] }, { "database_specific": { "last_known_affected_version_range": "\u003c= 2.6.10" }, "package": { "ecosystem": "Maven", "name": "org.apache.dubbo:dubbo" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "2.6.10.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2021-36163" ], "database_specific": { "cwe_ids": [ "CWE-502" ], "github_reviewed": true, "github_reviewed_at": "2021-09-08T18:21:01Z", "nvd_published_at": "2021-09-07T10:15:00Z", "severity": "CRITICAL" }, "details": "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", "id": "GHSA-cpx9-4rwv-486v", "modified": "2021-09-15T18:29:58Z", "published": "2021-09-08T20:14:14Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-36163" }, { "type": "WEB", "url": "https://github.com/apache/dubbo/pull/8238" }, { "type": "PACKAGE", "url": "https://github.com/apache/dubbo" }, { "type": "WEB", "url": "https://github.com/apache/dubbo/releases/tag/dubbo-2.6.10.1" }, { "type": "WEB", "url": "https://github.com/apache/dubbo/releases/tag/dubbo-2.7.13" }, { "type": "WEB", "url": "https://lists.apache.org/thread.html/r8d0adc057bb15a37199502cc366f4b1164c9c536ce28e4defdb428c0%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": "Hessian protocol configuration vulnerability 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…