CVE-2026-22729

Description

A JSONPath injection vulnerability in Spring AIs AbstractFilterExpressionConverter allows authenticated users to bypass metadata-based access controls through crafted filter expressions. User-controlled input passed to FilterExpressionBuilder is concatenated into JSONPath queries without proper escaping, enabling attackers to inject arbitrary JSONPath logic and access unauthorized documents.This vulnerability affects applications using vector stores that extend AbstractFilterExpressionConverter for multi-tenant isolation, role-based access control, or document filtering based on metadata.The vulnerability occurs when user-supplied values in filter expressions are not escaped before being inserted into JSONPath queries. Special characters like,||, and&&are passed through unescaped, allowing injection of arbitrary JSONPath logic that can alter the intended query semantics.

Risk Information

Base Score
8.6
MODERATE
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
EPSS Score
Exploitation Probability
0.07

Associated Vulnerability

VulnerabilityOS Platform
Vulnerabilities CVE-2026-22729 are fixed in Spring - spring-ai-vector-store 1.1.3Windows
Vulnerabilities CVE-2026-22729 are fixed in Spring - spring-ai-vector-store 1.0.4Windows
Vulnerabilities CVE-2026-22729 are fixed in Spring - spring-ai-vector-store for Linux 1.1.3Linux
Vulnerabilities CVE-2026-22729 are fixed in Spring - spring-ai-vector-store for Linux 1.0.4Linux

Patch Details

No records found

References

https://nvd.nist.gov/vuln/detail/CVE-2023-1234
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-1234