CVE-2025-64757
BaseFortify
Publication date: 2025-11-19
Last updated on: 2025-11-20
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| astro | astro | to 5.14.3 (exc) |
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. |
| 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 Astro web framework's development server prior to version 5.14.3. It allows remote attackers to read arbitrary local image files accessible to the Node.js process on the host system through the image optimization endpoint.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to read local image files on the server running the Astro development environment. This could lead to unauthorized disclosure of sensitive information contained in those image files.
What immediate steps should I take to mitigate this vulnerability?
The immediate step to mitigate this vulnerability is to upgrade the Astro framework to version 5.14.3 or later, where the issue has been patched.