---
id: CVE-2026-82069
title: >-
  A security issue in MongoDB Server's query statistics serialization on the
  router allows users with monitoring privileges to access unredacted search
  query text from other users' operations
summary: >-
  A security issue in MongoDB Server's query statistics serialization on the
  router allows users with monitoring privileges to access unredacted search
  query text from other users' operations. An improper conditional check in the
  serializa…
severity: low
cvss: 2.7
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N'
cwe:
  - CWE-212
vendor: mongodb
product: mongodb
affected:
  - 'mongodb >= 8.3.0, < 8.3.9'
patched:
  - mongodb 8.3.9
published: '2026-09-08'
updated: '2026-09-16'
sourceUpdated: '2026-09-16T20:38:33.990'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-82069'
references:
  - url: 'https://jira.mongodb.org/browse/SERVER-132835'
    label: cna@mongodb.com
tags:
  - nvd
  - cve.org
epss: 0.00298
epssPercentile: 0.22727
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-08T17:52:44.414393Z'
ingestedAt: '2026-09-08T16:34:19.257Z'
---

## Overview

A security issue in MongoDB Server's query statistics serialization on the router allows users with monitoring privileges to access unredacted search query text from other users' operations. An improper conditional check in the serialization logic causes the data redaction mechanism to be bypassed when processing search queries through the sharded cluster router. This results in sensitive query literals being stored and made accessible through the query statistics interface.

## Affected

- `mongodb >= 8.3.0, < 8.3.9`

## Remediation

Upgrade past the affected range:

- `mongodb 8.3.9`
