CVE-2025-11016
BaseFortify
Publication date: 2025-09-26
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| kalcaddle | kodbox | 1.61.09 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a path traversal issue in kalcaddle kodbox up to version 1.61.09. It occurs in the function fileOut within the file app/controller/explorer/index.class.php. An attacker can manipulate the 'path' argument to access files and directories outside the intended scope, potentially accessing sensitive files. The attack can be performed remotely, and the exploit has been publicly disclosed.
How can this vulnerability impact me? :
The vulnerability allows an attacker with some privileges to remotely perform path traversal, potentially accessing sensitive files that should be protected. This can lead to unauthorized disclosure of information, which may compromise system security or privacy.