Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a SQL Injection vulerable in "admin_update_module_widgets.php" file.
At line 47, "$recordIDValue" Parameters are not wrapped in single quotes. And the parameters also are not safely processed.
When you have installed modules. There is a time-based sql injection.(If the tables didn't exists datas, time-based didn't work)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a SQL Injection vulerable in "admin_update_module_widgets.php" file.
At line 47, "$recordIDValue" Parameters are not wrapped in single quotes. And the parameters also are not safely processed.
When you have installed modules. There is a time-based sql injection.(If the tables didn't exists datas, time-based didn't work)
The text was updated successfully, but these errors were encountered: