The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2025-50200

CVE-2025-50200: RabbitMQ Information Disclosure Flaw

CVE-2025-50200 is an information disclosure vulnerability in Broadcom RabbitMQ Server that logs authorization headers in plaintext base64, exposing credentials. This article covers technical details, affected versions, and mitigations.

Updated: January 22, 2026

CVE-2025-50200 Overview

CVE-2025-50200 is an information disclosure vulnerability in RabbitMQ, a widely-used messaging and streaming broker. The vulnerability exists in versions 3.13.7 and prior, where RabbitMQ improperly logs HTTP authorization headers in plaintext (base64 encoded) when the API is queried with HTTP/HTTPS using basic authentication. This logging behavior exposes sensitive credentials that can be easily decoded, potentially allowing attackers with log file access to obtain system control depending on the compromised credentials.

Critical Impact

Attackers with access to RabbitMQ log files can extract base64-encoded credentials, decode them trivially, and potentially gain unauthorized access to the messaging broker and connected systems.

Affected Products

  • Broadcom RabbitMQ Server versions 3.13.7 and prior
  • RabbitMQ installations using HTTP/HTTPS API with basic authentication
  • Systems with accessible RabbitMQ log files

Discovery Timeline

  • June 19, 2025 - CVE-2025-50200 published to NVD
  • August 6, 2025 - Last updated in NVD database

Technical Details for CVE-2025-50200

Vulnerability Analysis

This vulnerability falls under CWE-532 (Insertion of Sensitive Information into Log File), a common information disclosure weakness. When administrators or applications query the RabbitMQ API using HTTP or HTTPS with basic authentication, the server logs all request headers including the Authorization header. Basic authentication credentials are transmitted as base64-encoded username:password strings, which are trivially reversible. Any user or attacker with read access to these log files can extract and decode the credentials.

The local attack vector means that exploitation requires existing access to the system hosting RabbitMQ, either through legitimate means or prior compromise. However, the impact is significant as compromised RabbitMQ credentials could provide full administrative access to the messaging infrastructure, enabling attackers to intercept messages, modify routing, or disrupt critical business communications.

Root Cause

The root cause is improper handling of sensitive data in the logging subsystem. RabbitMQ's HTTP API handler logs complete request headers for debugging and audit purposes without filtering or masking the Authorization header. Base64 encoding provides no security as it is an encoding scheme, not encryption, and can be decoded instantly without any key material.

Attack Vector

The attack requires local access to the RabbitMQ server's log files. An attacker who has gained read access to the logging directory—whether through a separate vulnerability, misconfigured permissions, insider access, or log aggregation systems—can search for authorization headers in the logs. Once found, the base64-encoded credentials can be decoded using any standard base64 decoder. The attacker can then authenticate to the RabbitMQ API with the stolen credentials.

The exploitation flow involves:

  1. Obtaining read access to RabbitMQ log files
  2. Searching for HTTP request logs containing Authorization: Basic headers
  3. Extracting the base64-encoded credential string
  4. Decoding the base64 string to reveal username:password in plaintext
  5. Using the credentials to authenticate to the RabbitMQ management API

Detection Methods for CVE-2025-50200

Indicators of Compromise

  • Unexpected read access to RabbitMQ log files from unauthorized users or processes
  • Authentication events from unusual IP addresses or at unusual times
  • Log file access patterns indicating bulk reading or searching behavior
  • API access using credentials that have not been recently legitimately used

Detection Strategies

  • Monitor file system access to RabbitMQ log directories using auditd or similar tools
  • Implement alerting on RabbitMQ API authentication from unexpected source IPs
  • Review access control lists on log files and log aggregation systems
  • Enable security monitoring on systems with access to centralized logging platforms

Monitoring Recommendations

  • Configure file integrity monitoring on RabbitMQ log directories
  • Implement network-based monitoring for RabbitMQ management API access patterns
  • Audit user accounts with read access to RabbitMQ server file systems
  • Review authentication logs for credential reuse or suspicious login patterns

How to Mitigate CVE-2025-50200

Immediate Actions Required

  • Upgrade RabbitMQ to version 4.0.8 or later where this issue has been patched
  • Rotate all credentials used for RabbitMQ HTTP API basic authentication
  • Review and restrict file system permissions on RabbitMQ log directories
  • Audit access to centralized logging systems that may contain RabbitMQ logs

Patch Information

Broadcom has released RabbitMQ version 4.0.8 which addresses this vulnerability by properly masking or excluding authorization headers from log output. Organizations should upgrade to this version as soon as possible. For detailed patch information, refer to the GitHub Security Advisory.

Workarounds

  • Restrict log file access permissions to only essential administrative accounts
  • Consider switching to alternative authentication methods such as certificate-based authentication (mTLS) that do not use basic auth headers
  • Implement log rotation with secure deletion to minimize the exposure window of sensitive data
  • Isolate RabbitMQ servers and limit network access to management APIs
bash
# Restrict RabbitMQ log directory permissions
chmod 700 /var/log/rabbitmq
chown rabbitmq:rabbitmq /var/log/rabbitmq

# Verify current permissions
ls -la /var/log/rabbitmq/

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

  • SeverityMEDIUM

  • CVSS Score6.7

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-532
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2022-31008: 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