Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
Maven

CVE-2024-29834

MEDIUM

CVE-2024-29834 is a medium-severity (CVSS 6.4) vulnerability in org.apache.pulsar:pulsar-broker. O3 Security confirms whether CVE-2024-29834 is actually reachable in your code before you act, and blocks exploitation at runtime until you patch.

Apache Pulsar: Improper Authorization For Namespace and Topic Management Endpoints

Also known asGHSA-7mg2-6c6v-342r
Published
Apr 2, 2024
Updated
Jul 22, 2026
Affected
5 pkgs
Patched
2 / 5
Exploits
None indexed

Exploitation Status

No confirmed exploitation observed yet

  • CISA’s own triage has not observed active exploitation or public proof-of-concept code for this CVE as of its last assessment.

Exploitation and automatability from CISA’s SSVC triage for CVE-2024-29834.

Real-World Exposure

5 pkgs affected
org.apache.pulsar:pulsar-brokerorg.apache.pulsar:pulsar-brokerorg.apache.pulsar:pulsar-brokerorg.apache.pulsar:pulsar-brokerorg.apache.pulsar:pulsar-broker

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Maven packages — download data is not available via public APIs for these ecosystems.

Description

This vulnerability allows authenticated users with produce or consume permissions to perform unauthorized operations on partitioned topics, such as unloading topics and triggering compaction. These management operations should be restricted to users with the tenant admin role or superuser role. An authenticated user with produce permission can create subscriptions and update subscription properties on partitioned topics, even though this should be limited to users with consume permissions. This impact analysis assumes that Pulsar has been configured with the default authorization provider. For custom authorization providers, the impact could be slightly different. Additionally, the vulnerability allows an authenticated user to read, create, modify, and delete namespace properties in any namespace in any tenant. In Pulsar, namespace properties are reserved for user provided metadata about the namespace.

This issue affects Apache Pulsar versions from 2.7.1 to 2.10.6, from 2.11.0 to 2.11.4, from 3.0.0 to 3.0.3, from 3.1.0 to 3.1.3, and from 3.2.0 to 3.2.1.

3.0 Apache Pulsar users should upgrade to at least 3.0.4. 3.1 and 3.2 Apache Pulsar users should upgrade to at least 3.2.2.

Users operating versions prior to those listed above should upgrade to the aforementioned patched versions or newer versions.

Affected Packages

5 total 2 fixed
EcosystemPackageVulnerable rangeFix
Mavenorg.apache.pulsar:pulsar-broker2.7.1No fix
Mavenorg.apache.pulsar:pulsar-broker2.11.0No fix
Mavenorg.apache.pulsar:pulsar-broker3.0.0&&< 3.0.43.0.4
Mavenorg.apache.pulsar:pulsar-broker3.1.0No fix
Mavenorg.apache.pulsar:pulsar-broker3.2.0&&< 3.2.23.2.2

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for org.apache.pulsar:pulsar-broker. O3's reachability analysis confirms whether the vulnerable code path is actually invoked in your application, so you act on real exposure instead of every transitive match.

  2. Fix

    No patched version of org.apache.pulsar:pulsar-broker has shipped for CVE-2024-29834 yet. Where your build allows, override or pin the dependency away from the vulnerable range, and apply any maintainer-recommended mitigation.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 pinpoints whether CVE-2024-29834 is reachable in your code and exactly where to fix it, then blocks exploitation in production at runtime until the patched version is deployed.

Tailored to CVE-2024-29834. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

This vulnerability allows authenticated users with produce or consume permissions to perform unauthorized operations on partitioned topics, such as unloading topics and triggering compaction. These management operations should be restricted to users with the tenant admin role or superuser role. An authenticated user with produce permission can create subscriptions and update subscription properties on partitioned topics, even though this should be limited to users with consume permissions. This impact analysis assumes that Pulsar has been configured with the default authorization provider. For
O3 Security · Impact-Aware SCA

Is CVE-2024-29834 in your dependencies?

O3 detects CVE-2024-29834 across Maven dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.