CVE-2025-64114: Php Unparameterized Sql Query

User input is directly interpolated or concatenated into a SQL query string passed to a database execution method. This can lead to SQL injection vulnerabilities. Use prepared statements and parameter binding instead of directly constructing SQL queries with user data. When identifiers like table or column names must be dynamic, validate them against a stric

Provally CuratedPublic repositoryHighMedium confidenceVerifiedApache-2.0PHP
greprules fetch cve-2025-64114-php-unparameterized-sql-query --engine opengrep

Description

User input is directly interpolated or concatenated into a SQL query string passed to a database execution method. This can lead to SQL injection vulnerabilities. Use prepared statements and parameter binding instead of directly constructing SQL queries with user data. When identifiers like table or column names must be dynamic, validate them against a stric