Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:maven/org.apache.pulsar/pulsar@2.7.0
purl pkg:maven/org.apache.pulsar/pulsar@2.7.0
Next non-vulnerable version 2.10.4
Latest non-vulnerable version 2.11.1
Risk 4.5
Vulnerabilities affecting this package (8)
Vulnerability Summary Fixed by
VCID-1r2z-w7cc-myg3
Aliases:
CVE-2022-33683
GHSA-j3qw-g67q-7m64
Apache Pulsar Brokers and Proxies vulnerable to Improper Certificate Validation Apache Pulsar Brokers and Proxies create an internal Pulsar Admin Client that does not verify peer TLS certificates, even when tlsAllowInsecureConnection is disabled via configuration. The Pulsar Admin Client's intra-cluster and geo-replication HTTPS connections are vulnerable to man in the middle attacks, which could leak authentication data, configuration data, and any other data sent by these clients. An attacker can only take advantage of this vulnerability by taking control of a machine 'between' the client and the server. The attacker must then actively manipulate traffic to perform the attack. This issue affects Apache Pulsar Broker and Proxy versions 2.7.0 to 2.7.4; 2.8.0 to 2.8.3; 2.9.0 to 2.9.2; 2.10.0; 2.6.4 and earlier.
2.7.5
Affected by 1 other vulnerability.
2.8.4
Affected by 1 other vulnerability.
2.9.3
Affected by 1 other vulnerability.
2.10.1
Affected by 2 other vulnerabilities.
VCID-2swa-djjs-jkhk
Aliases:
CVE-2022-33682
GHSA-jvf3-mfxv-jcqr
Apache Pulsar Broker, Proxy, and WebSocket Proxy vulnerable to Improper Certificate Validation TLS hostname verification cannot be enabled in the Pulsar Broker's Java Client, the Pulsar Broker's Java Admin Client, the Pulsar WebSocket Proxy's Java Client, and the Pulsar Proxy's Admin Client leaving intra-cluster connections and geo-replication connections vulnerable to man in the middle attacks, which could leak credentials, configuration data, message data, and any other data sent by these clients. The vulnerability is for both the pulsar+ssl protocol and HTTPS. An attacker can only take advantage of this vulnerability by taking control of a machine 'between' the client and the server. The attacker must then actively manipulate traffic to perform the attack by providing the client with a cryptographically valid certificate for an unrelated host. This issue affects Apache Pulsar Broker, Proxy, and WebSocket Proxy versions 2.7.0 to 2.7.4; 2.8.0 to 2.8.3; 2.9.0 to 2.9.2; 2.10.0; 2.6.4 and earlier.
2.7.5
Affected by 1 other vulnerability.
2.8.4
Affected by 1 other vulnerability.
2.9.3
Affected by 1 other vulnerability.
2.10.1
Affected by 2 other vulnerabilities.
VCID-bsyh-2rap-33h2
Aliases:
CVE-2023-30429
GHSA-g9cv-v3v4-3h8r
Incorrect Authorization vulnerability in Apache Software Foundation Apache Pulsar. This issue affects Apache Pulsar: before 2.10.4, and 2.11.0. When a client connects to the Pulsar Function Worker via the Pulsar Proxy where the Pulsar Proxy uses mTLS authentication to authenticate with the Pulsar Function Worker, the Pulsar Function Worker incorrectly performs authorization by using the Proxy's role for authorization instead of the client's role, which can lead to privilege escalation, especially if the proxy is configured with a superuser role. The recommended mitigation for impacted users is to upgrade the Pulsar Function Worker to a patched version. 2.10 Pulsar Function Worker users should upgrade to at least 2.10.4. 2.11 Pulsar Function Worker users should upgrade to at least 2.11.1. 3.0 Pulsar Function Worker users are unaffected. Any users running the Pulsar Function Worker for 2.9.* and earlier should upgrade to one of the above patched versions.
2.10.4
Affected by 0 other vulnerabilities.
2.11.1
Affected by 0 other vulnerabilities.
VCID-p4nm-mzhn-r7eu
Aliases:
CVE-2022-33681
GHSA-c5fp-x2h5-vjv7
Pulsar: Improper Hostname Verification in Java Client and Proxy can expose authentication data via MITM
2.7.5
Affected by 1 other vulnerability.
2.8.4
Affected by 1 other vulnerability.
2.9.3
Affected by 1 other vulnerability.
2.10.1
Affected by 2 other vulnerabilities.
VCID-pypb-6zbf-6bfj
Aliases:
CVE-2022-33684
GHSA-5r3h-c3r7-9w4h
Apache Pulsar Disabled Certificate Validation for OAuth Client Credential Requests makes C++/Python Clients vulnerable to MITM attack The Apache Pulsar C++ Client does not verify peer TLS certificates when making HTTPS calls for the OAuth2.0 Client Credential Flow, even when `tlsAllowInsecureConnection` is disabled via configuration. This vulnerability allows an attacker to perform a man in the middle attack and intercept and/or modify the GET request that is sent to the `ClientCredentialFlow` "issuer url". The intercepted credentials can be used to acquire authentication data from the OAuth2.0 server to then authenticate with an Apache Pulsar cluster. An attacker can only take advantage of this vulnerability by taking control of a machine "between" the client and the server. The attacker must then actively manipulate traffic to perform the attack. The Apache Pulsar Python Client wraps the C++ client, so it is also vulnerable in the same way. This issue affects Apache Pulsar C++ Client and Python Client versions 2.7.0 to 2.7.4; 2.8.0 to 2.8.3; 2.9.0 to 2.9.2; 2.10.0 to 2.10.1; 2.6.4 and earlier. Any users running affected versions of the C++ Client or the Python Client should rotate vulnerable OAuth2.0 credentials, including `client_id` and `client_secret`. - 2.7 C++ and Python Client users should upgrade to 2.7.5 and rotate vulnerable OAuth2.0 credentials. - 2.8 C++ and Python Client users should upgrade to 2.8.4 and rotate vulnerable OAuth2.0 credentials. - 2.9 C++ and Python Client users should upgrade to 2.9.3 and rotate vulnerable OAuth2.0 credentials. - 2.10 C++ and Python Client users should upgrade to 2.10.2 and rotate vulnerable OAuth2.0 credentials. 3.0 C++ users are unaffected and 3.0 Python Client users will be unaffected when it is released. - Any users running the C++ and Python Client for 2.6 or less should upgrade to one of the above patched versions.
2.7.5
Affected by 1 other vulnerability.
2.8.4
Affected by 1 other vulnerability.
2.9.3
Affected by 1 other vulnerability.
2.10.2
Affected by 1 other vulnerability.
VCID-tgsv-dh9e-6fc3
Aliases:
CVE-2021-41571
GHSA-3whx-qrj5-hh2h
Incorrect Authorization 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.
2.7.3
Affected by 7 other vulnerabilities.
2.7.4
Affected by 6 other vulnerabilities.
2.8.1
Affected by 6 other vulnerabilities.
VCID-xdcg-jprt-4fbq
Aliases:
CVE-2022-24280
GHSA-3mg9-m3f6-v7fq
Proxy component of Apache Pulsar subject to abuse as Denial of Service endpoint Improper Input Validation vulnerability in Proxy component of Apache Pulsar allows an attacker to make TCP/IP connection attempts that originate from the Pulsar Proxy's IP address. When the Apache Pulsar Proxy component is used, it is possible to attempt to open TCP/IP connections to any IP address and port that the Pulsar Proxy can connect to. An attacker could use this as a way for DoS attacks that originate from the Pulsar Proxy's IP address. It hasn’t been detected that the Pulsar Proxy authentication can be bypassed. The attacker will have to have a valid token to a properly secured Pulsar Proxy. This issue affects Apache Pulsar Proxy versions 2.7.0 to 2.7.4; 2.8.0 to 2.8.2; 2.9.0 to 2.9.1; 2.6.4 and earlier.
2.7.5
Affected by 1 other vulnerability.
2.8.3
Affected by 5 other vulnerabilities.
2.9.2
Affected by 5 other vulnerabilities.
VCID-yc6n-551b-zycy
Aliases:
CVE-2021-22160
GHSA-3cv4-xxv7-934q
Improper Verification of Cryptographic Signature If Apache Pulsar is configured to authenticate clients using tokens based on JSON Web Tokens (JWT), the signature of the token is not validated if the algorithm of the presented token is set to "none". This allows an attacker to connect to Pulsar instances as any user (incl. admins).
2.7.2
Affected by 7 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-06-06T03:56:17.213305+00:00 GitLab Importer Affected by VCID-bsyh-2rap-33h2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.pulsar/pulsar/CVE-2023-30429.yml 38.6.0
2026-06-06T02:59:43.485574+00:00 GitLab Importer Affected by VCID-2swa-djjs-jkhk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.pulsar/pulsar/CVE-2022-33682.yml 38.6.0
2026-06-06T02:59:25.649027+00:00 GitLab Importer Affected by VCID-1r2z-w7cc-myg3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.pulsar/pulsar/CVE-2022-33683.yml 38.6.0
2026-06-06T02:59:04.676170+00:00 GitLab Importer Affected by VCID-p4nm-mzhn-r7eu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.pulsar/pulsar/CVE-2022-33681.yml 38.6.0
2026-06-06T00:43:40.381618+00:00 GitLab Importer Affected by VCID-yc6n-551b-zycy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.pulsar/pulsar/CVE-2021-22160.yml 38.6.0
2026-06-05T21:17:51.056668+00:00 GHSA Importer Affected by VCID-tgsv-dh9e-6fc3 https://github.com/advisories/GHSA-3whx-qrj5-hh2h 38.6.0
2026-06-05T17:13:04.459630+00:00 GitLab Importer Affected by VCID-pypb-6zbf-6bfj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.pulsar/pulsar/CVE-2022-33684.yml 38.6.0
2026-06-05T17:12:18.546642+00:00 GitLab Importer Affected by VCID-xdcg-jprt-4fbq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.pulsar/pulsar/CVE-2022-24280.yml 38.6.0
2026-06-02T04:41:09.195240+00:00 GitLab Importer Affected by VCID-tgsv-dh9e-6fc3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/maven/org.apache.pulsar/pulsar/CVE-2021-41571.yml 38.6.0