Lucene search
+L

Flatnuke 3 - Remote Cookie Manipulation / Privilege Escalation

🗓️ 23 Oct 2007 00:00:00Reported by KiNgOfThEwOrLdType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 38 Views

Flatnuke 3 Remote Cookie Manipulation and Privilege Escalation by KiNgOfThEwOrL

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2007-5771
1 Nov 200716:04
cve
cve
CVE
CVE-2007-5772
1 Nov 200716:04
cve
cvelist
Cvelist
CVE-2007-5771
1 Nov 200716:04
cvelist
cvelist
Cvelist
CVE-2007-5772
1 Nov 200716:04
cvelist
euvd
EUVD
EUVD-2007-5741
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2007-5742
7 Oct 202500:30
euvd
nvd
NVD
CVE-2007-5771
1 Nov 200716:46
nvd
nvd
NVD
CVE-2007-5772
1 Nov 200716:46
nvd
prion
Prion
Code injection
1 Nov 200716:46
prion
prion
Prion
Code injection
1 Nov 200716:46
prion
Rows per page
---------------------------------------------------------------
 ____            __________         __             ____  __
/_   | ____     |__\_____  \  _____/  |_          /_   |/  |_
 |   |/    \    |  | _(__  <_/ ___\   __\  ______  |   \   __\
 |   |   |  \   |  |/       \  \___|  |   /_____/  |   ||  |
 |___|___|  /\__|  /______  /\___  >__|            |___||__|
          \/\______|      \/     \/
---------------------------------------------------------------

Http://www.inj3ct-it.org 	     Staff[at]inj3ct-it[dot]org

---------------------------------------------------------------

Flatnuke3 Remote Cookie Manipoulation / Privilege Escalation

---------------------------------------------------------------

#By KiNgOfThEwOrLd

---------------------------------------------------------------
PoC:

When an user log in, flatnuke set him a cookie value like this:
myforum=nomeuser. If we try to change it, flatnuke will ask us to log in
again. The code is:


$req = $_SERVER["REQUEST_URI"];
if (strstr($req, "myforum="))
die(_NONPUOI);

So, we can bypass this filter, using nullbyte and login as admin. For example, Replace:

myforum=yourusername

with:

myforum%00=adminusername

PHP Execution PoC:

I saw that in download module, if we set to "1" the fneditmode, we can
make directory. So, we can write a description for the directory, and
this description will be saved in
/Download/[Dir_Name]/description.it.php . Yes, we can insert php code in
the description and it will be execute! Nice, dontcha? :P

---------------------------------------------------------------

# milw0rm.com [2007-10-23]

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

23 Oct 2007 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.5
EPSS0.06073
38