It's really interesting. The problem is that i don't see any fix for it. The only way would be to update the browsers, or maybe use a plugin to block such attacks.
Or serve the untrusted content from a sub-subdomain, e.g. "foo.bar.CDN_HOST.com", so that you could only bomb bar.CND_HOST.com and not the entire domain
Cookie Bomb or Let's Break the Internet
11–20 of 82 posts
Re: Cookie Bomb or Let's Break the Internet
#12Pretty clever. This appears to be in the same vein as that trick where you could use popups to spawn more popups, and by the time the user realized what was going on their computer was completely unresponsive. (fixed with popup blocking in any browser in the last decade.) Also, Fill my Disk: http://www.filldisk.com/ (local storage bomb) Implementing limits on the number of cookies would seem to be the natural solutio…
I recently visited a site that did something similar but was still effective. It opened up mailto: URI's in a loop and since I had Thunderbird set up to handle the links, it practically killed my X session.
Re: Cookie Bomb or Let's Break the Internet
#13Re: Cookie Bomb or Let's Break the Internet
#14Earlier quoted context omitted.
Or serve the untrusted content from a sub-subdomain, e.g. "foo.bar.CDN_HOST.com", so that you could only bomb bar.CND_HOST.com and not the entire domain
You'd think a higher level domain should be able to specify whether a subdomain can set cookies for it or not.
Re: Cookie Bomb or Let's Break the Internet
#15Re: Cookie Bomb or Let's Break the Internet
#16[deleted]
Re: Cookie Bomb or Let's Break the Internet
#17How do you set a cookie on a domain you do not control? Won't the browser only send cookies to a server on the domain you are trying to browse to? EDIT: found it - not any, arbitrary site can be DOS "Who can be cookie-bombed? Blogging/hosting/website/homepage platforms: Wordpress, Blogspot, Tumblr, Heroku, etc."
So you've got to be able to execute JS in a subdomain to plant a cookie bomb that will affect the entire domain.
Re: Cookie Bomb or Let's Break the Internet
#18Is there an equivalent to status.github.com for github.io?
Re: Cookie Bomb or Let's Break the Internet
#19[deleted]
Re: Cookie Bomb or Let's Break the Internet
#20Surely if you were able to do this, you would use it for cookie tossing rather than this simple mischief?