CVE Catalog

CVE-2026-88022

HighCVSS 7.7
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.30%

22th percentile - higher than 22% of all known CVEs

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 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.

Risk Assessment

An attacker who can cause an operator-shaped array to be supplied to one of these APIs may obtain a document other than the intended target or delete documents beyond the intended target. This compromises data confidentiality and integrity in the database.

Recommendation

Update the MongoDB integration for Laravel to a patched version and validate data types passed to the `where`, `find`, and `delete` methods. Ensure equality filters receive scalar values rather than arrays.

Other vulnerabilities in MongoDB integration for Laravel

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS