SQL injection in Symfony - CVE-2026-45073
Published: May 21, 2026
Symfony
Detailed vulnerability description
The vulnerability allows a remote user to execute arbitrary SQL commands.
The vulnerability exists due to SQL injection in PdoAdapter::doClear() when processing a caller-supplied cache key prefix in the non-versioning code path. A remote user can supply a specially crafted prefix value to execute arbitrary SQL commands.
The issue affects the PDO-backed cache adapter's clear($prefix) behavior.