Jump to content

[SOLVED] My Sql Injection!


pkirsch

Recommended Posts

Well i have a forum and i recently turned it off! Temporarily! (it's Invision Power Board) and because i turned it off, nobody can Register... But everyday still i have registrations! I would assume that this would be a MySQL Injection into my database!

 

Any other suggestions? If it's not MySQL injection, Then what is it?

 

:D  ???  :D

Link to comment
Share on other sites

Well that sounds like cross site scripting.

 

SQL Injection is something like this. User enters:

username: 1'  OR userID > 1 LIMIT 1 --

password: never read

query = SELECT * FROM users WHERE username = '1'  OR userID > 1 LIMIT 1 --'  AND password = 'never read'

 

Link to comment
Share on other sites

You can still register I believe even if the forum is "turned off". This is not SQL injection. If its SQL injection then they will do far more serious things, such as delete the forums database or all databases, than register an account for your forum.

 

I would take this up with the developers of Invision Power Board if where you. Go to http://forums.invisionpower.com/ for support on this. Also I am going to move this to the Third Party support forum too due to this being a support request for IPB

Link to comment
Share on other sites

On premade PHP applications, the SQL injection prevention methods should already be there (and if there are holes, they are usually found and patched fairly quickly on mainstream scripts like Invision forums).

 

Make sure you're using the latest version of your forum.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.