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.
Published: 2026-08-18
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The TDengine DAQ connector in FUXA fails to escape backslashes in user input, allowing a crafted request to inject arbitrary SQL when the server processes the sids tag identifier. An attacker can send a GET request to /api/daq or use the Socket.IO DAQ_QUERY event without authentication, causing TDengine to interpret a backslash‑quote sequence as SQL syntax. The resulting query reads all rows from fuxa.meters, exposing historical PLC tag values, device identifiers, and device names even when FUXA authentication is enabled. The flaw is a classic SQL injection (CWE‑89) that leads to information disclosure.

Affected Systems

FUXA by FrangoTeam is impacted. Any version prior to 1.3.2 contains the vulnerability; versions 1.3.2 and later have the fix applied.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity. The EPSS score is not available, and the vulnerability is not listed in CISA KEV. The attack can be performed remotely by an unauthenticated user through standard HTTP GET or Socket.IO requests, so the exploitability is relatively high for exposed services. If the /api/daq endpoint or DAQ_QUERY event is reachable from untrusted networks, an attacker can easily gain the disclosed data, resulting in a breach of confidentiality for the PLC and device information.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update FUXA to version 1.3.2 or later.
  • Limit access to the /api/daq endpoint and Socket.IO DAQ_QUERY event to authenticated users or trusted hosts, for example by enabling authentication or applying network‑level access controls.
  • Block unauthenticated requests to those endpoints using firewall rules or application‑level request filtering.

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

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-h9fj-c2qr-76g2 FUXA has SQL Injection in its TDengine DAQ connector via backslash bypass of escapeTdString
History

Wed, 19 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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:00:00 +0000

Type Values Removed Values Added
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.
Title FUXA: SQL injection in TDengine DAQ connector via backslash bypass of escapeTdString
Weaknesses CWE-89
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-19T13:10:57.660Z

Reserved: 2026-05-19T21:29:25.482Z

Link: CVE-2026-47720

cve-icon Vulnrichment

Updated: 2026-08-19T13:10:54.486Z

cve-icon NVD

Status : Received

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

Modified: 2026-08-19T13:17:45.613

Link: CVE-2026-47720

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')