CVE-2025-51481
BaseFortify
Publication date: 2025-07-22
Last updated on: 2025-10-07
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| dagsterlabs | dagster | 1.10.14 |
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 Local File Inclusion (LFI) issue in the Dagster software version 1.10.14. It occurs in the function dagster._grpc.impl.get_notebook_data, where an attacker who has access to the gRPC server can exploit the vulnerability by sending specially crafted ExternalNotebookData requests. These requests include path traversal sequences in the notebook_path field, which allows the attacker to bypass the intended file extension checks and read arbitrary files on the server.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can read arbitrary files on the server where Dagster is running, potentially exposing sensitive information such as configuration files, credentials, or other private data. This can lead to information disclosure, which may further facilitate other attacks or compromise the system's security.