Skip to content
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

Additional SQLi attack in registration servlet not counted as passed challenge -- dump all user passwords #17

Open
julianthome opened this issue Dec 1, 2017 · 0 comments

Comments

@julianthome
Copy link

It is possible to run a SQLi attack through the register.jsp servlet that allows attackers to dump the whole db.

  1. Go to register.jsp
  2. Put in Mich@el',Select password from Users where name LIKE 'admin%','12345')-- in the username field
  3. Put 12345 in the password fields
  4. Click register button
  5. Go to admin.jsp where the root password is displayed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant