Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/frangoteam/FUXA
- https://github.com/frangoteam/FUXA/blob/master/server/runtime/index.js
FAQ
What is CVE-2026-72586?
CVE-2026-72586 is a vulnerability with a CVSS score of 7.5 (HIGH). 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 secureEnab...
How severe is CVE-2026-72586?
CVE-2026-72586 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-72586?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.