CVE Vulnerabilities

CVE-2026-41719

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
6.4 MODERATE
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:L
Ubuntu
root.io logo minimus.io logo echo.ai logo

A SpEL Injection vulnerability exists in the Spring Data KeyValue if unsanitized user input is passed as Sort into a repository query method that delegates evaluation to the SpelPropertyComparator.

Affected versions: Spring Data KeyValue / Spring Data Redis 4.0.0 through 4.0.5; 3.5.0 through 3.5.11; 3.4.0 through 3.4.14; 3.3.0 through 3.3.16; 3.2.0 through 3.2.15; 3.1.0 through 3.1.14; 3.0.0 through 3.0.15; 2.7.0 through 2.7.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_keyvalueBroadcom2.7.0 (including)2.7.20 (excluding)
Spring_data_keyvalueBroadcom3.0.0 (including)3.0.16 (excluding)
Spring_data_keyvalueBroadcom3.1.0 (including)3.1.15 (excluding)
Spring_data_keyvalueBroadcom3.2.0 (including)3.2.16 (excluding)
Spring_data_keyvalueBroadcom3.3.0 (including)3.3.17 (excluding)
Spring_data_keyvalueBroadcom3.4.0 (including)3.4.15 (excluding)
Spring_data_keyvalueBroadcom3.5.0 (including)3.5.11.1 (excluding)
Spring_data_keyvalueBroadcom4.0.0 (including)4.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