Debian Package Tracker
Register | Log in
Subscribe

rabbitmq-server

AMQP server written in Erlang

Choose email to subscribe with

general
  • source: rabbitmq-server (main)
  • version: 4.0.5-6
  • maintainer: Debian OpenStack (DMD)
  • uploaders: Thomas Goirand [DMD] – James Page [DMD]
  • arch: all
  • std-ver: 4.6.2
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 3.7.8-4
  • o-o-sec: 3.8.2-1+deb10u2
  • oldstable: 3.8.9-3+deb11u1
  • old-sec: 3.8.9-3+deb11u1
  • stable: 3.10.8-1.1+deb12u1
  • stable-sec: 3.10.8-1.1+deb12u1
  • testing: 4.0.5-6
  • unstable: 4.0.5-6
versioned links
  • 3.7.8-4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3.8.2-1+deb10u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3.8.9-3+deb11u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3.10.8-1.1+deb12u1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 4.0.5-6: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • rabbitmq-server (3 bugs: 0, 3, 0, 0)
action needed
A new upstream version is available: 4.1.2 high
A new upstream version 4.1.2 is available, you should consider packaging it.
Created: 2024-12-17 Last update: 2025-07-16 03:03
1 security issue in trixie high

There is 1 open security issue in trixie.

1 important issue:
  • CVE-2025-50200: RabbitMQ is a messaging and streaming broker. In versions 3.13.7 and prior, RabbitMQ is logging authorization headers in plaintext encoded in base64. When querying RabbitMQ api with HTTP/s with basic authentication it creates logs with all headers in request, including authorization headers which show base64 encoded username:password. This is easy to decode and afterwards could be used to obtain control to the system depending on credentials. This issue has been patched in version 4.0.8.
Created: 2025-06-19 Last update: 2025-07-01 04:00
1 security issue in sid high

There is 1 open security issue in sid.

1 important issue:
  • CVE-2025-50200: RabbitMQ is a messaging and streaming broker. In versions 3.13.7 and prior, RabbitMQ is logging authorization headers in plaintext encoded in base64. When querying RabbitMQ api with HTTP/s with basic authentication it creates logs with all headers in request, including authorization headers which show base64 encoded username:password. This is easy to decode and afterwards could be used to obtain control to the system depending on credentials. This issue has been patched in version 4.0.8.
Created: 2025-06-19 Last update: 2025-07-01 04:00
7 security issues in bullseye high

There are 7 open security issues in bullseye.

1 important issue:
  • CVE-2025-50200: RabbitMQ is a messaging and streaming broker. In versions 3.13.7 and prior, RabbitMQ is logging authorization headers in plaintext encoded in base64. When querying RabbitMQ api with HTTP/s with basic authentication it creates logs with all headers in request, including authorization headers which show base64 encoded username:password. This is easy to decode and afterwards could be used to obtain control to the system depending on credentials. This issue has been patched in version 4.0.8.
6 issues postponed or untriaged:
  • CVE-2018-1279: (needs triaging) Pivotal RabbitMQ for PCF, all versions, uses a deterministically generated cookie that is shared between all machines when configured in a multi-tenant cluster. A remote attacker who can gain information about the network topology can guess this cookie and, if they have access to the right ports on any server in the MQ cluster can use this cookie to gain full control over the entire cluster.
  • CVE-2021-22116: (needs triaging) RabbitMQ all versions prior to 3.8.16 are prone to a denial of service vulnerability due to improper input validation in AMQP 1.0 client connection endpoint. A malicious user can exploit the vulnerability by sending malicious AMQP messages to the target RabbitMQ instance having the AMQP 1.0 plugin enabled.
  • CVE-2021-32718: (needs triaging) RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.17, a new user being added via management UI could lead to the user's bane being rendered in a confirmation message without proper `<script>` tag sanitization, potentially allowing for JavaScript code execution in the context of the page. In order for this to occur, the user must be signed in and have elevated permissions (other user management). The vulnerability is patched in RabbitMQ 3.8.17. As a workaround, disable `rabbitmq_management` plugin and use CLI tools for management operations and Prometheus and Grafana for metrics and monitoring.
  • CVE-2021-32719: (needs triaging) RabbitMQ is a multi-protocol messaging broker. In rabbitmq-server prior to version 3.8.18, when a federation link was displayed in the RabbitMQ management UI via the `rabbitmq_federation_management` plugin, its consumer tag was rendered without proper <script> tag sanitization. This potentially allows for JavaScript code execution in the context of the page. The user must be signed in and have elevated permissions (manage federation upstreams and policies) for this to occur. The vulnerability is patched in RabbitMQ 3.8.18. As a workaround, disable the `rabbitmq_federation_management` plugin and use [CLI tools](https://www.rabbitmq.com/cli.html) instead.
  • CVE-2022-31008: (needs triaging) RabbitMQ is a multi-protocol messaging and streaming broker. In affected versions the shovel and federation plugins perform URI obfuscation in their worker (link) state. The encryption key used to encrypt the URI was seeded with a predictable secret. This means that in case of certain exceptions related to Shovel and Federation plugins, reasonably easily deobfuscatable data could appear in the node log. Patched versions correctly use a cluster-wide secret for that purpose. This issue has been addressed and Patched versions: `3.10.2`, `3.9.18`, `3.8.32` are available. Users unable to upgrade should disable the Shovel and Federation plugins.
  • CVE-2025-30219: (postponed; to be fixed through a stable update) RabbitMQ is a messaging and streaming broker. Versions prior to 4.0.3 are vulnerable to a sophisticated attack that could modify virtual host name on disk and then make it unrecoverable (with other on disk file modifications) can lead to arbitrary JavaScript code execution in the browsers of management UI users. When a virtual host on a RabbitMQ node fails to start, recent versions will display an error message (a notification) in the management UI. The error message includes virtual host name, which was not escaped prior to open source RabbitMQ 4.0.3 and Tanzu RabbitMQ 4.0.3, 3.13.8. An attack that both makes a virtual host fail to start and creates a new virtual host name with an XSS code snippet or changes the name of an existing virtual host on disk could trigger arbitrary JavaScript code execution in the management UI (the user's browser). Open source RabbitMQ `4.0.3` and Tanzu RabbitMQ `4.0.3` and `3.13.8` patch the issue.
Created: 2025-06-19 Last update: 2025-07-01 04:00
2 security issues in bookworm high

There are 2 open security issues in bookworm.

1 important issue:
  • CVE-2025-50200: RabbitMQ is a messaging and streaming broker. In versions 3.13.7 and prior, RabbitMQ is logging authorization headers in plaintext encoded in base64. When querying RabbitMQ api with HTTP/s with basic authentication it creates logs with all headers in request, including authorization headers which show base64 encoded username:password. This is easy to decode and afterwards could be used to obtain control to the system depending on credentials. This issue has been patched in version 4.0.8.
1 issue left for the package maintainer to handle:
  • CVE-2025-30219: (needs triaging) RabbitMQ is a messaging and streaming broker. Versions prior to 4.0.3 are vulnerable to a sophisticated attack that could modify virtual host name on disk and then make it unrecoverable (with other on disk file modifications) can lead to arbitrary JavaScript code execution in the browsers of management UI users. When a virtual host on a RabbitMQ node fails to start, recent versions will display an error message (a notification) in the management UI. The error message includes virtual host name, which was not escaped prior to open source RabbitMQ 4.0.3 and Tanzu RabbitMQ 4.0.3, 3.13.8. An attack that both makes a virtual host fail to start and creates a new virtual host name with an XSS code snippet or changes the name of an existing virtual host on disk could trigger arbitrary JavaScript code execution in the management UI (the user's browser). Open source RabbitMQ `4.0.3` and Tanzu RabbitMQ `4.0.3` and `3.13.8` patch the issue.

You can find information about how to handle this issue in the security team's documentation.

Created: 2025-03-26 Last update: 2025-07-01 04:00
lintian reports 5 errors and 35 warnings high
Lintian reports 5 errors and 35 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2025-06-27 Last update: 2025-06-27 00:03
Does not build reproducibly during testing normal
A package building reproducibly enables third parties to verify that the source matches the distributed binaries. It has been identified that this source package produced different results, failed to build or had other issues in a test environment. Please read about how to improve the situation!
Created: 2023-12-01 Last update: 2025-07-16 00:02
9 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit d298d090c45c9240e49357bb6a516c649fe7b48b
Merge: d1e96a2 a86223c
Author: Thomas Goirand <zigo@debian.org>
Date:   Mon Jun 30 09:26:17 2025 +0000

    Merge branch 'salsa-rabbit-add-dep8' into 'debian/epoxy'
    
    Add DEP8 tests
    
    See merge request openstack-team/third-party/rabbitmq-server!10

commit a86223ca6f8e2fb4c87a9790ea56cc61715f85ce
Author: Andreas Hasenack <andreas.hasenack@canonical.com>
Date:   Fri Jun 27 14:32:06 2025 -0300

    Missing set -e to catch errors

commit 7b50909953c6d9a4d24978017889b15795786f40
Author: Andreas Hasenack <andreas.hasenack@canonical.com>
Date:   Tue Jun 24 17:38:54 2025 -0300

    d/t/publish-subscribe: Check use of JSON formatter.
    
    This will test #1108307

commit 56c4e377ca5f7d6f17eb3e26be4c1605d93ea093
Author: Andreas Hasenack <andreas.hasenack@canonical.com>
Date:   Wed Jun 25 11:42:33 2025 -0300

    Add debian/salsa-ci.yml

commit 6b3c9c7a8b1390363aa20a505e4a38b725e456f4
Author: Andreas Hasenack <andreas.hasenack@canonical.com>
Date:   Wed Jun 25 11:47:21 2025 -0300

    d/t/smoke-test: remove unnecessary redirection and shell set

commit f2698109acf655ba93826a0918e23ceb14af94b6
Author: Andreas Hasenack <andreas.hasenack@canonical.com>
Date:   Wed Jun 25 11:47:01 2025 -0300

    Add d/t/rpc DEP8 test

commit 1fa45c01ad0ea539e8bb08adb0d216d2adad70a8
Author: Andreas Hasenack <andreas.hasenack@canonical.com>
Date:   Wed Jun 25 11:46:42 2025 -0300

    Add d/t/publish-subscribe DEP8 test

commit c237860d509c58d035458332970f39260f64a3b2
Author: Andreas Hasenack <andreas.hasenack@canonical.com>
Date:   Wed Jun 25 11:46:14 2025 -0300

    Add d/t/work-queue DEP8 test

commit 77862853345dbba0dbea7150e399597273cff32e
Author: Andreas Hasenack <andreas.hasenack@canonical.com>
Date:   Wed Jun 25 11:45:36 2025 -0300

    Add d/t/hello-world DEP8 test


https://salsa.debian.org/api/v4/projects/openstack-team%2Fthird-party%2Frabbitmq-server API request failed: 502 Bad Gateway at /srv/qa.debian.org/data/vcswatch/vcswatch line 408.
Created: 2025-06-30 Last update: 2025-07-15 01:03
debian/patches: 2 patches to forward upstream low

Among the 3 debian patches available in version 4.0.5-6 of the package, we noticed the following issues:

  • 2 patches where the metadata indicates that the patch has not yet been forwarded upstream. You should either forward the patch upstream or update the metadata to document its real status.
Created: 2023-02-26 Last update: 2025-06-26 22:33
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.2 instead of 4.6.2).
Created: 2022-05-11 Last update: 2025-06-26 18:53
news
[rss feed]
  • [2025-07-01] rabbitmq-server 4.0.5-6 MIGRATED to testing (Debian testing watch)
  • [2025-06-26] Accepted rabbitmq-server 4.0.5-6 (source) into unstable (Thomas Goirand)
  • [2025-06-03] rabbitmq-server 4.0.5-5 MIGRATED to testing (Debian testing watch)
  • [2025-05-27] Accepted rabbitmq-server 4.0.5-5 (source) into unstable (Thomas Goirand)
  • [2025-05-13] Accepted rabbitmq-server 4.0.5-4 (source) into unstable (Thomas Goirand)
  • [2025-03-16] rabbitmq-server 4.0.5-3 MIGRATED to testing (Debian testing watch)
  • [2025-03-10] Accepted rabbitmq-server 4.0.5-3 (source) into unstable (Thomas Goirand)
  • [2025-03-09] rabbitmq-server 4.0.5-2 MIGRATED to testing (Debian testing watch)
  • [2025-01-20] Accepted rabbitmq-server 4.0.5-2 (source) into unstable (Thomas Goirand)
  • [2024-12-17] Accepted rabbitmq-server 4.0.5-1 (source) into unstable (Thomas Goirand)
  • [2024-12-08] rabbitmq-server 3.10.8-4 MIGRATED to testing (Debian testing watch)
  • [2024-12-02] Accepted rabbitmq-server 3.10.8-4 (source) into unstable (Thomas Goirand)
  • [2024-10-04] Accepted rabbitmq-server 3.12.1-1.1 (source) into experimental (Michael Biebl)
  • [2023-12-13] Accepted rabbitmq-server 3.8.2-1+deb10u2 (source) into oldoldstable (Markus Koschany)
  • [2023-12-13] Accepted rabbitmq-server 3.8.9-3+deb11u1 (source) into oldstable-proposed-updates (Debian FTP Masters) (signed by: Thomas Goirand)
  • [2023-12-02] Accepted rabbitmq-server 3.10.8-1.1+deb12u1 (source) into proposed-updates (Debian FTP Masters) (signed by: Thomas Goirand)
  • [2023-12-01] Accepted rabbitmq-server 3.8.9-3+deb11u1 (source) into oldstable-security (Debian FTP Masters) (signed by: Thomas Goirand)
  • [2023-12-01] Accepted rabbitmq-server 3.10.8-1.1+deb12u1 (source) into stable-security (Debian FTP Masters) (signed by: Thomas Goirand)
  • [2023-11-29] rabbitmq-server 3.10.8-3 MIGRATED to testing (Debian testing watch)
  • [2023-11-27] Accepted rabbitmq-server 3.10.8-3 (source) into unstable (Thomas Goirand)
  • [2023-08-29] rabbitmq-server 3.10.8-2 MIGRATED to testing (Debian testing watch)
  • [2023-08-24] Accepted rabbitmq-server 3.10.8-2 (source) into unstable (Thomas Goirand)
  • [2023-07-18] Accepted rabbitmq-server 3.12.1-1 (source) into experimental (James Page)
  • [2023-07-11] Accepted rabbitmq-server 3.8.2-1+deb10u1 (source) into oldoldstable (Markus Koschany)
  • [2022-10-20] rabbitmq-server 3.10.8-1.1 MIGRATED to testing (Debian testing watch)
  • [2022-10-15] Accepted rabbitmq-server 3.10.8-1.1 (source) into unstable (Michael Biebl)
  • [2022-10-04] rabbitmq-server 3.10.8-1 MIGRATED to testing (Debian testing watch)
  • [2022-09-28] Accepted rabbitmq-server 3.10.8-1 (source) into unstable (Thomas Goirand)
  • [2022-02-28] rabbitmq-server 3.9.13-1 MIGRATED to testing (Debian testing watch)
  • [2022-02-23] Accepted rabbitmq-server 3.9.13-1 (source) into unstable (Thomas Goirand)
  • 1
  • 2
bugs [bug history graph]
  • all: 5
  • RC: 0
  • I&N: 5
  • M&W: 0
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian (5, 35)
  • buildd: logs, reproducibility
  • popcon
  • browse source code
  • edit tags
  • other distros
  • security tracker
  • screenshots
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 4.0.5-6ubuntu1
  • 20 bugs
  • patches for 4.0.5-6ubuntu1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing