Description
FUXA is a web-based Process Visualization (SCADA/HMI/Dashboard) software. A path traversal vulnerability in FUXA allows an unauthenticated, remote attacker to write arbitrary files to arbitrary locations on the server filesystem. This affects FUXA through version 1.2.9. This issue has been patched in FUXA version 1.2.10.
Published: 2026-02-09
Score: 9.5 Critical
EPSS: 2.7% Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A path traversal flaw in the FUXA upload API allows an unauthenticated, remote attacker to write files to arbitrary locations on the server filesystem. The CVE description stops short of stating that such writes lead to remote code execution, but the ability to create or overwrite arbitrary files introduces the potential for malicious payloads to be introduced into the application environment.

Affected Systems

The vulnerability is present in all releases of FUXA up to and including version 1.2.9. The affected platform is the FUXA web‑based process visualization tool developed by frangoteam. Version 1.2.10, released in the vendor’s updates, contains a patch that resolves the path traversal issue.

Risk and Exploitability

The CVSS score of 9.5 indicates a high impact severity. The EPSS score is 0.02675, a very low probability of exploitation in the wild, yet the flaw is unauthenticated and requires only a simple HTTP request to the upload endpoint. It is not listed in the CISA KEV catalog. While the description does not confirm exploitation of arbitrary files, the capability to write to any location on the server exposes the system to potential compromise, especially if the uploaded files are later executed or served by the application.

Generated by OpenCVE AI on June 18, 2026 at 13:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade FUXA to version 1.2.10 or later to apply the vendor-published patch.
  • If an upgrade is not immediately possible, restrict network access to the upload API by applying firewall rules or placing the service behind a VPN so that only trusted hosts can reach it.
  • Implement server‑side input validation to reject file paths containing directory traversal components such as ".." or leading slashes, ensuring uploads are stored only in designated directories.
  • Enforce authentication or additional authorization checks on the upload endpoint to prevent unauthenticated use.

Generated by OpenCVE AI on June 18, 2026 at 13:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-88qh-cphv-996c FUXA Unauthenticated Remote Code Execution via Arbitrary File Write in Upload API
History

Fri, 13 Feb 2026 20:45:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:frangoteam:fuxa:*:*:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Wed, 11 Feb 2026 22:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 10 Feb 2026 16:30:00 +0000

Type Values Removed Values Added
First Time appeared Frangoteam
Frangoteam fuxa
Vendors & Products Frangoteam
Frangoteam fuxa

Mon, 09 Feb 2026 22:45:00 +0000

Type Values Removed Values Added
Description FUXA is a web-based Process Visualization (SCADA/HMI/Dashboard) software. A path traversal vulnerability in FUXA allows an unauthenticated, remote attacker to write arbitrary files to arbitrary locations on the server filesystem. This affects FUXA through version 1.2.9. This issue has been patched in FUXA version 1.2.10.
Title FUXA Unauthenticated Remote Code Execution via Arbitrary File Write in Upload API
Weaknesses CWE-22
CWE-306
References
Metrics cvssV4_0

{'score': 9.5, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-02-11T21:24:49.202Z

Reserved: 2026-02-06T21:08:39.130Z

Link: CVE-2026-25895

cve-icon Vulnrichment

Updated: 2026-02-11T21:24:46.956Z

cve-icon NVD

Status : Analyzed

Published: 2026-02-09T23:16:05.617

Modified: 2026-06-17T10:25:23.857

Link: CVE-2026-25895

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-18T13:45:05Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

  • CWE-306

    Missing Authentication for Critical Function