sqlString = "Select Password from Newsletter_Admin Where UserName = '"
&theUserName& "'"
change to this :
function validateLogin(theUserName, thePassword)
theUserName = replace(theUserName,"'","''")
sqlString = "Select Password from Newsletter_Admin Where UserName = '"
&theUserName& "'"
Original Advisory:
--------------------
http://www.kapda.ir/advisory-340.html
Credit :
--------------------
FarhadKey of KAPDA
farhadkey [at} kapda {d0t} net
Kapda - Security Science Researchers Insitute of Iran
http://www.KAPDA.ir
Feedback :
If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.