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-2026-8201

CVE-2026-8201: MongoDB Use-After-Free Vulnerability

CVE-2026-8201 is a use-after-free vulnerability in MongoDB's Field-Level Encryption query analysis component affecting mongocryptd and crypt_shared. This article covers technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2026-8201 Overview

CVE-2026-8201 is a use-after-free vulnerability [CWE-416] in MongoDB's Field-Level Encryption (FLE) query analysis component. The flaw affects client-side uses of mongocryptd and crypt_shared. An attacker who controls the structure of a client's FLE-related query can trigger memory corruption in the query analysis path.

The vulnerability impacts MongoDB Server's mongocryptd component across multiple release trains. Affected versions include 7.0 prior to 7.0.34, 8.0 prior to 8.0.23, 8.2 prior to 8.2.9, and 8.3 prior to 8.3.2. MongoDB tracks the issue as SERVER-122032.

Critical Impact

An attacker controlling FLE query structure can trigger use-after-free conditions, primarily affecting availability of the mongocryptd process with potential for limited confidentiality and integrity impact.

Affected Products

  • MongoDB Server mongocryptd v7.0 versions prior to 7.0.34
  • MongoDB Server mongocryptd v8.0 versions prior to 8.0.23
  • MongoDB Server mongocryptd v8.2 versions prior to 8.2.9 and v8.3 versions prior to 8.3.2

Discovery Timeline

  • 2026-05-13 - CVE-2026-8201 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-8201

Vulnerability Analysis

MongoDB Field-Level Encryption performs client-side encryption of sensitive document fields before data reaches the server. The mongocryptd daemon and the crypt_shared library handle query analysis. They determine which parts of a query reference encrypted fields and require cryptographic rewriting.

The vulnerability resides in this query analysis component. A use-after-free condition occurs when the analyzer references memory that has already been released during processing of a specifically structured FLE query. The flaw is categorized under CWE-416.

Exploitation requires the attacker to control the structure of an FLE-related query submitted through a client driver. The primary observable impact is on the availability of the analyzer process, with secondary potential for limited information disclosure or integrity effects depending on heap state at the time of the dangling reference.

Root Cause

The defect originates in object lifetime management within the FLE query analysis pipeline. A code path releases an internal allocation while another path retains and later dereferences a pointer to that freed region. MongoDB tracks the remediation under issue SERVER-122032.

Attack Vector

The attack vector is network-based but requires low privileges and control over query structure submitted to the client driver. Attack complexity is high, reflecting the need to shape an FLE query that reaches the vulnerable analyzer path. User interaction is not required. The vulnerability affects the mongocryptd or crypt_shared process running alongside the application, not the MongoDB Server mongod process directly. EPSS data places exploitation probability at 0.027%.

No public proof-of-concept code or exploit examples are available. Refer to the MongoDB advisory SERVER-122032 for vendor technical details.

Detection Methods for CVE-2026-8201

Indicators of Compromise

  • Unexpected crashes or abnormal termination of the mongocryptd process on application hosts using FLE
  • Repeated client driver errors referencing FLE query analysis failures or lost connections to mongocryptd
  • Anomalous FLE query patterns originating from application service accounts that deviate from baseline query shape

Detection Strategies

  • Monitor process exit codes and core dumps for mongocryptd and applications linking crypt_shared
  • Enable verbose logging on client drivers using FLE and alert on parser or analyzer errors
  • Correlate application-tier exceptions with mongocryptd restarts to identify potential exploitation attempts

Monitoring Recommendations

  • Track installed versions of mongocryptd and crypt_shared across the fleet to confirm patch status
  • Audit which application service accounts can submit FLE queries and review query structure logs
  • Forward mongocryptd process telemetry and application logs to a centralized analytics platform for correlation across hosts

How to Mitigate CVE-2026-8201

Immediate Actions Required

  • Upgrade mongocryptd and associated MongoDB Server components to 7.0.34, 8.0.23, 8.2.9, or 8.3.2 or later
  • Update the crypt_shared library deployed with client applications to the matching fixed release
  • Restrict which authenticated principals can submit FLE-enabled queries and validate query structure at the application layer

Patch Information

MongoDB has released fixed versions for each affected release train. Apply 7.0.34 for the 7.0 line, 8.0.23 for the 8.0 line, 8.2.9 for the 8.2 line, and 8.3.2 for the 8.3 line. Tracking and additional details are available in the MongoDB JIRA issue SERVER-122032.

Workarounds

  • Limit network exposure of mongocryptd to localhost or trusted application hosts only
  • Reduce the set of clients permitted to construct FLE queries until patches are deployed
  • Implement application-side validation that constrains FLE query shape to expected schemas

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechMongodb

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:L/VI:L/VA:H/SC:L/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-416
  • Vendor Resources
  • MongoDB JIRA Issue SERVER-122032
  • Related CVEs
  • CVE-2026-4148: MongoDB Use-After-Free Vulnerability

  • CVE-2024-8654: MongoDB Use-After-Free Vulnerability

  • CVE-2026-9100: MongoDB C Driver GridFS DOS Vulnerability

  • CVE-2026-8843: MongoDB Server DOS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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