Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2022-31008

CVE-2022-31008: RabbitMQ Information Disclosure Flaw

CVE-2022-31008 is an information disclosure vulnerability in Broadcom RabbitMQ Server affecting the Shovel and Federation plugins. This article covers the technical details, affected versions, impact, and mitigation.

Published: February 17, 2026

CVE-2022-31008 Overview

CVE-2022-31008 is a cryptographic vulnerability affecting RabbitMQ, a multi-protocol messaging and streaming broker. The Shovel and Federation plugins perform URI obfuscation in their worker (link) state, but 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, potentially exposing sensitive connection information.

Critical Impact

Sensitive URI data including credentials could be exposed through node logs due to weak encryption key seeding, allowing attackers with log access to deobfuscate connection strings.

Affected Products

  • Broadcom RabbitMQ Server (versions prior to 3.10.2)
  • Broadcom RabbitMQ Server (versions prior to 3.9.18)
  • VMware RabbitMQ (versions prior to 3.8.32)

Discovery Timeline

  • 2022-10-06 - CVE CVE-2022-31008 published to NVD
  • 2025-04-02 - Last updated in NVD database

Technical Details for CVE-2022-31008

Vulnerability Analysis

This vulnerability stems from insecure random number generation (CWE-330) and improper seeding of pseudo-random number generators (CWE-335). The Shovel and Federation plugins in RabbitMQ are designed to obfuscate sensitive URI information when storing connection state. However, the implementation used a predictable secret to seed the encryption key, fundamentally undermining the security of the obfuscation mechanism.

When certain exceptions occur within the Shovel and Federation plugins, the worker state—including the obfuscated URIs—may be written to node logs. Because the encryption key was derived from a predictable seed, an attacker with access to these logs could reverse the obfuscation process and recover the original URI data, which may contain authentication credentials and connection details.

Root Cause

The root cause of this vulnerability lies in the use of a predictable secret for seeding the encryption key used in URI obfuscation. Instead of using a cryptographically secure, cluster-wide secret, the affected versions used a value that could be determined or guessed by an attacker. This represents a fundamental cryptographic weakness where the security of the obfuscation depends on the secrecy of the seed, which was not adequately protected.

Attack Vector

The attack requires network access to obtain RabbitMQ node logs where the obfuscated URIs may be exposed during exception handling. An attacker who gains access to these logs—through log aggregation systems, backup files, or direct server access—can analyze the obfuscated data. Because the encryption seed is predictable, the attacker can reconstruct the encryption key and deobfuscate the URI data to recover sensitive connection credentials.

The vulnerability is exploitable without authentication to the RabbitMQ server itself, as the attack targets exposed log data rather than the running service. The attack requires no user interaction and affects confidentiality of sensitive connection information.

Detection Methods for CVE-2022-31008

Indicators of Compromise

  • Unusual access patterns to RabbitMQ log files or log aggregation systems
  • Evidence of log file exfiltration or unauthorized log access
  • Unexpected queries against centralized logging platforms for RabbitMQ-related entries
  • Signs of credential reuse or unauthorized access to systems using RabbitMQ federation credentials

Detection Strategies

  • Monitor file access logs for RabbitMQ node log files to detect unauthorized reads
  • Implement alerting on log aggregation system access patterns for RabbitMQ-related data
  • Review authentication logs for systems connected via Shovel or Federation plugins for signs of credential compromise
  • Audit access controls on systems that store or process RabbitMQ logs

Monitoring Recommendations

  • Enable comprehensive logging and monitoring on RabbitMQ server infrastructure
  • Implement file integrity monitoring on RabbitMQ log directories
  • Configure alerts for bulk log file access or export operations
  • Monitor for lateral movement following potential credential exposure from RabbitMQ connection URIs

How to Mitigate CVE-2022-31008

Immediate Actions Required

  • Upgrade RabbitMQ to patched versions: 3.10.2, 3.9.18, or 3.8.32 or later immediately
  • If unable to upgrade, disable the Shovel and Federation plugins until patching is possible
  • Review and rotate any credentials that may have been exposed through RabbitMQ logs
  • Audit access logs for RabbitMQ node logs to identify potential unauthorized access

Patch Information

Patched versions are available that correctly use a cluster-wide secret for URI obfuscation. Organizations should upgrade to RabbitMQ versions 3.10.2, 3.9.18, or 3.8.32 or later depending on their release branch. The fix is documented in the RabbitMQ GitHub Pull Request #4841. Additional details are available in the GitHub Security Advisory GHSA-v9gv-xp36-jgj8.

Workarounds

  • Disable the Shovel plugin by running rabbitmq-plugins disable rabbitmq_shovel if federation features are not required
  • Disable the Federation plugin by running rabbitmq-plugins disable rabbitmq_federation if not in use
  • Implement strict access controls on RabbitMQ log files and directories
  • Consider encrypting log storage and limiting retention of logs that may contain sensitive data
bash
# Disable vulnerable plugins as a workaround
rabbitmq-plugins disable rabbitmq_shovel
rabbitmq-plugins disable rabbitmq_federation

# Verify plugins are disabled
rabbitmq-plugins list --enabled

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechRabbitmq

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-330

  • CWE-335
  • Technical References
  • GitHub Security Advisory
  • Vendor Resources
  • GitHub Pull Request
  • Related CVEs
  • CVE-2025-50200: RabbitMQ Information Disclosure Flaw

  • CVE-2021-32719: RabbitMQ Management UI XSS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English