CVE-2025-61913
BaseFortify
Publication date: 2025-10-08
Last updated on: 2025-10-20
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| flowiseai | flowise | to 3.0.8 (exc) |
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
What immediate steps should I take to mitigate this vulnerability?
Upgrade Flowise to version 3.0.8 or later, as this version fixes the vulnerability related to unrestricted file path access in WriteFileTool and ReadFileTool.
Can you explain this vulnerability to me?
This vulnerability in Flowise versions prior to 3.0.8 involves the WriteFileTool and ReadFileTool not restricting file path access. This allows authenticated attackers to read and write arbitrary files anywhere on the file system, which can potentially lead to remote command execution.
How can this vulnerability impact me? :
The vulnerability can allow an attacker with authentication to read and write any file on the system, potentially leading to remote command execution. This can result in full system compromise, data loss, or unauthorized control over the affected system.