Intel

AIKIDO-2026-10883

symfony/cache is vulnerable to SQL Injection

SQL InjectionCVE-2026-45073 Published May 21, 2026

65

Medium Risk

This Affects:

PHPsymfony/cache
0.0.1 - 5.4.51
Fixed in 5.4.52
6.0.0 - 6.4.39
Fixed in 6.4.40
7.0.0 - 7.4.11
Fixed in 7.4.12
8.0.0 - 8.0.11
Fixed in 8.0.12
Are you affected? Scan for Free

TL;DR

PdoAdapter::clear() builds a SQL LIKE predicate from a caller-supplied cache prefix. The prefix is concatenated into SQL without binding or escaping in the non-versioning path. Pre-fix callers that pass untrusted prefixes can alter the deletion query and expand cache row deletion. The fix rejects prefixes containing characters outside a safe cache-key subset.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

symfony/cache is vulnerable to SQL Injection in versions 0.0.1 - 5.4.51, 6.0.0 - 6.4.39, 7.0.0 - 7.4.11 and 8.0.0 - 8.0.11.

How to fix this

Upgrade the symfony/cache and/or symfony/symfony library to the patch version.