PatchSiren cyber security CVE debrief
CVE-2026-67415 rabbitmq CVE debrief
CVE-2026-67415 is a RabbitMQ vulnerability allowing an attacker with specific permissions to cause a denial of service by exhausting the node-wide atom table. This issue is fixed in RabbitMQ versions 4.2.9 and 4.3.3. The vulnerability affects RabbitMQ instances with the management and policymaker tags enabled, and defenders should prioritize patching to prevent potential denial-of-service attacks. The Shovel parameter parser in RabbitMQ converts attacker-controlled runtime parameter values into non-garbage-collected Erlang atoms before bounding them or checking a fixed allowlist.
- Vendor
- rabbitmq
- Product
- rabbitmq-server
- CVSS
- MEDIUM 5.9
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-25
- Original CVE updated
- 2026-09-25
- Advisory published
- 2026-09-25
- Advisory updated
- 2026-09-25
Who should care
RabbitMQ administrators and users with the management and policymaker tags should assess their exposure and prioritize patching to prevent potential denial-of-service attacks. Defenders should review RabbitMQ version and configuration, limit permissions for users with the management and policymaker tags, and monitor instances for unusual activity.
Why it matters
CVE-2026-67415 is a RabbitMQ vulnerability that can lead to a denial-of-service attack. Defenders should prioritize patching and review permissions to prevent potential attacks.
- Denial of service due to atom table exhaustion
- Potential for recurring atom pressure after restart without a live attacker connection
- Need to verify RabbitMQ version and configuration
- Requirement to limit permissions for users with the management and policymaker tags
Technical summary
The Shovel parameter parser in RabbitMQ converts attacker-controlled runtime parameter values into non-garbage-collected Erlang atoms before bounding them or checking a fixed allowlist. This can be exploited by an attacker with network access to the Management HTTP API, valid credentials, and permission to set Shovel runtime parameters on a vhost, leading to a denial-of-service attack. The vulnerability affects RabbitMQ instances with the management and policymaker tags enabled, and defenders should prioritize patching to prevent potential denial-of-service attacks.
Defensive priority
Defenders should prioritize patching RabbitMQ instances, especially those with the management and policymaker tags enabled, to prevent potential denial-of-service attacks.
Recommended defensive actions
- Patch RabbitMQ instances to versions 4.2.9 or 4.3.3
- Review and limit permissions for users with the management and policymaker tags
- Monitor RabbitMQ instances for unusual activity
- Verify RabbitMQ version and configuration
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its impact and fixed versions. However, additional information on potential exploitation or affected systems is limited. Defenders should verify RabbitMQ version and configuration, limit permissions for users with the management and policymaker tags, and monitor instances for unusual activity. The vulnerability can be exploited by an attacker with network access to the Management HTTP API, valid credentials, and permission to set Shovel runtime parameters on
Sources and references
Verified primary and authoritative sources
-
CVE-2026-67415 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-67415
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-67415 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-67415
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.2.9
-
Source reference
Unverified legacy reference
URL: https://github.com/rabbitmq/rabbitmq-server/releases/tag/v4.3.3
-
Source reference
Unverified legacy reference
URL: https://github.com/rabbitmq/rabbitmq-server/security/advisories/GHSA-8mpg-qw9r-m5cr
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.