SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-88022

HIGH · CVSS 7.7 EPSS 0.30%

Source: NVD + CISA KEV + EPSS · Published 2026-09-10 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

MongoDB integration for Laravel is vulnerable due to improper handling of special elements in data query logic, allowing attackers to manipulate the three-argument `where` method and the `find` and `delete` methods. This flaw can lead to unauthorized access to or deletion of documents, posing a significant risk to data integrity. Organizations utilizing this integration should prioritize patching to mitigate potential data breaches or loss.

CVE
CVE-2026-88022
Severity
HIGH
CVSS
7.7
EPSS
0.30%
MongoDB

Original NVD Description

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.