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-2024-3372

CVE-2024-3372: MongoDB Server DoS Vulnerability

CVE-2024-3372 is a denial of service flaw in MongoDB Server caused by improper metadata validation that disrupts BSON serialization. This article covers the technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2024-3372 Overview

CVE-2024-3372 is an improper input validation vulnerability affecting MongoDB Server that allows attackers to cause incorrect BSON (Binary JSON) serialization through specially crafted metadata input. This vulnerability can be exploited without authentication, potentially leading to denial of service conditions and unexpected application behavior, including the unavailability of serverStatus responses.

Critical Impact

Pre-authentication denial of service attack that can disrupt MongoDB server availability and monitoring capabilities without requiring any credentials.

Affected Products

  • MongoDB Server v7.0 versions prior to 7.0.6
  • MongoDB Server v6.0 versions prior to 6.0.14
  • MongoDB Server v5.0 versions prior to 5.0.25

Discovery Timeline

  • 2024-05-14 - CVE-2024-3372 published to NVD
  • 2025-09-22 - Last updated in NVD database

Technical Details for CVE-2024-3372

Vulnerability Analysis

This vulnerability stems from improper validation of metadata input within MongoDB Server's BSON serialization process. BSON is MongoDB's binary-encoded serialization format used to store documents and make remote procedure calls. When the server processes certain malformed metadata, it fails to correctly serialize the BSON data, leading to unexpected behavior.

The vulnerability is classified under CWE-20 (Improper Input Validation), indicating that the MongoDB server does not adequately validate certain input before processing. The pre-authentication nature of this vulnerability makes it particularly concerning, as attackers do not need valid credentials to trigger the flaw.

The attack can be performed remotely over the network without any user interaction required. When exploited, the vulnerability primarily impacts availability by causing the server to produce incorrect responses or become unresponsive to serverStatus queries, which are critical for monitoring and operational visibility.

Root Cause

The root cause is improper input validation (CWE-20) in the MongoDB server's metadata processing routines. The server fails to properly sanitize and validate certain metadata input parameters before attempting to serialize them into BSON format. This lack of validation allows malformed or specially crafted input to disrupt the serialization process.

Attack Vector

The attack is network-based and can be executed pre-authentication, meaning an attacker only needs network access to a vulnerable MongoDB instance to exploit this vulnerability. The attacker sends specially crafted metadata to the MongoDB server that triggers the improper BSON serialization behavior. This can result in denial of service conditions where the server fails to respond correctly to serverStatus requests or exhibits other unexpected behavior.

The vulnerability affects the server's ability to properly handle and serialize metadata, which is fundamental to MongoDB's internal operations. For technical details on the specific metadata handling issue, refer to the MongoDB Jira Issue SERVER-85263.

Detection Methods for CVE-2024-3372

Indicators of Compromise

  • Unexpected failures or timeouts when querying serverStatus from MongoDB instances
  • Abnormal BSON serialization errors in MongoDB server logs
  • Unusual network traffic patterns targeting MongoDB ports (default 27017) from unknown sources
  • Server log entries indicating metadata validation failures or serialization exceptions

Detection Strategies

  • Monitor MongoDB server logs for BSON serialization errors and metadata processing exceptions
  • Implement network intrusion detection rules to identify suspicious traffic patterns targeting MongoDB services
  • Configure alerting for serverStatus query failures or unexpected response patterns
  • Deploy application performance monitoring to detect abnormal MongoDB response times or availability issues

Monitoring Recommendations

  • Enable comprehensive MongoDB server logging and centralize logs for analysis
  • Set up automated alerts for availability issues with MongoDB serverStatus endpoints
  • Monitor network connections to MongoDB instances for unauthorized access attempts
  • Regularly audit MongoDB access logs for pre-authentication activity from suspicious sources

How to Mitigate CVE-2024-3372

Immediate Actions Required

  • Upgrade MongoDB Server v7.0.x to version 7.0.6 or later
  • Upgrade MongoDB Server v6.0.x to version 6.0.14 or later
  • Upgrade MongoDB Server v5.0.x to version 5.0.25 or later
  • Restrict network access to MongoDB instances using firewalls and access control lists

Patch Information

MongoDB has released patches addressing this vulnerability in the following versions:

  • MongoDB Server 7.0.6 (for 7.0.x branch)
  • MongoDB Server 6.0.14 (for 6.0.x branch)
  • MongoDB Server 5.0.25 (for 5.0.x branch)

Organizations should prioritize upgrading to these patched versions. Detailed information about the fix is available in the MongoDB Jira Issue SERVER-85263.

Workarounds

  • Implement network segmentation to limit exposure of MongoDB instances to trusted networks only
  • Deploy a web application firewall or network firewall to filter malicious traffic before it reaches MongoDB
  • Enable MongoDB authentication and authorization to add additional layers of protection
  • Consider using MongoDB's built-in IP binding configuration to restrict which network interfaces accept connections
bash
# Network restriction configuration example
# In mongod.conf, restrict binding to trusted interfaces only
net:
  bindIp: 127.0.0.1,192.168.1.100
  port: 27017

# Enable authentication
security:
  authorization: enabled

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechMongodb

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.38%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-20
  • Vendor Resources
  • MongoDB Jira Issue SERVER-85263
  • Related CVEs
  • CVE-2026-5170: MongoDB Server DoS Vulnerability

  • CVE-2026-4359: MongoDB C Driver DoS Vulnerability

  • CVE-2026-1849: MongoDB Server DOS Vulnerability

  • CVE-2026-25612: MongoDB Server DoS 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