CVE-2026-67443
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
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| frangoteam | FUXA | < 1.3.3 | affected |
Weaknesses
- CWE-862: CWE-862: Missing Authorization
References
- https://github.com/frangoteam/FUXA/security/advisories/GHSA-5h5x-9h7x-23f4
- https://github.com/frangoteam/FUXA/pull/2393
- https://github.com/frangoteam/FUXA/commit/e0b553cddb55613b890341270eb17eb586f8cab5
- https://github.com/frangoteam/FUXA/releases/tag/v1.3.3
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.