Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos network security services platform







WebApp Sec: Re: whitelisting HTML tags

Re: whitelisting HTML tags

From: Tomek Perlak <tomekperlak_at_tlen.pl>
Date: Wed, 2 Nov 2005 10:28:33 -0500

If you can attach an event handler to an html element, element is not quite
safe. That would make all of the "on__" attributes unsafe by default (one
could imagine a script invoked by onmouseover="doSomething();")

This would also make the 'style' atttribute unsafe - as with background
image reference you mention;

----- Original Message -----
From: "Jeff Robertson" <jeff.robertson_at_digitalinsight.com>
To: <webappsec_at_securityfocus.com>
Sent: Tuesday, November 01, 2005 20:43
Subject: whitelisting HTML tags

>I need to tell my development to limit the HTML tags allowed in input to a
> subset that can't be used for XSS.
>
> Any guidelines for this? Obviously <SCRIPT> and <IMG> are out.. but I want
> a
> whitelist of "safe" tags, not a blacklist of "bad" ones. Also, attributes.
> A
> list of attributes for each element that CANNOT introduce script code or
> references to background images, etc.
>
> As we've seen recently with MySpace, allowing HTML and attempting to keep
> out XSS are nearly contradictory goals, and yet nearly every dyanamic
> content site deals with it somehow. Are there any existing open source
> applications that do a particularly good job of this, so that I can just
> point and say "do it like XXX does"?
>
> Developers have suggested using BBCode instead of HTML, but considering
> that
> the target audience of end users is probably going to want to copy and
> paste
> HTML straight out of FrontPage, I doubt BBCode will fly with the customer.
>
Received on Nov 02 2005

[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]