Forum Moderators: open
The messages in the database left by the hackers suggested I disallow quotes in my php.ini file but the page is ASP using an Access database.
For example if you include
' or '1=1
as the password value, the login server behavior will then check that the database password is like the form value (which it wont be umless its a valid login) or where 1=1 which will always be true and thus gain the cracker access to the restricted pages.
This appears to be an Ultradev 4 issue as MX2004 strips any inserted "'" before inserting the value into the sql query.