CVE-2025-10233
BaseFortify
Publication date: 2025-09-10
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 |
|---|---|---|
| kodcloud | kodbox | 1.61 |
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 exists in kalcaddle kodbox version 1.61, specifically in the fileGet/fileSave functions of the file app/controller/explorer/editor.class.php. It is a path traversal vulnerability caused by improper handling of the 'path' argument, which allows an attacker to access files outside the intended directory. The attack can be performed remotely, and the exploit has been publicly disclosed.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to access or modify files on the affected system remotely, potentially leading to unauthorized disclosure, modification, or deletion of sensitive data. This can compromise the integrity and confidentiality of the system and its data.