CVE-2025-66386
BaseFortify
Publication date: 2025-11-28
Last updated on: 2025-11-28
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| misp | misp | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-23 | The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize sequences such as ".." that can resolve to a location that is outside of that directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a path traversal issue in the MISP software before version 2.5.27, specifically in the app/Model/EventReport.php file. It allows a site-admin user to manipulate the path used to view pictures, potentially accessing files outside the intended directory.
How can this vulnerability impact me? :
An attacker with site-admin privileges could exploit this vulnerability to access unauthorized files on the server by traversing directories. This could lead to exposure of sensitive information or configuration files, although it does not allow modification or deletion of data.