CVE-2025-69601
BaseFortify
Publication date: 2026-01-28
Last updated on: 2026-02-09
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| altumcode | 66biolinks | 44.0.0 |
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 (Zip Slip) issue in the "Static Sites" feature of 66biolinks v44.0.0 by AltumCode. When ZIP archives are uploaded, they are extracted automatically without checking or cleaning the file paths. An attacker can exploit this by including traversal sequences like ../ in the ZIP entries, which allows them to write files outside the intended extraction directory.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to write static files such as HTML, JavaScript, CSS, or images to unintended locations or overwrite existing HTML files. This can lead to content defacement and, depending on the deployment, may cause further impact if sensitive files are overwritten.