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

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

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

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

工具目录

分类

查看所有分类
Loading categories
Poc_CVE-2025-68645 — Zimbra 路径遍历 (CVE-2025-68645) - 未认证 文件读取漏洞,存在于 Zimbra 协作套件中 | Kitploit
工具/GitHubGitHub/harisaidhin/poc_cve-2025-68645
侦察漏洞分析漏洞利用Web应用程序漏洞利用信息收集渗透测试
GitHubharisaidhin/poc_cve-2025-68645

Poc_CVE-2025-68645

Zimbra 路径遍历 (CVE-2025-68645) - 未认证 文件读取漏洞,存在于 Zimbra 协作套件中

查看仓库
114个月前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2025-68645 - Zimbra 路径遍历漏洞

Security CVE Python License Status

📋 概述

CVE-2025-68645 是 Zimbra Collaboration Suite 中的一个路径遍历漏洞,允许未经身份验证的攻击者从服务器文件系统中读取任意文件。

漏洞端点

/h/printconversations?javax.servlet.include.servlet_path=

🎯 影响

影响严重程度
未授权文件读取🔴 高
配置泄露🔴 高
凭证泄露🔴 高
内网映射🟠 中

📁 可读文件

🚀 用法

单目标扫描

python CVE-2025-68645.py.py -t https://target.zimbra.com

批量扫描

python CVE-2025-68645.py.py -l targets.txt -o results.json --threads 20

高级选项

python CVE-2025-68645.py.py -t https://target.zimbra.com -v --timeout 30

📊 命令行参数

📸 示例输出

[*] Scanning: https://target.zimbra.local [✓] VULNERABLE: https://target.zimbra.local [+] Extracted configuration: version: 220726130125 memcached: target.local:11211 httpsPort: 8443 httpPort: 8080 [+] Found: /WEB-INF/web.xml [+] Found: /opt/zimbra/conf/localconfig.xml [!] Possible credentials leaked in /WEB-INF/web.xml

============================================================ SCAN COMPLETE! Time elapsed: 1.02 seconds Total targets: 1 Vulnerable: 1 Not vulnerable: 0

下载工具
路径泄露的信息
/WEB-INF/web.xmlServlet 映射、安全约束
/WEB-INF/zcs.web.xmlZimbra 特定配置
/opt/zimbra/conf/localconfig.xmlLDAP 凭证、数据库密码
/opt/zimbra/conf/ldap-config.xmlLDAP 服务器配置
/opt/zimbra/conf/attrs/zimbra-attrs.xml系统属性
/WEB-INF/classes/logging.properties日志配置
参数描述默认值
-t, --target单个目标 URL无
-l, --list包含目标列表的文件无
-o, --output输出文件名results.json
--threads并发线程数10
--timeout请求超时时间(秒)15
-v, --verbose启用详细输出False
--no-verify禁用 SSL 验证False
--read-all读取所有敏感路径False