CVE-2025-67442
Directory Traversal in EVE-NG API Export Allows File Access
Publication date: 2025-12-19
Last updated on: 2025-12-19
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| eve-ng | eve-ng | 6.4.0-13 |
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 EVE-NG version 6.4.0-13-PRO. It occurs in the /api/export interface, which allows authenticated users to export lab files. The problem is that this interface does not properly validate or filter file path parameters submitted by users, potentially allowing them to access files outside the intended directories.
How can this vulnerability impact me? :
The vulnerability can impact you by allowing an authenticated user to access or export files outside of the authorized lab files directory. This can lead to unauthorized disclosure of sensitive information (confidentiality impact), potential modification of files (integrity impact), and disruption of service (availability impact).