CVE-2026-65985
Received Received - Intake

Server-Side Request Forgery in FUXA SCADA Software

Vulnerability report for CVE-2026-65985, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-18

Last updated on: 2026-08-18

Assigner: GitHub, Inc.

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-18
Last Modified
2026-08-18
Generated
2026-08-19
AI Q&A
2026-08-18
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 4 associated CPEs
Vendor Product Version / Range
fuxa fuxa to 1.3.2 (inc)
fuxa fuxa 1.3.3
frangoteam fuxa to 1.3.2 (inc)
frangoteam fuxa From 1.3.3 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-918 The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-65985 is a Server-Side Request Forgery (SSRF) vulnerability in FUXA software versions up to 1.3.2. It allows an authenticated non-admin runtime user to control the property.address parameter in the device-webapi-request Socket.IO handler, causing the FUXA server to make outbound HTTP or HTTPS requests to arbitrary URLs. The server then returns the response body to the attacker's socket.

This issue is classified as a hardening problem in secure deployments where secureEnabled=true. The vulnerability enables attackers to use the FUXA server as a read SSRF oracle against internal services or cloud metadata endpoints, depending on the host's network configuration.

Detection Guidance

Check FUXA version with: npm list -g fuxa or cat /path/to/FUXA/package.json | grep version. If version <=1.3.2, the system is vulnerable. Monitor network traffic for unexpected outbound HTTP/HTTPS requests from the FUXA server, especially to internal or cloud metadata endpoints.

Impact Analysis

This vulnerability allows an authenticated attacker to make the FUXA server send requests to internal systems or cloud services. The attacker can read responses from these systems, potentially exposing sensitive data or internal network information. The impact depends on what services the FUXA server can access.

Exploitation requires an authenticated FUXA user account but does not require admin privileges. The attacker could target cloud metadata endpoints to obtain credentials or access internal APIs, databases, or other services reachable from the FUXA server.

Compliance Impact

This SSRF vulnerability could lead to unauthorized access to sensitive data, violating confidentiality requirements in GDPR and HIPAA. If exploited, it may result in data breaches exposing personal or health information, leading to compliance violations and potential regulatory penalties.

Organizations using FUXA in regulated environments must ensure they upgrade to version 1.3.3 or later to mitigate this risk. Failure to address this vulnerability could result in non-compliance with data protection standards and increased exposure to legal and financial consequences.

Mitigation Strategies

Upgrade FUXA to version 1.3.3 or later immediately. If upgrading is not possible, restrict access to the device-webapi-request Socket.IO handler to admin users only by modifying server/runtime/index.js. Ensure secureEnabled=true is set in FUXA configuration to enforce stricter access controls.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-65985. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart