RE: Bypassing of web filters by using ASCII
- From: RSnake <rsnake@xxxxxxxxxxxx>
- Date: Fri, 23 Jun 2006 15:12:27 -0700 (PDT)
Both of those would work in the case where the charset has
already been set by the server. The problem is that most servers set a
charset by default. The other bigger problem is that both of those (and
the META one) require that you inject HTML into the page to get it to
work. If you can inject a style tag into a page you can embed XSS
See http://ha.ckers.org/xss.html
On Fri, 23 Jun 2006, James C. Slora Jr. wrote:
Amit Klein wrote Thursday, June 22, 2006 3:47 AM
So in order to exploit this in HTML over HTTP, the attacker needs toeither add/modify the Content-Type response header, or to add/modify the
META tag in the HTML page.
There are other ways that might carry a bigger injection threat:
Style ***:
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml
/reference/properties/charset_1.asp
Object property:
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml
/reference/properties/charset.asp
By extension, it should also work for inline styles.
-RSnake
http://ha.ckers.org/
http://ha.ckers.org/blog/feed/
- References:
- RE: Bypassing of web filters by using ASCII
- From: James C. Slora Jr.
- RE: Bypassing of web filters by using ASCII
- Prev by Date: Mailenable SMTP Service DoS
- Next by Date: Re: PHP security (or the lack thereof)
- Previous by thread: RE: Bypassing of web filters by using ASCII
- Next by thread: Re: Bypassing of web filters by using ASCII
- Index(es):