CVE-2026-72586 PUBLISHED

frangoteam FUXA - Missing Authentication on DAQ_QUERY Socket.IO Event Handler

Assigner: TuranSec
Reserved: 10.08.2026 Published: 10.08.2026 Updated: 10.08.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 7.5

Product Status

Vendor frangoteam
Product FUXA
Versions Default: unknown
  • affected from 0 to 1.3.3 (incl.)

Credits

  • Naimov Muhammad finder

References

Problem Types

  • CWE-306: Missing Authentication for Critical Function CWE