Apache Pulsar: Improper Authentication for Pulsar Proxy Statistics Endpoint
Description
Improper Authentication vulnerability in Apache Pulsar Proxy allows an attacker to connect to the /proxy-stats endpoint without authentication. The vulnerable endpoint exposes detailed statistics about live connections, along with the capability to modify the logging level of proxied connections without requiring proper authentication credentials.
This issue affects Apache Pulsar versions from 2.6.0 to 2.10.5, from 2.11.0 to 2.11.2, from 3.0.0 to 3.0.1, and 3.1.0.
The known risks include exposing sensitive information such as connected client IP and unauthorized logging level manipulation which could lead to a denial-of-service condition by significantly increasing the proxy's logging overhead. When deployed via the Apache Pulsar Helm chart within Kubernetes environments, the actual client IP might not be revealed through the load balancer's default behavior, which typically obscures the original source IP addresses when externalTrafficPolicy is being configured to "Cluster" by default. The /proxy-stats endpoint contains topic level statistics, however, in the default configuration, the topic level statistics aren't known to be exposed.
2.10 Pulsar Proxy users should upgrade to at least 2.10.6. 2.11 Pulsar Proxy users should upgrade to at least 2.11.3. 3.0 Pulsar Proxy users should upgrade to at least 3.0.2. 3.1 Pulsar Proxy users should upgrade to at least 3.1.1.
Users operating versions prior to those listed above should upgrade to the aforementioned patched versions or newer versions. Additionally, it's imperative to recognize that the Apache Pulsar Proxy is not intended for direct exposure to the internet. The architectural design of Pulsar Proxy assumes that it will operate within a secured network environment, safeguarded by appropriate perimeter defenses.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Apache Pulsar Proxy's /proxy-stats endpoint lacks authentication, exposing connection stats and allowing logging-level manipulation that can lead to DoS.
Vulnerability
Description
The /proxy-stats endpoint in Apache Pulsar Proxy is not protected by proper authentication, allowing an unauthenticated attacker to access detailed statistics about live connections and modify the logging level of proxied connections [1][3][4]. This issue affects Pulsar versions 2.6.0 through 2.10.5, 2.11.0 through 2.11.2, 3.0.0 through 3.0.1, and 3.1.0 [1][4].
Exploitation and
Attack Surface
An attacker who can reach the Pulsar Proxy network endpoint can query the /proxy-stats resource without any credentials. The endpoint exposes sensitive information such as connected client IP addresses and per-topic statistics. Additionally, an attacker can manipulate the logging level of proxied connections, which could significantly increase logging overhead and lead to a denial-of-service condition [1][3]. In Kubernetes deployments using the official Helm chart, the load balancer's default externalTrafficPolicy: Cluster obscures the original client IP, but the endpoint still exposes internal metadata [1][4].
Impact
Successful exploitation allows an unauthenticated remote attacker to obtain information about live clients (e.g., IP addresses) and to alter logging verbosity. The logging level manipulation can degrade proxy performance, potentially causing a denial of service due to excessive log output [1][3].
Mitigation
Users should upgrade to patched versions: 2.10.6, 2.11.3, 3.0.2, or 3.1.1 as appropriate [1][4]. The Apache Pulsar Proxy is designed to operate inside a secured network perimeter and should not be directly exposed to the internet; proper network segmentation reduces the attack surface [1][4].
AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
org.apache.pulsar:pulsar-proxyMaven | >= 2.6.0, < 2.10.6 | 2.10.6 |
org.apache.pulsar:pulsar-proxyMaven | >= 2.11.0, < 2.11.3 | 2.11.3 |
org.apache.pulsar:pulsar-proxyMaven | >= 3.0.0, < 3.0.2 | 3.0.2 |
org.apache.pulsar:pulsar-proxyMaven | >= 3.1.0, < 3.1.1 | 3.1.1 |
Affected products
3- Range: >=2.6.0 <=2.10.5 || >=2.11.0 <=2.11.2 || >=3.0.0 <=3.0.1 || =3.1.0
- Range: 2.6.0
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
6- github.com/advisories/GHSA-c35h-w8hj-mm55ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2022-34321ghsaADVISORY
- pulsar.apache.org/security/CVE-2022-34321/mitrevendor-advisory
- www.openwall.com/lists/oss-security/2024/03/12/8ghsaWEB
- lists.apache.org/thread/ods5tq2hpl390hvjnvxv0bcg4rfpgjj8ghsamailing-listWEB
- pulsar.apache.org/security/CVE-2022-34321ghsaWEB
News mentions
0No linked articles in our index yet.