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: < 1% Very Low
KEV: No
Impact: Arbitrary file write leading to remote code execution
Action: Patch Immediately
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. By using this vulnerability, an attacker can place malicious scripts or code that the web application will serve and later execute, effectively gaining full code execution control over the host. The weakness combines CWE‑22, which covers improper handling of paths, with CWE‑306, indicating missing authentication enforcement. The result is that any user who can reach the upload endpoint can compromise the entire system, undermining confidentiality, integrity, and availability.

Affected Systems

The vulnerability exists in all releases of FUXA up to and including version 1.2.9. The affected product is the FUXA web‑based process visualization platform developed by frangoteam. Version 1.2.10 of the software contains a fix that addresses the path traversal flaw.

Risk and Exploitability

The CVSS score of 9.5 reflects the high severity and high impact of this flaw. Although the EPSS score is low (<1%), indicating that public exploitation is not common at the moment, the lack of authentication combined with the ability to write arbitrary files means that exploitation is straightforward once the API is reachable. The vulnerability is not listed in the CISA KEV catalog, but its remote nature and severe impact warrant immediate attention. Attackers could trigger the flaw via simple HTTP requests to the upload endpoint without needing valid credentials.

Generated by OpenCVE AI on April 17, 2026 at 21:03 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 patch.
  • If an upgrade is not immediately possible, limit network access to the upload API by enforcing firewall rules or placing the service behind a VPN so that only trusted hosts can reach it.
  • Implement strong input validation on the server side to reject any file paths containing directory traversal characters such as ".." or leading slashes, ensuring that uploaded files are stored only in designated directories.

Generated by OpenCVE AI on April 17, 2026 at 21:03 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-02-13T20:32:48.753

Link: CVE-2026-25895

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-17T21:15:27Z

Weaknesses