---
id: CVE-2026-82053
title: >-
  A security issue exists in MongoDB's LDAP authorization integration where
  pooled LDAP connections can retain stale authentication identities after user
  authentication under certain configurations
summary: >-
  A security issue exists in MongoDB's LDAP authorization integration where
  pooled LDAP connections can retain stale authentication identities after user
  authentication under certain configurations. Subsequent authorization queries
  may exe…
severity: high
cvss: 8.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N'
cwe:
  - CWE-863
vendor: mongodb
product: mongodb
affected:
  - 'mongodb >= 7.0.0, < 7.0.41'
  - 'mongodb >= 8.0.0, < 8.0.30'
  - 'mongodb >= 8.2.0, <= 8.2.12'
  - 'mongodb >= 8.3.0, < 8.3.9'
  - mongodb = 9.0.0
patched:
  - mongodb 8.3.9
published: '2026-09-08'
updated: '2026-09-16'
sourceUpdated: '2026-09-16T20:40:31.170'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-82053'
references:
  - url: 'https://jira.mongodb.org/browse/SERVER-130785'
    label: cna@mongodb.com
tags:
  - nvd
  - cve.org
epss: 0.00412
epssPercentile: 0.32678
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-09T00:00:00+00:00'
ingestedAt: '2026-09-08T16:34:19.257Z'
---

## Overview

A security issue exists in MongoDB's LDAP authorization integration where pooled LDAP connections can retain stale authentication identities after user authentication under certain configurations. Subsequent authorization queries may execute under an unintended LDAP identity rather than the expected one. This can result in incorrect role assignments based on the LDAP directory's access control configuration, potentially allowing an authenticated user to acquire elevated privileges that were not intended by the deployment's authorization policy.

## Affected

- `mongodb >= 7.0.0, < 7.0.41`
- `mongodb >= 8.0.0, < 8.0.30`
- `mongodb >= 8.2.0, <= 8.2.12`
- `mongodb >= 8.3.0, < 8.3.9`
- `mongodb = 9.0.0`

## Remediation

Upgrade past the affected range:

- `mongodb 8.3.9`
