+--------------------------------------------------------------------------------------------------------------------------------+ # 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
3.2 Delete Existing Administrator
3.3 Add a New Event
3.4 Delete an Existing Event
+--------------------------------------------------------------------------------------------------------------------------------+