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
CVE-2026-26336-PoC — Proof-of-concept exploit for CVE-2026-26336, an unauthenticated path traversal in Alfresco Share allowing arbitrary file read within the webapp and co-deployed Tomcat instances. | Kitploit
Tools/GitHubGitHub/ceaarab/cve-2026-26336-poc
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubceaarab/cve-2026-26336-poc

CVE-2026-26336-PoC

Proof-of-concept exploit for CVE-2026-26336, an unauthenticated path traversal in Alfresco Share allowing arbitrary file read within the webapp and co-deployed Tomcat instances.

View Repository
13 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-2026-26336 — Alfresco Share Unauthenticated File Read

Overview

Alfresco Share exposes a /share/page/resource/ endpoint used to serve static resources. In vulnerable versions, this endpoint does not properly restrict path traversal, allowing an unauthenticated attacker to read arbitrary files within the Share webapp (and potentially sibling webapps deployed in the same Tomcat instance).

Affected Versions

  • Alfresco Community Edition < 25.3.0 (direct traversal)
  • Alfresco Community Edition 25.3.0 (patch bypass via ..;/)

Impact

An unauthenticated attacker can read any file within the deployed webapp:

  • WEB-INF/web.xml — servlet configuration, filter chains, security constraints
  • WEB-INF/classes/alfresco-global.properties — database credentials, LDAP bind passwords, SMTP credentials
  • WEB-INF/classes/alfresco/keystore/ssl.keystore — mTLS certificates used for Solr communication
  • WEB-INF/classes/alfresco/keystore/ssl-keystore-passwords.properties — keystore passwords
  • META-INF/MANIFEST.MF — exact version and build information
  • NB: If the Alfresco webapp is co-deployed in the same Tomcat, double traversal (..;/..;/alfresco/...) reaches the Alfresco WAR, exposing database credentials and keystore material.

    Usage

    root@kitploit:~
    python poc.py -t https://target.com
    python poc.py -t https://target.com -f WEB-INF/classes/alfresco-global.properties
    python poc.py -t https://target.com --dump
    

    Disclaimer

    This tool is provided for authorized security testing and educational purposes only. Unauthorized access to computer systems is illegal. Always obtain written permission before testing.

    Download Tool