Vulnerability Description
Zulip is an open-source team collaboration tool. Zulip Server installs RabbitMQ for internal message passing. In versions of Zulip Server prior to 4.9, the initial installation (until first reboot, or restart of RabbitMQ) does not successfully limit the default ports which RabbitMQ opens; this includes port 25672, the RabbitMQ distribution port, which is used as a management port. RabbitMQ's default "cookie" which protects this port is generated using a weak PRNG, which limits the entropy of the password to at most 36 bits; in practicality, the seed for the randomizer is biased, resulting in approximately 20 bits of entropy. If other firewalls (at the OS or network level) do not protect port 25672, a remote attacker can brute-force the 20 bits of entropy in the "cookie" and leverage it for arbitrary execution of code as the rabbitmq user. They can also read all data which is sent through RabbitMQ, which includes all message traffic sent by users. Version 4.9 contains a patch for this vulnerability. As a workaround, ensure that firewalls prevent access to ports 5672 and 25672 from outside the Zulip server.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Zulip | Zulip | < 4.9 |
Related Weaknesses (CWE)
References
- https://github.com/gteissier/erl-matterThird Party Advisory
- https://github.com/zulip/zulip/commit/a5496f4098e3998c9b84e8dc564aa983d6cdf6e8PatchThird Party Advisory
- https://github.com/zulip/zulip/releases/tag/4.9Release NotesThird Party Advisory
- https://github.com/zulip/zulip/security/advisories/GHSA-p663-wxvv-2fjpThird Party Advisory
- https://github.com/gteissier/erl-matterThird Party Advisory
- https://github.com/zulip/zulip/commit/a5496f4098e3998c9b84e8dc564aa983d6cdf6e8PatchThird Party Advisory
- https://github.com/zulip/zulip/releases/tag/4.9Release NotesThird Party Advisory
- https://github.com/zulip/zulip/security/advisories/GHSA-p663-wxvv-2fjpThird Party Advisory
FAQ
What is CVE-2021-43799?
CVE-2021-43799 is a vulnerability with a CVSS score of 8.6 (HIGH). Zulip is an open-source team collaboration tool. Zulip Server installs RabbitMQ for internal message passing. In versions of Zulip Server prior to 4.9, the initial installation (until first reboot, or...
How severe is CVE-2021-43799?
CVE-2021-43799 has been rated HIGH with a CVSS base score of 8.6/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2021-43799?
Check the references section above for vendor advisories and patch information. Affected products include: Zulip Zulip.