-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
SQL Injection vulnerability #9
Comments
Would love to receive an example of parameters that can be used for an attack, and possibly a patch to merge. |
In
This will obviously only crash the request, as you can pass arbitrary SQL to the database though this basically would allow an attacker to completely take over the Redmine data. |
See #10 for a minimal fix. |
Fixed on my branch, please look at https://github.com/maxrossello/redmine_watcher_groups. |
We have reviewed this plugin for a customer at Planio and have found several issues with this plugin, among which an SQL injection vulnerability in https://github.com/kamenf/redmine_watcher_groups/blob/master/app/controllers/watcher_groups_controller.rb#L18 that allows arbitrary SQL Code to be executed by the Database.
The text was updated successfully, but these errors were encountered: