CVE-2022-34321
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedImproper 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceApache Pulsar Proxy's /proxy-stats endpoint lacks authentication, allowing unauthenticated attackers to access detailed live connection statistics (including client IPs) and modify logging levels. The logging manipulation can be exploited for denial of service by overwhelming the proxy with excessive log output.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 2.6.0, < 2.10.6>= 2.11.0, < 2.11.3>= 3.0.0, < 3.0.2= 3.1.0CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Pulsar Proxy versionRun pulsar-admin proxy-stats version or check the Pulsar distribution version in the installation directory (e.g., ls pulsar/lib/pulsar-proxy-common or check conf/proxy.conf for version info)Affected if The installed version falls within >= 2.6.0 and < 2.10.6, OR >= 2.11.0 and < 2.11.3, OR >= 3.0.0 and < 3.0.2, OR = 3.1.0
-
Confirm proxy role is enabledCheck conf/proxy.conf or conf/broker.conf for 'proxyRoles' setting, or check if the process is running as proxy using ps aux | grep pulsar-proxyAffected if The proxy role is enabled and the instance is acting as a Pulsar Proxy
-
Verify /proxy-stats endpoint accessibilitySend an unauthenticated HTTP request to the proxy-stats endpoint: curl -s http://<proxy-host>:8080/proxy-stats or port 8080/8081 depending on configAffected if The endpoint returns statistics (connection details, client IPs, logging configuration) without requiring authentication credentials
-
Check network exposureReview firewall rules, load balancer config, or Kubernetes service definitions to determine if the proxy HTTP port (default 8080) is exposed to untrusted networks or the public internetAffected if The proxy HTTP port is directly accessible from untrusted networks or the internet without additional authentication or network-level access controls
You are affected if running a vulnerable Pulsar Proxy version AND the /proxy-stats endpoint is accessible without authentication from an untrusted network.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped2.10.62.11.33.0.2
Upgrade Pulsar Proxy to the patched version (2.10.6+, 2.11.3+, 3.0.2+, or 3.1.1+) and ensure the proxy is not directly exposed to the internet—operate within a secured network behind perimeter defenses.
Upgrade to 2.10.6+ (for 2.10.x branches), 2.11.3+ (for 2.11.x branches), 3.0.2+ (for 3.0.x branches), or 3.1.1+ (for 3.1.x)
- 1. Identify the currently running Apache Pulsar Proxy version using the Pulsar admin CLI: ` pulsar-admin versions ` or check the container/dashboard version.
- 2. Determine the appropriate upgrade path based on your current major version branch (2.10.x, 2.11.x, 3.0.x, or 3.1.x).
- 3. For 2.10.x versions: Plan upgrade from any version >= 2.6.0 and < 2.10.6 to version 2.10.6 or later.
- 4. For 2.11.x versions: Plan upgrade from any version >= 2.11.0 and < 2.11.3 to version 2.11.3 or later.
- 5. For 3.0.x versions: Plan upgrade from any version >= 3.0.0 and < 3.0.2 to version 3.0.2 or later.
- 6. For version 3.1.0: Plan upgrade to version 3.1.1 or later.
- 7. Before upgrading in production, test the new version in a staging environment to verify compatibility with your existing Pulsar cluster configuration and client applications.
- 8. Perform the upgrade following standard Pulsar rolling upgrade procedures, ensuring proper backup of configuration and state.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,560.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-34321 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2022-34321 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data