Wednesday, April 21, 2010

Abusing Internet Explorer 8's XSS Filters

Site of the day: http://www.seobook.org/

Internet Explorer 8 introduced a new type of defense against Cross-site Scripting (XSS) attacks.The idea was to build filters into the browser which can detect and prevent certain types of malicious XSS attacks. Most filter based XSS approaches are implemented on the server side inside a web application or as part of a Web Application Firewall.This made the Microsoft approach a somewhat novel approach but one which other browser vendors have begun to follow. Although the filters do not protect against all types of XSS attacks, nor do they attempt to, they do attempt to raise the bar for a would-be attacker by making certain commonly attack scenarios non-exploitable.

Download PDF

(http://security-sh3ll.blogspot.com/2010/04/abusing-internet-explorer-8s-xss.html)

No comments:

Post a Comment