CVE-2026-88022
Unauthorized document disclosure and deletion via query-operator injection in explicit equality filters in MongoDB integration for Laravel
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.
INFO
Published Date :
Sept. 10, 2026, 5:37 p.m.
Last Modified :
Sept. 10, 2026, 5:37 p.m.
Remotely Exploit :
Yes !
Source :
mongodb
Affected Products
The following products are affected by CVE-2026-88022
vulnerability.
Even if cvefeed.io is aware of the exact versions of the
products
that
are
affected, the information is not represented in the table below.
No affected product recoded yet
CVSS Scores
| Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
|---|---|---|---|---|---|---|
| CVSS 3.1 | HIGH | a39b4221-9bd0-4244-95fc-f3e2e07f1deb | ||||
| CVSS 4.0 | HIGH | a39b4221-9bd0-4244-95fc-f3e2e07f1deb |
Solution
- Update the MongoDB integration package to the latest version.
- Validate all input before passing to query methods.
- Avoid using array values in equality filters directly.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-88022 vulnerability anywhere in the article.