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
    • 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-2025-6714

CVE-2025-6714: MongoDB Server DoS Vulnerability

CVE-2025-6714 is a denial of service vulnerability in MongoDB Server's mongos component that causes unresponsiveness to new connections. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 15, 2026

CVE-2025-6714 Overview

MongoDB Server's mongos component can become unresponsive to new connections due to incorrect handling of incomplete data. This vulnerability affects MongoDB when configured with load balancer support in sharded cluster deployments using HAProxy on specified ports. The flaw allows attackers to exhaust server resources by sending malformed or incomplete requests, effectively causing a denial of service condition.

Critical Impact

Network-accessible attackers can render MongoDB sharded clusters unresponsive by exploiting improper data handling in the mongos routing component, disrupting database availability for all connected applications.

Affected Products

  • MongoDB Server v6.0 prior to 6.0.23
  • MongoDB Server v7.0 prior to 7.0.20
  • MongoDB Server v8.0 prior to 8.0.9

Discovery Timeline

  • 2025-07-07 - CVE CVE-2025-6714 published to NVD
  • 2025-10-03 - Last updated in NVD database

Technical Details for CVE-2025-6714

Vulnerability Analysis

This vulnerability (classified as CWE-400: Uncontrolled Resource Consumption) exists in the mongos query router component of MongoDB sharded clusters. When load balancer support is enabled—typically through HAProxy integration—the mongos process incorrectly handles incomplete or malformed data streams from client connections.

The vulnerability specifically impacts environments where MongoDB sharded clusters are deployed behind a load balancer. In this configuration, the mongos component fails to properly timeout or terminate connections that send partial data, causing connection handlers to remain in a waiting state indefinitely. As these stalled connections accumulate, the mongos process exhausts its connection pool and available resources, eventually becoming unresponsive to legitimate new connection requests.

The attack can be executed remotely without authentication and requires no user interaction, making it particularly dangerous for internet-facing MongoDB deployments. Organizations using HAProxy or similar load balancers in front of their MongoDB sharded clusters are at elevated risk.

Root Cause

The root cause stems from improper input validation and resource management in the mongos component's connection handling logic. When operating behind a load balancer, the mongos process does not adequately enforce timeouts or resource limits on connections that transmit incomplete data packets. This allows malicious or malfunctioning clients to hold connections open indefinitely, consuming server resources without completing valid operations.

Attack Vector

The attack exploits the network-accessible mongos service by establishing connections through the load balancer and intentionally sending incomplete data. The attacker does not need valid credentials or specific privileges to exploit this vulnerability. By opening multiple connections and leaving data transmissions incomplete, an attacker can systematically exhaust the connection pool, causing the mongos instance to stop accepting new connections from legitimate clients.

The vulnerability requires the target MongoDB deployment to be configured with load balancer support for mongos using HAProxy. Without this specific configuration, the vulnerability is not exploitable.

Detection Methods for CVE-2025-6714

Indicators of Compromise

  • Unusual increase in stalled or long-lived connections to mongos instances
  • Connection pool exhaustion events in MongoDB logs
  • Sudden inability for applications to establish new connections to the sharded cluster
  • HAProxy health check failures for mongos backend servers
  • Elevated memory consumption on mongos processes without corresponding query activity

Detection Strategies

  • Monitor MongoDB connection metrics using db.serverStatus().connections for abnormal patterns in current and available connections
  • Configure alerting for mongos connection pool exhaustion thresholds
  • Implement network-level monitoring to detect connection flooding patterns targeting MongoDB ports
  • Review MongoDB logs for connection timeout and resource exhaustion warnings
  • Deploy SentinelOne Singularity to detect anomalous process behavior and resource consumption patterns

Monitoring Recommendations

  • Enable verbose logging on mongos instances to capture connection lifecycle events
  • Configure HAProxy to log detailed connection statistics and timeout events
  • Set up automated alerting when mongos connection counts approach configured limits
  • Implement regular health checks that verify new connections can be established successfully

How to Mitigate CVE-2025-6714

Immediate Actions Required

  • Upgrade MongoDB Server v6.0 to version 6.0.23 or later
  • Upgrade MongoDB Server v7.0 to version 7.0.20 or later
  • Upgrade MongoDB Server v8.0 to version 8.0.9 or later
  • Review HAProxy configurations for appropriate connection and timeout limits
  • Consider temporarily disabling load balancer support if not critical to operations

Patch Information

MongoDB has released security patches addressing this vulnerability. Refer to MongoDB Jira Issue SERVER-106753 for detailed information about the fix and release notes for the patched versions. Organizations should prioritize upgrading to the fixed versions: 6.0.23, 7.0.20, or 8.0.9 depending on their deployed major version.

Workarounds

  • Implement strict connection timeouts at the HAProxy layer to terminate incomplete connections
  • Configure rate limiting on the load balancer to prevent connection flooding
  • Restrict network access to mongos instances using firewall rules or security groups
  • Deploy additional mongos instances to increase overall connection capacity and resilience
  • Monitor and alert on connection metrics to enable rapid response to exploitation attempts
bash
# HAProxy configuration example for connection timeout protection
# Add to your HAProxy frontend or backend configuration for mongos
frontend mongodb_frontend
    bind *:27017
    mode tcp
    timeout client 30s
    timeout connect 10s
    default_backend mongos_servers

backend mongos_servers
    mode tcp
    timeout server 30s
    timeout check 5s
    server mongos1 192.168.1.10:27017 check inter 5s fall 3

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.07%

  • 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-400
  • Vendor Resources
  • MongoDB Jira Issue SERVER-106753
  • Related CVEs
  • CVE-2026-8063: MongoDB Server DoS Vulnerability

  • CVE-2026-6914: MongoDB Server DoS Vulnerability

  • CVE-2026-5170: MongoDB Server DoS Vulnerability

  • CVE-2026-4359: MongoDB C Driver 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