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-2025-3085

CVE-2025-3085: MongoDB Server Auth Bypass Vulnerability

CVE-2025-3085 is an authentication bypass flaw in MongoDB Server on Linux with TLS and CRL checking enabled. Attackers may exploit improper certificate validation. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-3085 Overview

A critical certificate validation bypass vulnerability exists in MongoDB Server running on Linux systems when TLS and CRL (Certificate Revocation List) revocation status checking is enabled. Under these specific conditions, the server fails to properly check the revocation status of intermediate certificates in the peer's certificate chain, potentially allowing connections using revoked certificates to be established.

This improper certificate validation (CWE-299) can lead to authentication bypass scenarios, particularly when MONGODB-X509 authentication is enabled. While MONGODB-X509 is not enabled by default, organizations using this authentication method are at significant risk. The vulnerability also impacts intra-cluster authentication, potentially compromising the security of MongoDB replica sets and sharded clusters.

Critical Impact

Attackers with access to revoked intermediate certificates could potentially authenticate to MongoDB servers or intercept intra-cluster communications, bypassing TLS security controls designed to prevent use of compromised certificates.

Affected Products

  • MongoDB Server v5.0 versions prior to 5.0.31
  • MongoDB Server v6.0 versions prior to 6.0.20
  • MongoDB Server v7.0 versions prior to 7.0.16
  • MongoDB Server v8.0 versions prior to 8.0.4

Discovery Timeline

  • April 1, 2025 - CVE-2025-3085 published to NVD
  • September 24, 2025 - Last updated in NVD database

Technical Details for CVE-2025-3085

Vulnerability Analysis

This vulnerability represents a significant flaw in MongoDB's TLS certificate chain validation logic on Linux systems. When CRL revocation checking is enabled, the server correctly validates the end-entity certificate's revocation status but fails to extend this validation to intermediate certificates in the chain.

The impact is particularly severe for deployments utilizing MONGODB-X509 client certificate authentication, where proper certificate chain validation is essential for security. An attacker possessing a client certificate signed by a revoked intermediate CA could potentially authenticate successfully, as the server would not detect that the intermediate certificate has been revoked.

The vulnerability requires a specific configuration to be exploitable: the MongoDB Server must be running on Linux, and CRL revocation status checking must be explicitly enabled. This configuration, while not the default, is commonly deployed in security-conscious environments that require comprehensive certificate validation.

Root Cause

The root cause lies in incomplete implementation of the certificate revocation checking logic within MongoDB's TLS subsystem on Linux platforms. While the server performs revocation status verification for leaf certificates, the code path responsible for validating intermediate certificates in the chain does not properly invoke CRL checking, creating a gap in the certificate validation process.

Attack Vector

This vulnerability is exploitable over the network without requiring authentication or user interaction. An attacker would need to obtain a valid client certificate that was signed by a now-revoked intermediate CA. Even though the intermediate CA's certificate has been added to the CRL, MongoDB would still accept connections using certificates signed by that intermediate.

The attack scenario involves:

  1. An intermediate CA certificate is compromised and subsequently revoked by the root CA
  2. The attacker possesses or obtains client certificates signed by this revoked intermediate
  3. Despite the intermediate being on the CRL, MongoDB accepts the client certificate as valid
  4. The attacker gains authenticated access to the MongoDB server or can establish trusted intra-cluster connections

The vulnerability mechanism involves the TLS handshake process where certificate chain validation occurs. When a client presents its certificate chain during authentication, MongoDB's validation logic on Linux systems checks the CRL for the client's leaf certificate but skips this check for intermediate certificates in the chain. This allows certificates signed by revoked intermediates to pass validation. For detailed technical information, refer to the MongoDB JIRA Issue SERVER-95445.

Detection Methods for CVE-2025-3085

Indicators of Compromise

  • Successful TLS connections from clients using certificates signed by intermediate CAs that appear on the configured CRL
  • Authentication successes for MONGODB-X509 users where the certificate chain includes revoked intermediates
  • Unexpected intra-cluster connections that should have been rejected based on certificate revocation policies
  • Log entries showing successful certificate validation for certificate chains that include known-revoked intermediate certificates

Detection Strategies

  • Audit MongoDB server logs for TLS connection events and cross-reference certificate chains against current CRLs
  • Implement external certificate chain validation before traffic reaches MongoDB to detect revoked intermediate certificates
  • Deploy network monitoring to identify connections using certificate chains that include certificates on published CRLs
  • Review authentication logs for MONGODB-X509 authentication successes and validate the complete certificate chain manually

Monitoring Recommendations

  • Enable verbose TLS logging in MongoDB to capture complete certificate chain information for each connection
  • Implement monitoring for the specific MongoDB versions affected by this vulnerability across your infrastructure
  • Set up alerts for authentication patterns that may indicate exploitation of certificate validation bypasses
  • Monitor CRL update processes to ensure revocation lists are current and properly distributed

How to Mitigate CVE-2025-3085

Immediate Actions Required

  • Upgrade MongoDB Server to patched versions: 5.0.31, 6.0.20, 7.0.16, or 8.0.4 depending on your deployment
  • Audit current TLS configurations to identify systems using CRL revocation checking on Linux platforms
  • Review certificate chains in use to identify any that may include previously revoked intermediate certificates
  • Consider temporarily implementing additional certificate validation at the application or network layer until patches are applied

Patch Information

MongoDB has released security patches addressing this vulnerability. Affected deployments should upgrade to the following minimum versions:

Current VersionUpgrade To
v5.0.x5.0.31 or later
v6.0.x6.0.20 or later
v7.0.x7.0.16 or later
v8.0.x8.0.4 or later

For complete details on the fix, refer to the MongoDB JIRA Issue SERVER-95445.

Workarounds

  • If immediate patching is not possible, consider implementing OCSP (Online Certificate Status Protocol) as an alternative revocation checking mechanism
  • Deploy a reverse proxy or TLS termination point that performs complete certificate chain validation including intermediate certificate revocation checking
  • Temporarily disable MONGODB-X509 authentication and use alternative authentication mechanisms until patching is complete
  • Implement network segmentation to limit exposure of vulnerable MongoDB instances while patches are being deployed
bash
# Verify current MongoDB version
mongod --version

# Check TLS and CRL configuration in mongod.conf
grep -A 10 "net:" /etc/mongod.conf | grep -E "tls|ssl|CRL"

# After upgrading, verify the new version
mongod --version

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMongodb

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-299
  • Vendor Resources
  • MongoDB JIRA Issue SERVER-95445
  • Related CVEs
  • CVE-2026-3431: SimStudio Auth Bypass Vulnerability

  • CVE-2024-6375: MongoDB Auth Bypass Vulnerability

  • CVE-2026-5170: MongoDB Server DoS Vulnerability

  • CVE-2026-4148: MongoDB Use-After-Free Vulnerability
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