CVE-2026-96744
Awaiting Analysis Awaiting Analysis - Queue

Improper Lock Owner Evaluation in Laravel MongoDB Cache Integration

Vulnerability report for CVE-2026-96744, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-24

Last updated on: 2026-09-24

Assigner: MongoDB, Inc.

Description

Improper neutralization of special elements in data query logic in the cache lock implementation of the MongoDB integration for Laravel can cause a caller-supplied lock owner value to be evaluated as an aggregation expression rather than as a literal value. An authenticated user who can influence the owner value an application uses when acquiring or restoring a lock may take over or prematurely expire a lock held by another process, which can lead to duplicated or conflicting operations.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-24
Last Modified
2026-09-24
Generated
2026-09-25
AI Q&A
2026-09-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
mongodb laravel-mongodb 5.11.0
mongodb mongodb *-*

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-943 The product generates a query intended to access or manipulate data in a data store such as a database, but it does not neutralize or incorrectly neutralizes special elements that can modify the intended logic of the query.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves improper handling of special elements in data query logic within MongoDB's Laravel integration cache lock. An authenticated user can manipulate the lock owner value to be processed as an aggregation expression instead of a literal value. This allows them to take over or prematurely expire locks held by other processes, leading to duplicated or conflicting operations.

Detection Guidance

To detect this vulnerability, inspect Laravel applications using the MongoDB Laravel package (laravel-mongodb) for improper handling of cache lock owner values. Check if owner strings starting with $ are incorrectly processed as aggregation expressions. Review code for usage of $eq or $cond in lock operations without $literal wrapping.

Impact Analysis

If exploited, this vulnerability could allow attackers to disrupt critical operations by taking over locks meant for legitimate processes. This may cause data corruption, inconsistent states, or unauthorized access to sensitive resources, depending on the application's use of locks.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA by enabling unauthorized lock takeover or premature lock expiry. This may lead to duplicated or conflicting operations that could compromise data integrity or availability, which are key requirements under these regulations.

Mitigation Strategies

Update the MongoDB integration for Laravel to the latest patched version to address the improper neutralization of special elements in the cache lock implementation.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-96744. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart