CVE-2026-6568
7.3kodcloud · KodExplorer
A path traversal vulnerability exists in the KodExplorer Public Share Handler, allowing remote, unauthenticated attackers to manipulate file paths via the share.class.php component.
Executive summary
A critical path traversal vulnerability in KodExplorer versions 4.0 through 4.7 allows unauthenticated attackers to remotely manipulate file paths, posing a significant risk of unauthorized file access.
Vulnerability
The vulnerability is a path traversal flaw (CWE-22) located in the share.class.php file within the Public Share Handler component. An unauthenticated attacker can exploit this by manipulating the path argument in the initShareOld function to access unauthorized areas of the file system.
Business impact
Successful exploitation of this vulnerability enables attackers to access sensitive files outside of the intended directory structure. This could lead to the exposure of configuration files, credentials, or other proprietary data stored on the server. Given the CVSS score of 7.3, this represents a significant threat to data confidentiality and system integrity, as the attack is fully automatable and requires no user interaction or authentication.
Remediation
Immediate Action: Since no vendor patch is currently available, administrators should restrict access to the affected KodExplorer instance or disable the Public Share Handler functionality until a secure version is released.
Proactive Monitoring: Monitor server access logs for suspicious URL patterns containing directory traversal sequences, such as multiple dot-dot-slash strings, directed at the share.class.php endpoint.
Compensating Controls: Implement a Web Application Firewall (WAF) rule to inspect and block incoming HTTP requests that contain directory traversal characters in the path parameter.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists and is attributed to the technical write-up provided in the vulnerability reference.
Analyst recommendation
Due to the lack of a vendor-supplied patch and the presence of a public proof-of-concept, this vulnerability poses an immediate risk to any exposed KodExplorer installation. Organizations must prioritize hardening their web application environment, restricting access to the vulnerable component, and monitoring for exploitation attempts until the vendor provides an official security update.
Sources
Originally found and disclosed by vulnplusbot (VulDB User), with VulDB CNA Team (coordinator), per the CVE Program record.
- VDB-358202 | kodcloud KodExplorer Public Share share.class.php initShareOld path traversal Vulnerability database entry
- VDB-358202 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #789981 | KodExplorer 4.52 Path Traversal Third-party advisory
- Exploit / PoC