Description
FUXA is a web-based Process Visualization (SCADA/HMI/Dashboard) software. Prior to 1.3.2, the DEVICE_WEBAPI_REQUEST and DEVICE_PROPERTY Socket.IO handlers in server/runtime/index.js omit isSocketWriteAuthorized and accept attacker-controlled property.address or endpoint connection data. A remote unauthenticated attacker can make server/runtime/devices/httprequest/index.js call axios.get against arbitrary HTTP or HTTPS destinations, connect to reachable OPC UA or ODBC services, and receive results through the corresponding Socket.IO event. This read SSRF oracle can expose cloud instance metadata, internal administrative services, industrial endpoints, and ODBC data reachable from the FUXA host, including when secureEnabled is true. This issue is fixed in version 1.3.2.
Published: 2026-08-18
Score: 8.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An unauthenticated attacker can exploit the DEVICE_WEBAPI_REQUEST and DEVICE_PROPERTY Socket.IO handlers in FUXA to send arbitrary HTTP or HTTPS requests, or initiate OPC UA or ODBC connections from the server host. The response is returned through the same Socket.IO event, effectively providing a read‑only Server Side Request Forgery oracle. The weakness is classified as CWE‑918. This allows disclosure of internal web services, cloud metadata, proprietary databases, and other resources reachable from the host, potentially enabling further exploitation of those systems.

Affected Systems

The vulnerability affects all installations of frangoteam:FUXA prior to version 1.3.2. In particular, any FUXA instance running the affected codebase exposes the Socket.IO handlers without checking if the socket is authorized, allowing attackers to specify arbitrary target addresses via the property.address or endpoint fields.

Risk and Exploitability

The CVSS score for this issue is 8.2, indicating a high severity. EPSS information is not available, and the vulnerability is not listed in the CISA KEV catalog. An attacker requires only unauthenticated access to the FUXA instance and the ability to send Socket.IO messages to trigger the vulnerable handlers. Because the server can reach internal and external targets regardless of the secureEnabled flag, the risk of data exposure is significant even in HTTPS‑only deployments.

Generated by OpenCVE AI on August 18, 2026 at 21:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade FUXA to version 1.3.2 or later to apply the granted authorization check in the Socket.IO handlers.
  • If an upgrade is not immediately feasible, disable or block inbound requests to the DEVICE_WEBAPI_REQUEST and DEVICE_PROPERTY Socket.IO endpoints to prevent exploitation.
  • Configure network-level outbound filtering so that the FUXA host cannot initiate HTTP, HTTPS, OPC UA, or ODBC connections to unintended targets.

Generated by OpenCVE AI on August 18, 2026 at 21:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-w86f-rf9w-h3x6 FUXA: Unauthenticated SSRF via Socket.IO DEVICE_WEBAPI_REQUEST and DEVICE_PROPERTY with response reading
History

Fri, 21 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 18 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
First Time appeared Frangoteam
Frangoteam fuxa
Vendors & Products Frangoteam
Frangoteam fuxa

Tue, 18 Aug 2026 20:15:00 +0000

Type Values Removed Values Added
Description FUXA is a web-based Process Visualization (SCADA/HMI/Dashboard) software. Prior to 1.3.2, the DEVICE_WEBAPI_REQUEST and DEVICE_PROPERTY Socket.IO handlers in server/runtime/index.js omit isSocketWriteAuthorized and accept attacker-controlled property.address or endpoint connection data. A remote unauthenticated attacker can make server/runtime/devices/httprequest/index.js call axios.get against arbitrary HTTP or HTTPS destinations, connect to reachable OPC UA or ODBC services, and receive results through the corresponding Socket.IO event. This read SSRF oracle can expose cloud instance metadata, internal administrative services, industrial endpoints, and ODBC data reachable from the FUXA host, including when secureEnabled is true. This issue is fixed in version 1.3.2.
Title FUXA: Unauthenticated SSRF via Socket.IO DEVICE_WEBAPI_REQUEST and DEVICE_PROPERTY with response reading
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 8.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-21T19:07:25.133Z

Reserved: 2026-05-19T21:29:25.482Z

Link: CVE-2026-47719

cve-icon Vulnrichment

Updated: 2026-08-21T19:07:21.310Z

cve-icon NVD

Status : Received

Published: 2026-08-18T20:17:15.103

Modified: 2026-08-21T20:16:35.587

Link: CVE-2026-47719

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T21:45:16Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)