Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Naimov Muhammad

#37213of 56,330
7.5Total CVSS
Vulnerabilities · 1
PT-2026-69470
7.5
2026-08-10
Frangoteam · Fuxa · CVE-2026-72586
**Name of the Vulnerable Software and Affected Versions** frangoteam/FUXA versions prior to 1.3.4 **Description** A missing authentication flaw allows an unauthenticated remote attacker to query all historical sensor data. This occurs because the `DAQ QUERY` Socket.IO event handler in server/runtime/index.js does not call the `isSocketAdminAuthorized()` function to verify the connection token, even when `secureEnabled` is set to true. Other sensitive Socket.IO events, such as `DEVICE BROWSE`, `HOST INTERFACES`, and `DEVICE TAGS REQUEST`, correctly implement this authorization check. **Recommendations** Update frangoteam/FUXA to version 1.3.4 or later. As a temporary mitigation, restrict access to the `DAQ QUERY` Socket.IO event.