REDHAT-BUG-2509254: SQL Injection
Improper escaping of backslashes in attacker-provided parameters would allow for trivial SQL injection in PHP versions from 8.2. before 8.2.33, from 8.3. before 8.3.33, from 8.4. before 8.4.24, and from 8.5. before 8.5.9.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
PHPto a version that resolves this vulnerability.Fixed in 8.2.33 - Upgrade
Upgrade
PHPto a version that resolves this vulnerability.Fixed in 8.3.33 - Upgrade
Upgrade
PHPto a version that resolves this vulnerability.Fixed in 8.4.24 - Upgrade
Upgrade
PHPto a version that resolves this vulnerability.Fixed in 8.5.9
Event History
Frequently Asked Questions
Which PHP releases need to be updated?
Affected releases are PHP 8.2 before 8.2.33, PHP 8.3 before 8.3.33, PHP 8.4 before 8.4.24, and PHP 8.5 before 8.5.9. Update to the applicable listed release or later.
What attacker input is required to exploit this issue?
An attacker must be able to supply parameters that reach the vulnerable PHP handling. Improper escaping of backslashes in those parameters can enable SQL injection.