Is it possible to breach prepared statement and stored procedures with unsafe sql query string

Recently when I was looking through some code which looks more or less like this:

$query = “call someProcedure(?,?,{$unsafeString})”;

Then there is some code where the list of arguments is prepared and after that, there i… Continue reading Is it possible to breach prepared statement and stored procedures with unsafe sql query string

Is it possible to breach prepared statement and stored procedures with unsafe sql query string

Recently when I was looking through some code which looks more or less like this:

$query = “call someProcedure(?,?,{$unsafeString})”;

Then there is some code where the list of arguments is prepared and after that, there i… Continue reading Is it possible to breach prepared statement and stored procedures with unsafe sql query string