Archive

Posts Tagged ‘Web Applications’

The Top 10 Web Application security vulnerabilities

September 30th, 2009 No comments

The Top 10 Web Application security vulnerabilities
Read more…

Cross Site Scripting (XSS) Explained!

September 21st, 2009 1 comment

Cross Site Scripting (XSS) is a code injection vulnerability found in web applications and is generally used by malicious hackers to hijack a legitimate user’s session with the website. XSS vulnerabilities are caused because of improper validation of user input by the Server and then sending this invalidated input back to the user in some exploitable form. A great resource to track the latest XSS vulnerable software, websites and latest research is XSSed.com

Read more…