Cyber Resilience

CVE-2026-22744

HighUpdated

Published: 27 March 2026

Published
27 March 2026
Modified
02 June 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0006 20.2th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-22744 is a high-severity Injection (CWE-74) vulnerability in Vmware Spring Ai. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 20.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

This vulnerability is AI-related — categorised as NLP and Transformers; in the Data-Related Vulnerabilities risk domain.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2026-22744 is a vulnerability in the RedisFilterExpressionConverter component of spring-ai-redis-store, part of the Spring AI project. It occurs when a user-controlled string is passed as a filter value for a TAG field, as the stringValue() method inserts the value directly into the @field:{VALUE} RediSearch TAG block without escaping special characters. This flaw affects Spring AI versions from 1.0.0 before 1.0.5 and from 1.1.0 before 1.1.4. The issue has a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), indicating high confidentiality impact with no requirements for privileges or user interaction.

Remote, unauthenticated attackers can exploit this vulnerability by supplying a malicious filter value for a TAG field in Redis queries processed through the affected component. Successful exploitation allows attackers to manipulate RediSearch TAG blocks, potentially leading to unauthorized disclosure of sensitive information stored in the Redis database.

The Spring security advisory at https://spring.io/security/cve-2026-22744 recommends upgrading to Spring AI version 1.0.5 or later for the 1.0.x branch, or 1.1.4 or later for the 1.1.x branch, where the input is properly escaped to prevent injection. No workarounds are specified in the available information.

EU & UK References

Vulnerability details

In RedisFilterExpressionConverter of spring-ai-redis-store, when a user-controlled string is passed as a filter value for a TAG field, stringValue() inserts the value directly into the @field:{VALUE} RediSearch TAG block without escaping characters.This issue affects Spring AI: from 1.0.0 before 1.0.5,…

more

from 1.1.0 before 1.1.4.

CWE(s)

AI Security AnalysisAI

AI Category
NLP and Transformers
Risk Domain
Data-Related Vulnerabilities
OWASP Top 10 for LLMs 2025
None mapped
Classification Reason
Matched keywords: ai

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Why these techniques?

Direct remote exploitation of public-facing Spring AI Redis component via unsanitized filter input leading to unauthorized data access.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2026-41705Same product: Vmware Spring Ai
CVE-2026-22738Same product: Vmware Spring Ai
CVE-2026-22730Same product: Vmware Spring Ai
CVE-2026-40967Same product: Vmware Spring Ai
CVE-2026-22729Same product: Vmware Spring Ai
CVE-2026-40978Same product: Vmware Spring Ai
CVE-2026-22743Same product: Vmware Spring Ai
CVE-2026-22742Same product: Vmware Spring Ai
CVE-2026-41712Same product: Vmware Spring Ai
CVE-2026-41713Same product: Vmware Spring Ai

Affected Assets

vmware
spring ai
1.0.0 — 1.0.5 · 1.1.0 — 1.1.4

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates the vulnerability by requiring validation and sanitization of user-controlled filter values before insertion into RediSearch TAG blocks, preventing injection.

prevent

Ensures timely patching of the Spring AI flaw through upgrades to versions 1.0.5+ or 1.1.4+ where inputs are properly escaped.

detect

Enables detection of the vulnerable Spring AI versions via regular vulnerability scanning, facilitating remediation.

References