VYPR
High severityNVD Advisory· Published Mar 16, 2022· Updated Aug 4, 2024

CVE-2021-45851

CVE-2021-45851

Description

FUXA 1.1.3 contains a Server-Side Request Forgery (SSRF) vulnerability that can expose internal services and potentially lead to remote command execution.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

FUXA 1.1.3 contains a Server-Side Request Forgery (SSRF) vulnerability that can expose internal services and potentially lead to remote command execution.

Vulnerability

FUXA version 1.1.3, a web-based SCADA/HMI platform [1], is vulnerable to Server-Side Request Forgery (SSRF). The flaw allows an attacker to induce the server to make HTTP requests to arbitrary internal or external destinations, potentially reaching services that are not intended to be exposed [2]. The exact component triggering the SSRF is not detailed in public references, but it likely resides in a feature that processes user-supplied URLs or network addresses.

Exploitation

An attacker with network access to the FUXA web interface can craft a malicious request containing a target URL pointing to internal resources (e.g., http://localhost:8080/admin). The server then fetches that URL and returns the response to the attacker, effectively bypassing network segmentation. No authentication is explicitly required in the available descriptions, though the attack may depend on the specific endpoint used [2].

Impact

Successful exploitation leads to disclosure of sensitive information from the server's internal environment and services, such as configuration files, credentials, or data from other internal applications. The description further notes that this SSRF can often be escalated to execute arbitrary commands on the server, resulting in full compromise of the FUXA host [2].

Mitigation

As of the publication date (2022-03-16), no official patch or fixed version has been released for FUXA 1.1.3 [1][2]. Users should restrict network access to the FUXA server to trusted hosts only, implement strict input validation on any URL parameters, and monitor logs for suspicious outbound requests. If possible, upgrade to a later version if a fix becomes available.

AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
@frangoteam/fuxanpm
<= 1.1.3

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

3

News mentions

0

No linked articles in our index yet.