CVE-2026-25895
Path Traversal in FUXA Allows Remote Arbitrary File Write
Publication date: 2026-02-09
Last updated on: 2026-02-13
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| frangoteam | fuxa | to 1.2.10 (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. |
| CWE-306 | The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a path traversal issue in FUXA, a web-based Process Visualization software. It allows an unauthenticated, remote attacker to write arbitrary files to any location on the server's filesystem.
The vulnerability affects FUXA versions up to 1.2.9 and has been fixed in version 1.2.10.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can write arbitrary files anywhere on the server without authentication. This can lead to unauthorized code execution, data manipulation, or system compromise.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, you should upgrade FUXA to version 1.2.10 or later, where the path traversal issue has been patched.