Vulnerability Description
FUXA is a web-based Process Visualization (SCADA/HMI/Dashboard) software. Prior to 1.3.2, the TDengine DAQ storage connector's escapeTdString function in server/runtime/storage/tdengine/index.js doubles single quotes but does not escape backslashes. A remote unauthenticated attacker can submit a crafted sids tag identifier through GET /api/daq or the Socket.IO DAQ_QUERY event so TDengine interprets the backslash and quote sequence as SQL syntax. The injected query can return every row from fuxa.meters, exposing historical PLC tag values, device identifiers, and device names even when FUXA authentication is enabled. This issue is fixed in version 1.3.2.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/frangoteam/FUXA/commit/b78f6159d02a56ce5ff48207feb936afb3534f
- https://github.com/frangoteam/FUXA/pull/2343
- https://github.com/frangoteam/FUXA/releases/tag/v1.3.2
- https://github.com/frangoteam/FUXA/security/advisories/GHSA-h9fj-c2qr-76g2
FAQ
What is CVE-2026-47720?
CVE-2026-47720 is a vulnerability with a CVSS score of 5.3 (MEDIUM). FUXA is a web-based Process Visualization (SCADA/HMI/Dashboard) software. Prior to 1.3.2, the TDengine DAQ storage connector's escapeTdString function in server/runtime/storage/tdengine/index.js doubl...
How severe is CVE-2026-47720?
CVE-2026-47720 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-47720?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.