CVE-2025-65346
BaseFortify
Publication date: 2025-12-04
Last updated on: 2025-12-16
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| alexusmai | laravel_file_manager | to 3.3.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 Directory Traversal issue in alexusmai laravel-file-manager version 3.3.1 and below. It occurs because the unzip or extraction functionality does not properly validate the paths of files inside an archive, allowing those files to be extracted to arbitrary locations on the filesystem outside the intended directory.
How can this vulnerability impact me? :
An attacker could exploit this vulnerability to write files to arbitrary locations on the server's filesystem. This could lead to overwriting critical files, executing malicious code, or compromising the integrity and security of the system.