Spiders, title tag parsing, XSS
Date: April 06, 2008 06:47AM
Hello everyone,
I put some html pages on my website with special title tag, with hope that I will find some vulns in some spiders. As I know, spiders doesn`t use urls from title tag, in order to spider that pages ?
Anyway, that title tags look like this:
1. <script>window.location = "someurl"</script>
2. <img src="javascript:window.location = 'someurl'">
3. window.location = 'someurl'
4. /img src="javascript:window.location = 'someurl"/
And, two spiders (MSN and accoonabot) visit "someurl", accoonabot with refer from .html page and MSN without any refer. Both of them came from 1st case of title tag.
I`m asking now, is there some vulns in spiders parsing engine ? Is accoonabot redirected with javascript because there is refer or MSN have some vuln in displaying title tag in their "backend" system ?
I now that this test can be better, but I want to hear first yours opinion ...
Thanks,
Ivan
http://www.security-net.biz/
Edited 1 time(s). Last edit at 04/06/2008 01:09PM by Ivan.