CyberRota Analysis
AI-GeneratedThe Symfony PHP framework is vulnerable due to improper handling of user-supplied input in the PdoAdapter::doClear() method, which can lead to SQL injection attacks by allowing attackers to manipulate the DELETE statement's namespace. This vulnerability can result in unauthorized data deletion or alteration, posing a significant risk to applications using affected versions prior to 5.4.52, 6.4.40, 7.4.12, and 8.0.12. Organizations utilizing Symfony for web or console applications should prioritize upgrading to the patched versions to mitigate this high-severity risk.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to 5.4.52, 6.4.40, 7.4.12, and 8.0.12, PdoAdapter::doClear() builds a DELETE statement using a namespace derived from the caller-supplied $prefix without binding or escaping it, allowing a caller able to influence $prefix to break out of the LIKE literal and alter query semantics or deletion scope. This issue is fixed in versions 5.4.52, 6.4.40, 7.4.12, and 8.0.12.
Related CVEs
Other vulnerabilities affecting the same vendor(s)