Lucene search
K

Jaow <= 2.4.5 - Blind SQL Injection

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 10 Views

Jaow CMS <= 2.4.5 Blind SQL Injection vulnerabilit

Code

                                                # Exploit Title: Jaow &#60;= 2.4.5 Blind Sql Injection
# Google Dork: intext:&#34;propuls? par jaow 2.4.5&#34;
# Date: 23/05/2012
# Software Link: http://www.jaow.net/telechargements/Jaow_V2.4.5.zip
# Version: 2.4.5
# Tested on: Debian GNU/Linux
# Author: kallimero


= Introduction =


Jaow is a CMS that can manage sites of small sizes, thanks to its simple,
commented code you can easily create templates and / or create modules to
suit your needs. Jaow is the solution for small sites, blogs or portfolio.

= Details =

Unfortunately, a Blind SQL injection is possible in the 2.4.5 core.

Vulnerable page : add_ons.php
Extract from the source :

-------------[ add_ons.php ]--------------
   // On stocke dans une variable simple le add_on demand?
    $add_on = stripslashes($_GET[&#39;add_ons&#39;]);

    // On recherche si l&#39;add_on est install?

    echo &#39;SELECT id,nom FROM &#39;.$db_prefix.&#39;add_ons WHERE nom=&#34;&#39;.$add_on.&#39;&#34;
AND actif=&#34;1&#34;&#39;;

    $query_add_ons = mysql_query(&#39;SELECT id,nom FROM &#39;.$db_prefix.&#39;add_ons
WHERE nom=&#34;&#39;.$add_on.&#39;&#34; AND actif=&#34;1&#34;&#39;);

-------------[ add_ons.php ]--------------

So, we can inject sql with the add_ons variable, like that :
http://[site]/[path]/add_ons.php?add_ons=[SQL injection]


= Solutions =

Update is avalaible here : http://www.jaow.net/Article-97


= Thanks =

Thanks to  necromoine, fr0g, st0rn, applestorm, Zhyar, k3nz0, m4ke and all
hwc-crew members. http://hwc-crew.com/
And all npn members. http://n-pn.info/

                              

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

01 Jul 2014 00:00Current
7.1High risk
Vulners AI Score7.1
10