Vulnerability Description
FUXA is a web-based Process Visualization (SCADA/HMI/Dashboard) software. Prior to 1.3.2, POST /api/scheduler and DELETE /api/scheduler in server/api/scheduler/index.js do not consistently enforce authJwt.haveAdminPermission for scheduler settings. An authenticated non-admin operator can create or alter deviceActions that invoke onSetValue or onRunScript, or delete schedules, gaining access to device-value changes and server-side project script execution normally reserved for administrators. Scheduled and repeating actions can continue changing PLC setpoints, safety interlocks, device state, or project data after the operator's session ends. This issue is fixed in version 1.3.2.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/frangoteam/FUXA/commit/3c945a03f9942fd45a793ab7e3c2d1f1b15b93
- https://github.com/frangoteam/FUXA/pull/2345
- https://github.com/frangoteam/FUXA/releases/tag/v1.3.2
- https://github.com/frangoteam/FUXA/security/advisories/GHSA-8ghr-w65f-j3qr
FAQ
What is CVE-2026-47721?
CVE-2026-47721 is a vulnerability with a CVSS score of 6.3 (MEDIUM). FUXA is a web-based Process Visualization (SCADA/HMI/Dashboard) software. Prior to 1.3.2, POST /api/scheduler and DELETE /api/scheduler in server/api/scheduler/index.js do not consistently enforce aut...
How severe is CVE-2026-47721?
CVE-2026-47721 has been rated MEDIUM with a CVSS base score of 6.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-47721?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.