CVE-2025-13265
BaseFortify
Publication date: 2025-11-17
Last updated on: 2025-12-01
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| lsfusion | lsfusion_platform | to 6.1 (inc) |
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 weakness in the lsfusion platform up to version 6.1. It affects the unpackFile function in the ZipUtils.java file. An attacker can manipulate this function to traverse directories and potentially access files outside the intended directory. The attack can be initiated remotely.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to access or manipulate files outside the intended directory structure on the server, potentially leading to unauthorized disclosure, modification, or deletion of files. This can compromise the integrity and confidentiality of the system and its data.