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
    • 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-2020-5419

CVE-2020-5419: Broadcom RabbitMQ Server RCE Vulnerability

CVE-2020-5419 is a Windows-specific binary planting RCE flaw in Broadcom RabbitMQ Server that enables arbitrary code execution through local binary hijacking. This article covers technical details, affected versions, and mitigation.

Published: March 4, 2026

CVE-2020-5419 Overview

CVE-2020-5419 is a Windows-specific binary planting security vulnerability affecting RabbitMQ versions 3.8.x prior to 3.8.7. This vulnerability allows an attacker with write privileges to the RabbitMQ installation directory and local access on Windows to carry out a local binary hijacking (planting) attack and execute arbitrary code. Binary planting attacks exploit the Windows DLL search order mechanism to load malicious binaries instead of legitimate ones.

Critical Impact

An attacker with local access and write privileges to the RabbitMQ installation directory on Windows systems can achieve arbitrary code execution through binary hijacking, potentially compromising the entire messaging infrastructure.

Affected Products

  • Broadcom RabbitMQ Server versions 3.8.x prior to 3.8.7
  • Pivotal Software RabbitMQ versions 3.8.x prior to 3.8.7

Discovery Timeline

  • August 31, 2020 - CVE-2020-5419 published to NVD
  • April 2, 2025 - Last updated in NVD database

Technical Details for CVE-2020-5419

Vulnerability Analysis

This vulnerability is classified under CWE-427 (Uncontrolled Search Path Element), which describes a class of vulnerabilities where an application searches for critical resources using an externally-supplied search path that can point to resources outside of the intended control sphere. In the case of RabbitMQ on Windows, the application fails to properly secure the search path used when loading executable binaries or DLLs.

The attack requires local access to the target Windows system and write permissions to the RabbitMQ installation directory. This combination of prerequisites means that while exploitation is not trivial, once achieved, the impact is significant as it allows for complete code execution within the context of the RabbitMQ service.

Root Cause

The root cause of CVE-2020-5419 lies in inadequate path validation and insecure search path configuration within the RabbitMQ Windows installation. When RabbitMQ loads certain binaries or DLLs during operation, it does not properly restrict the search path, allowing an attacker who can write to the installation directory to place a malicious binary that will be loaded instead of or before the legitimate one.

This type of vulnerability typically occurs when:

  • The application searches for DLLs in the current working directory or application directory before system directories
  • Installation directory permissions are not properly restricted
  • The application does not use absolute paths for loading critical binaries

Attack Vector

The attack vector for CVE-2020-5419 requires local access to the Windows system hosting RabbitMQ. An attacker must have write privileges to the RabbitMQ installation directory. The attack proceeds as follows:

  1. The attacker gains local access to the target Windows machine running RabbitMQ
  2. The attacker identifies the RabbitMQ installation directory and confirms write permissions
  3. The attacker crafts a malicious binary with the same name as a legitimate binary that RabbitMQ loads during operation
  4. The attacker places this malicious binary in the RabbitMQ installation directory
  5. When RabbitMQ starts or performs certain operations, it loads the malicious binary instead of the legitimate one
  6. The attacker's code executes with the privileges of the RabbitMQ service

The binary planting technique exploits the Windows DLL/executable search order to achieve code execution without modifying any legitimate RabbitMQ files. For detailed technical information, refer to the VMware Security Advisory.

Detection Methods for CVE-2020-5419

Indicators of Compromise

  • Unexpected executable files or DLLs appearing in the RabbitMQ installation directory
  • File modification timestamps on binaries that don't align with legitimate updates
  • Suspicious process execution originating from the RabbitMQ installation path
  • Unusual network connections or behavior from the RabbitMQ service process

Detection Strategies

  • Monitor file system activity in the RabbitMQ installation directory for new or modified executable files
  • Implement file integrity monitoring (FIM) on the RabbitMQ installation directory to detect unauthorized changes
  • Review Windows Security Event logs for suspicious process creation events associated with the RabbitMQ service
  • Audit user accounts with write access to the RabbitMQ installation directory

Monitoring Recommendations

  • Enable detailed Windows audit logging for file creation and modification in the RabbitMQ installation path
  • Configure SIEM rules to alert on unexpected binary files in application directories
  • Implement endpoint detection and response (EDR) solutions to monitor for DLL hijacking patterns
  • Regularly audit directory permissions for the RabbitMQ installation folder

How to Mitigate CVE-2020-5419

Immediate Actions Required

  • Upgrade RabbitMQ to version 3.8.7 or later immediately
  • Audit and restrict write permissions on the RabbitMQ installation directory to only essential administrative accounts
  • Review all files in the RabbitMQ installation directory for unexpected or unauthorized binaries
  • Implement the principle of least privilege for accounts with access to RabbitMQ servers

Patch Information

VMware has released a security patch addressing this vulnerability in RabbitMQ version 3.8.7. Organizations should upgrade to version 3.8.7 or later to remediate this vulnerability. The security advisory and patch information can be found at the VMware Security Advisory.

Workarounds

  • Restrict write access to the RabbitMQ installation directory to only trusted administrators
  • Implement Windows Software Restriction Policies (SRP) or AppLocker rules to prevent unauthorized executable execution from the installation directory
  • Enable Windows Defender Application Control to whitelist only legitimate RabbitMQ binaries
  • Regularly audit file system permissions and user access to the RabbitMQ installation path
bash
# Restrict permissions on RabbitMQ installation directory (PowerShell)
# Replace with your actual RabbitMQ installation path
$rabbitPath = "C:\Program Files\RabbitMQ Server\rabbitmq_server-3.8.x"
icacls $rabbitPath /inheritance:r
icacls $rabbitPath /grant:r "SYSTEM:(OI)(CI)F"
icacls $rabbitPath /grant:r "Administrators:(OI)(CI)F"
icacls $rabbitPath /grant:r "BUILTIN\Users:(OI)(CI)RX"

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechRabbitmq Server

  • SeverityMEDIUM

  • CVSS Score6.7

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-427
  • Vendor Resources
  • VMware Security Advisory
  • Related CVEs
  • CVE-2021-22117: RabbitMQ Server Privilege Escalation Flaw
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