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-2023-46118

CVE-2023-46118: VMware RabbitMQ DoS Vulnerability

CVE-2023-46118 is a denial of service flaw in VMware RabbitMQ HTTP API that allows authenticated attackers to crash nodes with oversized messages. This article covers technical details, affected versions, and patches.

Published: February 4, 2026

CVE-2023-46118 Overview

CVE-2023-46118 is a Denial of Service (DoS) vulnerability affecting RabbitMQ, a widely-used multi-protocol messaging and streaming broker. The vulnerability exists in the HTTP API, which fails to enforce an HTTP request body limit, allowing authenticated attackers to send extremely large messages that can overwhelm the target node and trigger an out-of-memory termination.

Critical Impact

An authenticated user with sufficient credentials can exploit this vulnerability to cause a complete denial of service on the RabbitMQ node by publishing very large messages via the HTTP API, potentially disrupting critical messaging infrastructure.

Affected Products

  • VMware RabbitMQ versions prior to 3.11.24
  • VMware RabbitMQ versions prior to 3.12.7

Discovery Timeline

  • October 25, 2023 - CVE-2023-46118 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-46118

Vulnerability Analysis

This vulnerability is classified as CWE-400 (Uncontrolled Resource Consumption), a resource exhaustion vulnerability that allows attackers to deplete system resources. The flaw stems from the RabbitMQ HTTP API's failure to impose size restrictions on incoming HTTP request bodies. When an authenticated attacker sends oversized message payloads through the management HTTP API, the server attempts to process and allocate memory for these requests without proper bounds checking. This behavior can rapidly consume available system memory, ultimately triggering the operating system's out-of-memory (OOM) killer mechanism to terminate the RabbitMQ process.

The attack requires authentication, meaning an attacker must possess valid credentials with permissions to publish messages via the HTTP API. While this requirement limits the attack surface, compromised credentials or malicious insiders could exploit this vulnerability to take down critical messaging infrastructure.

Root Cause

The root cause of CVE-2023-46118 lies in the absence of input validation and size limits on HTTP request bodies within the RabbitMQ HTTP API. The API accepts arbitrarily large payloads without enforcing reasonable boundaries, creating a resource exhaustion condition. This design oversight allows memory consumption to scale directly with the size of attacker-controlled input, enabling denial of service through resource depletion.

Attack Vector

The attack is network-based and requires authentication. An attacker with valid credentials can target the RabbitMQ HTTP API endpoint, typically accessible on port 15672 by default. By crafting HTTP POST requests with extremely large message bodies directed at message publishing endpoints, the attacker forces the server to allocate memory proportional to the payload size. Repeated requests or a single sufficiently large request can exhaust available memory, causing the Linux OOM killer or similar mechanism to terminate the RabbitMQ process.

The attack flow involves:

  1. Authenticating to the RabbitMQ HTTP API with valid credentials
  2. Sending HTTP POST requests with oversized payloads to message publishing endpoints
  3. Triggering memory exhaustion on the target node
  4. Causing process termination via the system's OOM killer

Detection Methods for CVE-2023-46118

Indicators of Compromise

  • Unusually large HTTP POST requests to the RabbitMQ management API (port 15672)
  • Sudden memory consumption spikes on RabbitMQ server nodes
  • OOM killer events in system logs referencing RabbitMQ processes
  • Unexpected RabbitMQ service restarts or terminations

Detection Strategies

  • Monitor HTTP request body sizes to the RabbitMQ management API and alert on anomalously large payloads
  • Implement network-level inspection to identify oversized HTTP requests targeting RabbitMQ endpoints
  • Configure system monitoring to detect rapid memory consumption patterns on nodes running RabbitMQ
  • Review authentication logs for suspicious API activity patterns from unusual accounts

Monitoring Recommendations

  • Enable detailed access logging for the RabbitMQ HTTP API to capture request metadata
  • Set up alerting thresholds for memory utilization on RabbitMQ nodes
  • Monitor system logs for OOM killer activity and correlate with RabbitMQ process terminations
  • Implement rate limiting and request size monitoring at load balancer or reverse proxy layers

How to Mitigate CVE-2023-46118

Immediate Actions Required

  • Upgrade RabbitMQ to version 3.11.24 or later for the 3.11.x branch
  • Upgrade RabbitMQ to version 3.12.7 or later for the 3.12.x branch
  • Review and restrict HTTP API access to only essential administrative accounts
  • Implement network-level controls to limit access to the RabbitMQ management API

Patch Information

VMware has released patched versions that address this vulnerability by implementing proper HTTP request body size limits. The fix is available in RabbitMQ versions 3.11.24 and 3.12.7. Organizations should update to these versions or later to remediate the vulnerability. Additional details are available in the GitHub Security Advisory GHSA-w6cq-9cf4-gqpg. Debian users should refer to Debian Security Advisory DSA-5571 and the Debian LTS Announcement for distribution-specific updates.

Workarounds

  • Place a reverse proxy or web application firewall in front of the RabbitMQ HTTP API to enforce request body size limits
  • Restrict network access to the management API by binding it to localhost or internal networks only
  • Implement strict credential management and limit the number of accounts with HTTP API publishing permissions
  • Configure resource limits and monitoring to detect and respond to memory exhaustion attempts

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechVmware Rabbitmq

  • SeverityMEDIUM

  • CVSS Score4.9

  • EPSS Probability0.20%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Technical References
  • Debian LTS Announcement

  • Debian Security Advisory DSA-5571
  • Vendor Resources
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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