CVE-2026-72586

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.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-10 11:17

Updated : 2026-08-28 18:51


NVD link : CVE-2026-72586

Mitre link : CVE-2026-72586

CVE.ORG link : CVE-2026-72586


JSON object : View

Products Affected

No product.

CWE
CWE-306

Missing Authentication for Critical Function