Description
FUXA is a web-based Process Visualization (SCADA/HMI/Dashboard) software. In 1.3.2 and earlier, the allowDashboard authorization gate in server/integrations/node-red/index.js calls authJwt.verify for /nodered without inspecting the decoded identity. When nodeRedEnabled is true, secureEnabled is true, and nodeRedAuthMode is secure, a remote unauthenticated attacker can obtain a signed guest token from POST /api/heartbeat and use it to access the RED.httpAdmin editor and flow deployment API. Because the Node-RED configuration has no second adminAuth gate, the attacker can deploy function nodes or invoke fuxa.runScript and runtime.scriptsMgr.runScript, gaining control of FUXA project data, configuration, scripts, filesystem-capable runtime helpers, and potentially operating-system commands when nodeRedUnsafeModules is enabled. This issue is fixed in version 1.3.3.
Published: 2026-08-18
Score: 9.2 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An unauthenticated user can obtain a guest JSON Web Token from the heartbeat API and use it to bypass the secure-mode authorization gate in the Node-RED integration. This flaw allows the attacker to access the Node-RED editor, deploy function nodes, and invoke script execution endpoints such as fuxa.runScript and runtime.scriptsMgr.runScript. As a result the attacker can modify project data, configuration, and runtime helpers, and when unsafe modules are enabled they can execute operating-system commands through the exposed runtime APIs.

Affected Systems

The vulnerability affects frangoteam’s FUXA web-based Process Visualization platform. All releases up to and including version 1.3.2 are vulnerable. The issue was addressed in release 1.3.3.

Risk and Exploitability

The CVSS score of 9.2 signals critical severity, and the exploitability is high because no authentication is required beyond a guest token. Although an EPSS score is not available, the flaw is not listed in the CISA KEV catalog, suggesting it has not yet been widely exploited. A remote attacker can leverage the guest JWT and Node-RED APIs over HTTP to achieve full control of the FUXA instance and potentially the underlying operating system if unsafe modules are enabled.

Generated by OpenCVE AI on August 18, 2026 at 21:42 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to FUXA version 1.3.3 or later, which contains the official fix for the JWT bypass.
  • If an upgrade is not immediately possible, disable the Node-RED integration by setting nodeRedEnabled to false, or reconfigure nodeRedAuthMode to a mode that enforces proper authorization and remove nodeRedUnsafeModules to prevent OS command execution.
  • Restrict or disable the guest-token endpoint by limiting access to POST /api/heartbeat through network segmentation, firewall rules, or by removing the endpoint if your environment does not require guest session support.

Generated by OpenCVE AI on August 18, 2026 at 21:42 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 22:00:00 +0000

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

Tue, 18 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
Description FUXA is a web-based Process Visualization (SCADA/HMI/Dashboard) software. In 1.3.2 and earlier, the allowDashboard authorization gate in server/integrations/node-red/index.js calls authJwt.verify for /nodered without inspecting the decoded identity. When nodeRedEnabled is true, secureEnabled is true, and nodeRedAuthMode is secure, a remote unauthenticated attacker can obtain a signed guest token from POST /api/heartbeat and use it to access the RED.httpAdmin editor and flow deployment API. Because the Node-RED configuration has no second adminAuth gate, the attacker can deploy function nodes or invoke fuxa.runScript and runtime.scriptsMgr.runScript, gaining control of FUXA project data, configuration, scripts, filesystem-capable runtime helpers, and potentially operating-system commands when nodeRedUnsafeModules is enabled. This issue is fixed in version 1.3.3.
Title FUXA: Unauthenticated guest JWT bypasses Node-RED secure-mode authorization gate (Remote Script Execution)
Weaknesses CWE-862
References
Metrics cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-18T20:06:15.514Z

Reserved: 2026-07-29T15:07:24.992Z

Link: CVE-2026-67443

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-18T20:17:22.963

Modified: 2026-08-18T20:17:22.963

Link: CVE-2026-67443

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T21:45:16Z

Weaknesses