Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Exploits-HackingTools
[Top] [All Lists]

[NT] Multiple Vulnerabilities in GoSmart Message Board

Subject: [NT] Multiple Vulnerabilities in GoSmart Message Board
Date: 13 Oct 2004 17:16:25 +0200
The following security advisory is sent to the securiteam mailing list, and can 
be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion

The SecuriTeam alerts list - Free, Accurate, Independent.

Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html 

- - - - - - - - -



  Multiple Vulnerabilities in GoSmart Message Board
------------------------------------------------------------------------


SUMMARY

 <http://www.gosmart4u.com/forum.aspx> GoSmart Message Board is a open 
sourced message board for the Windows operating system which runs under 
Microsoft's IIS web server. Two vulnerabilities were found in GoSmart 
Message Board ranging, a SQL Injection vulnerability and a Cross Site 
Scripting vulnerability .

DETAILS

SQL Injection (minimal risk, because using Access database):
The following pages and their corresponding parameters are open to SQL 
injection:
messageboard/Forum.asp?QuestionNumber=[SQL CODE HERE]&Find=1&Category=1
messageboard/Forum.asp?Username=&Category=[SQL CODE HERE]
messageboard/Forum.asp?QuestionNumber=[SQL CODE HERE]&Find=1
messageboard/Forum.asp?Category=[SQL CODE HERE]

All of the above URLs can be accessed directly through a browser to 
trigger the SQL injection, the following page's SQL injection 
vulnerability can only accessed via POST request. Two sample POST requests 
that trigger the vulnerability:

POST /messageboard/Login_Exec.asp HTTP/1.1
Host: www.gosmart4u.com
Content-Type: application/x-www-form-urlencoded
Content-Length: 29

Username=[SQL CODE HERE]&Password=1&Login=1


POST /messageboard/Login_Exec.asp HTTP/1.1
Host: www.gosmart4u.com
Content-Type: application/x-www-form-urlencoded
Content-Length: 29

Username=1&Password=[SQL CODE HERE]&Login=1

Cross Site Scripting:
The following pages and their corresponding parameters are open to a cross 
site scripting vulnerability:
/messageboard/Forum.asp?QuestionNumber=1&Find=1&Category=%22%3E%3Cscript%3Ealert%28%29%3C%2Fscript%3E%3C%22
/messageboard/ReplyToQuestion.asp?MainMessageID=%22%3E%3Cscript%3Ealert%28%29%3C%2Fscript%3E%3C%22

Impact:
A remote user can access the target user's cookies (including 
authentication cookies). A remote user can cause SQL commands to be 
executed by the underlying database.


ADDITIONAL INFORMATION

The information has been provided by  <mailto:antipov@securitylab.ru> 
Alexander Antipov.



======================================== 


This bulletin is sent to members of the SecuriTeam mailing list. 
To unsubscribe from the list, send mail with an empty subject line and body to: 
list-unsubscribe@securiteam.com 
In order to subscribe to the mailing list, simply forward this email to: 
list-subscribe@securiteam.com 


==================== 
==================== 

DISCLAIMER: 
The information in this bulletin is provided "AS IS" without warranty of any 
kind. 
In no event shall we be liable for any damages whatsoever including direct, 
indirect, incidental, consequential, loss of business profits or special 
damages. 




<Prev in Thread] Current Thread [Next in Thread>
  • [NT] Multiple Vulnerabilities in GoSmart Message Board, SecuriTeam <=