In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade php/php-src
to version 8.0.27 or higher.
Affected versions of this package are vulnerable to Buffer Overflow via PDO::quote()
which returns an unquoted string. With the implementation of sqlite3_snprintf()
, it is possible to force the function to return a single apostrophe if the function is called on user-supplied input without any length restrictions in place.