Description
FUXA is a web-based Process Visualization (SCADA/HMI/Dashboard) software. In 1.3.2 and earlier, the device-webapi-request Socket.IO handler in server/runtime/index.js permits an authenticated non-admin runtime user to control property.address, causing the FUXA server to issue an outbound HTTP or HTTPS request and return the response body to the requesting socket. The attacker can use the server as a read SSRF oracle against reachable internal services or cloud metadata endpoints, with impact depending on the FUXA host's deployment network. This issue is fixed in version 1.3.3.
Published: 2026-08-18
Score: 6 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The FUXA web‑based Process Visualization software includes a Socket.IO handler called device‑webapi‑request that, in versions 1.3.2 and earlier, permits any authenticated user who is not an administrator to set a property.address value. When this value points to an arbitrary HTTP or HTTPS URL, the FUXA server performs the outbound request and returns the target’s response body back to the requesting socket. This behavior enables the authenticated user to read data from any reachable internal service or cloud metadata endpoint, potentially exposing sensitive information such as credentials or configuration details. The weakness is a classic Server‑Side Request Forgery (CWE‑918).

Affected Systems

The vulnerability affects the FUXA product developed by frangoteam. All releases up to and including version 1.3.2 are impacted, while version 1.3.3 and later contain the fix and are not vulnerable.

Risk and Exploitability

The assigned CVSS score of 6.0 reflects a moderate risk; the EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires an authenticated, non‑admin FUXA user, so the attack surface is constrained to those who can log into the web console. The attacker can read internal resources and potentially probe cloud metadata services, but cannot execute code or modify data unless additional access mechanisms are abused. The lack of a publicly documented exploit reduces immediate threat, yet the vulnerability remains exploitable in environments where internal networks are reachable from the authenticated user’s session.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to FUXA version 1.3.3 or later to remove the SSRF flaw.
  • If an upgrade cannot be performed immediately, restrict the FUXA server’s outbound HTTP/HTTPS traffic with network controls or firewall rules to deny access to internal and cloud metadata endpoints.
  • Reconfigure or disable the device‑webapi‑request handler for authenticated non‑admin users so that only administrators can use the endpoint.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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. In 1.3.2 and earlier, the device-webapi-request Socket.IO handler in server/runtime/index.js permits an authenticated non-admin runtime user to control property.address, causing the FUXA server to issue an outbound HTTP or HTTPS request and return the response body to the requesting socket. The attacker can use the server as a read SSRF oracle against reachable internal services or cloud metadata endpoints, with impact depending on the FUXA host's deployment network. This issue is fixed in version 1.3.3.
Title FUXA: SSRF hardening for `device-webapi-request`
Weaknesses CWE-918
References
Metrics cvssV4_0

{'score': 6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-18T20:05:15.637Z

Reserved: 2026-07-23T18:54:15.832Z

Link: CVE-2026-65985

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

Modified: 2026-08-18T20:17:20.740

Link: CVE-2026-65985

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)