CVE Vulnerabilities

CVE-2026-41717

Improper Neutralization of Special Elements used in an Expression Language Statement ('Expression Language Injection')

Published: Jun 10, 2026 | Modified: Jul 17, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu
root.io logo minimus.io logo echo.ai logo

Spring Data MongoDB contains a SpEL (Spring Expression Language) expression injection vulnerability. The issue occurs during parameter binding when a user-defined repository query method is annotated with @Query and utilizes a capture-all placeholder.

Affected versions: Spring Data MongoDB 5.0.0 through 5.0.5; 4.5.0 through 4.5.11; 4.4.0 through 4.4.14; 4.3.0 through 4.3.16; 4.2.0 through 4.2.15; 4.1.0 through 4.1.14; 4.0.0 through 4.0.15; 3.4.0 through 3.4.19.

Weakness

The product constructs all or part of an expression language (EL) statement in a framework such as a Java Server Page (JSP) using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended EL statement before it is executed.

Affected Software

NameVendorStart VersionEnd Version
Spring_data_mongodbVmware3.4.0 (including)3.4.20 (excluding)
Spring_data_mongodbVmware4.0.0 (including)4.0.16 (excluding)
Spring_data_mongodbVmware4.1.0 (including)4.1.15 (excluding)
Spring_data_mongodbVmware4.2.0 (including)4.2.16 (excluding)
Spring_data_mongodbVmware4.3.0 (including)4.3.17 (excluding)
Spring_data_mongodbVmware4.4.0 (including)4.4.15 (excluding)
Spring_data_mongodbVmware4.5.0 (including)4.5.11.1 (including)
Spring_data_mongodbVmware5.0.0 (including)5.0.5.1 (excluding)

Potential Mitigations

  • If user-controlled data must be added to an expression interpreter, one or more of the following should be performed:

References