Blog > Tag Soup > Posts tagged with "XSS"

Syndicate all of the posts tagged with XSS by subscribing to the RSS Feed XSS feed, or search Technorati for XSS.

5 Tips for protecting your site against XSS

While some still debate the risks associated with cross-site scripting (XSS) attacks, after the high exposure attacks against MySpace and Hotmail the pendulum has definitly swung in the direction of treating XSS as seriously as other more common injection type attacks. Either way, as with most things involving security on the web, it never hurts to err on the side of caution. The trick with XSS is that since the problem isn't specific to a particular technology, it can be tricky to know if you are vulnerable. Here are five common XSS injection techniques to check for any time you accept user input on your site.

Posted by Michael Bodalski on Tuesday, July 18, 2006 at 11:00 AM in HTML/CSS with tags , , , Permalink0 comments