---
id: CVE-2026-88022
title: >-
  Unauthorized document disclosure and deletion via query-operator injection in
  explicit equality filters in MongoDB integration for Laravel
summary: >-
  Improper neutralization of special elements in data query logic in the MongoDB
  integration for Laravel can cause an array supplied to an explicit equality
  filter to be interpreted as a query condition rather than as a literal value.
  This…
severity: high
cvss: 7.7
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:H/A:H'
cvssSource: cna
cwe:
  - CWE-943
vendor: MongoDB
product: Laravel MongoDB (PHP)
affected:
  - laravel_mongodb_php >= 1.0.0 < 5.11.0
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-10T18:12:04.328533Z'
published: '2026-09-10'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T18:12:12.204Z'
source: CVEORG
sourceUrl: 'https://www.cve.org/CVERecord?id=CVE-2026-88022'
references:
  - url: 'https://jira.mongodb.org/browse/PHPLARA-260'
tags:
  - cve.org
epss: 0.00433
epssPercentile: 0.34978
ingestedAt: '2026-09-11T16:45:48.028Z'
---

## Overview

Improper neutralization of special elements in data query logic in the MongoDB integration for Laravel can cause an array supplied to an explicit equality filter to be interpreted as a query condition rather than as a literal value. This affects the three-argument `where` method when the operator is `=` or `eq`, as well as the `find` and `delete` methods that use that code path. An attacker who can cause an affected application to supply an operator-shaped array to one of these APIs may obtain a document other than the intended target or delete documents beyond the intended target.

## Affected

- `laravel_mongodb_php >= 1.0.0 < 5.11.0`

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
