Description
A missing authentication vulnerability in frangoteam/FUXA through 1.3.3 allows an unauthenticated remote attacker to query all historical sensor data via the DAQ_QUERY Socket.IO event. When secureEnabled=true, all other sensitive Socket.IO events (DEVICE_BROWSE, HOST_INTERFACES, DEVICE_TAGS_REQUEST, etc.) call isSocketAdminAuthorized to verify the connection token, but the DAQ_QUERY handler in server/runtime/index.js lacks this check entirely.
Published: 2026-08-10
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A missing authentication check in the frangoteam/FUXA code allows an unauthenticated attacker to trigger the DAQ_QUERY event via Socket.IO and retrieve every stored sensor reading. When secureEnabled is enabled, other sensitive Socket.IO operations validate the connection token, but the DAQ_QUERY handler in server/runtime/index.js does not perform this check. The result is that anyone with network access to the Socket.IO endpoint can exfiltrate historical sensor data without authentication, constituting a confidentiality breach.

Affected Systems

The flaw affects frangoteam's FUXA platform up to version 1.3.3. No information is provided about mitigated releases beyond 1.3.3, so all installations newer than that statement may still be exposed unless the vendor publishes an update.

Risk and Exploitability

The overall CVSS score is 7.5, indicating a high impact attack. The EPSS score is not available, and the vulnerability is not listed in CISA's KEV catalog. The most likely attack vector is remote via the Socket.IO interface; a threat actor only needs network connectivity to the FUXA WebSocket endpoint to trigger the unauthenticated DAQ_QUERY event. Once accessed, the attacker can exfiltrate any historical sensor data without needing initial authentication.

Generated by OpenCVE AI on August 10, 2026 at 19:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update FUXA to a version that includes authentication validation for the DAQ_QUERY event or apply the vendor's security patch.
  • Restrict network access to the Socket.IO endpoint by configuring firewall rules, VPN, or internal routing so only trusted systems can connect.
  • If an upgrade is not immediately possible, modify the server/runtime/index.js file to add a token check to the DAQ_QUERY handler or disable the event entirely.

Generated by OpenCVE AI on August 10, 2026 at 19:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 10 Aug 2026 13:00:00 +0000

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

Mon, 10 Aug 2026 12:00:00 +0000

Type Values Removed Values Added
Description A missing authentication vulnerability in frangoteam/FUXA through 1.3.3 allows an unauthenticated remote attacker to query all historical sensor data via the DAQ_QUERY Socket.IO event. When secureEnabled=true, all other sensitive Socket.IO events (DEVICE_BROWSE, HOST_INTERFACES, DEVICE_TAGS_REQUEST, etc.) call isSocketAdminAuthorized() to verify the connection token, but the DAQ_QUERY handler in server/runtime/index.js lacks this check entirely. A missing authentication vulnerability in frangoteam/FUXA through 1.3.3 allows an unauthenticated remote attacker to query all historical sensor data via the DAQ_QUERY Socket.IO event. When secureEnabled=true, all other sensitive Socket.IO events (DEVICE_BROWSE, HOST_INTERFACES, DEVICE_TAGS_REQUEST, etc.) call isSocketAdminAuthorized to verify the connection token, but the DAQ_QUERY handler in server/runtime/index.js lacks this check entirely.

Mon, 10 Aug 2026 11:00:00 +0000

Type Values Removed Values Added
Description A missing authentication vulnerability in frangoteam/FUXA through 1.3.3 allows an unauthenticated remote attacker to query all historical sensor data via the DAQ_QUERY Socket.IO event. When secureEnabled=true, all other sensitive Socket.IO events (DEVICE_BROWSE, HOST_INTERFACES, DEVICE_TAGS_REQUEST, etc.) call isSocketAdminAuthorized() to verify the connection token, but the DAQ_QUERY handler in server/runtime/index.js lacks this check entirely.
Title frangoteam FUXA - Missing Authentication on DAQ_QUERY Socket.IO Event Handler
Weaknesses CWE-306
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: TuranSec

Published:

Updated: 2026-08-10T13:20:56.197Z

Reserved: 2026-08-10T10:32:53.854Z

Link: CVE-2026-72586

cve-icon Vulnrichment

Updated: 2026-08-10T13:20:48.190Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T20:00:03Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function