CVE-2025-13262
BaseFortify
Publication date: 2025-11-17
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 |
|---|---|---|
| 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 exists in the lsfusion platform up to version 6.1, specifically in the UploadFileRequestHandler function. It involves manipulation of the 'sid' argument, which can lead to a path traversal attack. This means an attacker can remotely exploit this flaw to access files or directories outside the intended scope on the server.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to remotely perform path traversal, potentially accessing sensitive files or data on the server that should be protected. This can lead to unauthorized information disclosure, data tampering, or further compromise of the system.