Description
FUXA is a web-based Process Visualization (SCADA/HMI/Dashboard) software. Versions 1.2.11 until 1.3.1 allow an unauthenticated remote attacker to achieve Full Remote Code Execution (RCE) as root. The exploit succeeds even when the platform is configured in its most secure state (Secure Mode Enabled and Node-RED Secure Auth Enabled). Version 1.3.1 fixes the issue.
Published: 2026-07-21
Score: 8.9 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw in FUXA allows an unauthenticated attacker to achieve full remote code execution with root privileges through path manipulation and configuration injection. This introduces weaknesses in access control, configuration management, path traversal, and command execution, enabling arbitrary code to be run on the underlying host system.

Affected Systems

All releases from version 1.2.11 up to and including 1.3.1 of FUXA are impacted, regardless of whether Secure Mode or Node-RED Secure Auth is enabled. The vendor, frangoteam, must verify deployments running any of these binaries.

Risk and Exploitability

The vulnerability carries a CVSS score of 8.9, indicating high severity, while its EPSS score is less than 1 %, suggesting a low current exploitation probability. It is not listed in CISA’s KEV catalog. Exploitation requires no authentication and it is inferred from the description that the attacker can craft a malicious HTTP request that abuses the platform’s path and configuration handling logic, giving the attacker root access even in the most secure configuration.

Generated by OpenCVE AI on August 4, 2026 at 17:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to FUXA version 1.3.1 or later, which includes the fix for the remote code execution condition.
  • Enforce strict input validation for all configuration parameters (CWE‑863, CWE‑94) and validate file paths to mitigate path traversal and code injection attacks.
  • Apply authentication and authorization controls (CWE‑284) so that only authorized users can modify configurations or invoke API endpoints.
  • Restrict network access to the FUXA web interface, allowing only trusted hosts or VPN connections, to reduce the attack surface until the patch is applied.

Generated by OpenCVE AI on August 4, 2026 at 17:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-p69w-mmfv-xrfj FUXA Vulnerable to Pre-auth RCE via Path Manipulation & Configuration Injection
History

Thu, 23 Jul 2026 05:30:00 +0000

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

Wed, 22 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 21 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
Description FUXA is a web-based Process Visualization (SCADA/HMI/Dashboard) software. Versions 1.2.11 until 1.3.1 allow an unauthenticated remote attacker to achieve Full Remote Code Execution (RCE) as root. The exploit succeeds even when the platform is configured in its most secure state (Secure Mode Enabled and Node-RED Secure Auth Enabled). Version 1.3.1 fixes the issue.
Title FUXA Vulnerable to Pre-auth RCE via Path Manipulation & Configuration Injection
Weaknesses CWE-284
CWE-288
CWE-863
CWE-94
References
Metrics cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-22T18:24:33.883Z

Reserved: 2026-05-04T16:59:09.090Z

Link: CVE-2026-43945

cve-icon Vulnrichment

Updated: 2026-07-22T18:22:17.367Z

cve-icon NVD

Status : Deferred

Published: 2026-07-21T22:17:01.250

Modified: 2026-07-23T15:49:31.790

Link: CVE-2026-43945

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T18:00:14Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-288

    Authentication Bypass Using an Alternate Path or Channel

  • CWE-863

    Incorrect Authorization

  • CWE-94

    Improper Control of Generation of Code ('Code Injection')