SecurityAlert : 1054 CVE : CVE-2006-2887 SecurityRisk : Medium (About) Remote Exploit : Yes Local Exploit : No Exploit Available : Yes Credit : farhadkey yahoo com Published : 08.06.2006
Affected Software :
myNewsletter 1.1.2
Advisory Content :
[KAPDA::#47] - myNewsletter 1.1.2 SQL_Injection
SQL_Injection
-------
KAPDA New advisory
Vulnerable products : myNewsletter <= 1.1.2
Vendor: http://www.aspburst.com/index.asp
Risk: Medium
Vulnerability: SQL_Injection
Date :
--------------------
Found : 2006/06/05
Vendor Contacted : 2006/06/06
Release Date : 2006/06/06
Discussion :
----------------
At parameter named 'UserName' in "validatelogin.asp" or "adminlogin.asp",
Attacker can enter SQL command to login to the system.
Proof of Concepts:
--------------------
<html><center><h1>KAPDA myNewsletter 1.1.2 Login bypass PoC</h1><br>change
action in source and then submit
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.