ghsa-3whx-qrj5-hh2h
Vulnerability from github
Published
2022-02-02 00:01
Modified
2022-02-11 17:07
Severity ?
Summary
Improper Input Validation in Apache Pulsar
Details
In Apache Pulsar it is possible to access data from BookKeeper that does not belong to the topics accessible by the authenticated user. The Admin API get-message-by-id requires the user to input a topic and a ledger id. The ledger id is a pointer to the data, and it is supposed to be a valid it for the topic. Authorisation controls are performed against the topic name and there is not proper validation the that ledger id is valid in the context of such ledger. So it may happen that the user is able to read from a ledger that contains data owned by another tenant. This issue affects Apache Pulsar Apache Pulsar version 2.8.0 and prior versions; Apache Pulsar version 2.7.3 and prior versions; Apache Pulsar version 2.6.4 and prior versions.
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "org.apache.pulsar:pulsar" }, "ranges": [ { "events": [ { "introduced": "0" }, { "last_affected": "2.6.4" } ], "type": "ECOSYSTEM" } ] }, { "database_specific": { "last_known_affected_version_range": "\u003c= 2.7.3" }, "package": { "ecosystem": "Maven", "name": "org.apache.pulsar:pulsar" }, "ranges": [ { "events": [ { "introduced": "2.7.0" }, { "fixed": "2.7.4" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Maven", "name": "org.apache.pulsar:pulsar" }, "ranges": [ { "events": [ { "introduced": "2.8.0" }, { "fixed": "2.8.1" } ], "type": "ECOSYSTEM" } ], "versions": [ "2.8.0" ] } ], "aliases": [ "CVE-2021-41571" ], "database_specific": { "cwe_ids": [ "CWE-20", "CWE-863" ], "github_reviewed": true, "github_reviewed_at": "2022-02-03T17:38:32Z", "nvd_published_at": "2022-02-01T13:15:00Z", "severity": "MODERATE" }, "details": "In Apache Pulsar it is possible to access data from BookKeeper that does not belong to the topics accessible by the authenticated user. The Admin API get-message-by-id requires the user to input a topic and a ledger id. The ledger id is a pointer to the data, and it is supposed to be a valid it for the topic. Authorisation controls are performed against the topic name and there is not proper validation the that ledger id is valid in the context of such ledger. So it may happen that the user is able to read from a ledger that contains data owned by another tenant. This issue affects Apache Pulsar Apache Pulsar version 2.8.0 and prior versions; Apache Pulsar version 2.7.3 and prior versions; Apache Pulsar version 2.6.4 and prior versions.", "id": "GHSA-3whx-qrj5-hh2h", "modified": "2022-02-11T17:07:14Z", "published": "2022-02-02T00:01:52Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-41571" }, { "type": "WEB", "url": "https://github.com/apache/pulsar/issues/11814" }, { "type": "WEB", "url": "https://github.com/apache/pulsar/pull/11852" }, { "type": "WEB", "url": "https://github.com/apache/pulsar/pull/11912" }, { "type": "WEB", "url": "https://github.com/apache/pulsar/pull/11913" }, { "type": "PACKAGE", "url": "https://github.com/apache/pulsar" }, { "type": "WEB", "url": "https://github.com/apache/pulsar/releases/tag/v2.7.4" }, { "type": "WEB", "url": "https://github.com/apache/pulsar/releases/tag/v2.8.1" }, { "type": "WEB", "url": "https://lists.apache.org/thread/8n3k7pvyh4cf9q2jfzb6pb32ync6xlvr" }, { "type": "WEB", "url": "https://pulsar.apache.org/admin-rest-api/#operation/getLastMessageId" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "type": "CVSS_V3" } ], "summary": "Improper Input Validation in Apache Pulsar" }
Loading...
Loading...
- 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.