---
id: CVE-2026-72586
title: >-
  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
summary: >-
  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.…
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-306
published: '2026-08-10'
updated: '2026-08-28'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-72586'
references:
  - url: 'https://github.com/frangoteam/FUXA'
    label: 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c
  - url: 'https://github.com/frangoteam/FUXA/blob/master/server/runtime/index.js'
    label: 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c
tags:
  - nvd
epss: 0.00633
epssPercentile: 0.48152
ingestedAt: '2026-08-29T17:39:55.730Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
