CVE-2024-51988
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 · uneditedRabbitMQ is a feature rich, multi-protocol messaging and streaming broker. In affected versions queue deletion via the HTTP API was not verifying the `configure` permission of the user. Users who had all of the following: 1. Valid credentials, 2. Some permissions for the target virtual host & 3. HTTP API access. could delete queues it had no (deletion) permissions for. This issue has been addressed in version 3.12.11 of the open source rabbitMQ release and in versions 1.5.2, 3.13.0, and 4.0.0 of the tanzu release. Users are advised to upgrade. Users unable to upgrade may disable management plugin and use, for example, Prometheus and Grafana for monitoring.
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 confidenceRabbitMQ's HTTP API for queue deletion failed to verify the `configure` permission, allowing authenticated users with only basic virtual host access to delete queues they lacked deletion permissions for. This is an authorization bypass in the management API.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS 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
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/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.
-
Check RabbitMQ versionRun `rabbitmqctl status` or query the management API at `GET /api/overview` and look for the `rabbitmq_version` fieldAffected if Version is before 3.12.11, 3.13.0, or 4.0.0 (or Tanzu before 1.5.2)
-
Verify management plugin is enabledRun `rabbitmq-plugins list` and check if `rabbitmq_management` or `rabbitmq_management_agent` appears as enabled (E*)Affected if Management plugin is enabled and RabbitMQ version is vulnerable
-
Identify users with basic virtual host accessQuery the management API `GET /api/permissions` or run `rabbitmqctl list_permissions` and look for users granted only `.*` or basic access on a vhost without explicit delete permissionAffected if Users exist with read/write access to a vhost but lack explicit configure permission on specific queues
-
Check configure permission enforcement on queue deletionUse the management API to attempt a DELETE request to `/api/queues/{vhost}/{name}` with a test user who has only basic vhost permissions (read/write) but no configure permissionAffected if The API accepts the deletion request despite the user lacking configure permission on the queue
You are affected if running a vulnerable RabbitMQ version with the management plugin enabled and users have basic virtual host access without explicit configure permissions on queues.
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 · scopedUpgrade to RabbitMQ 3.12.11+, 3.13.0+, or 4.0.0+ (or Tanzu 1.5.2+). If upgrading is not feasible, disable the management plugin and use Prometheus/Grafana for monitoring instead.
RabbitMQ 3.12.11 (open source) or 1.5.2/3.13.0/4.0.0 (Tanzu)
- Identify your RabbitMQ deployment type (open source or Tanzu) and current version
- For open source RabbitMQ: upgrade to version 3.12.11 or later
- For Tanzu RabbitMQ: upgrade to version 1.5.2, 3.13.0, 4.0.0 or later depending on your Tanzu version track
- After upgrade, verify that queue deletion via HTTP API now correctly enforces configure permissions
- Alternatively, if upgrade is not immediately feasible: disable the management plugin and use Prometheus with Grafana for monitoring instead
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.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,880.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-51988 — 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-2024-51988 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