CVE-2023-31716
Description
FUXA <= 1.1.12 has a Local File Inclusion vulnerability via the file parameter, allowing unauthenticated attackers to read arbitrary files.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
FUXA <= 1.1.12 has a Local File Inclusion vulnerability via the file parameter, allowing unauthenticated attackers to read arbitrary files.
Vulnerability
Description CVE-2023-31716 is a Local File Inclusion (LFI) vulnerability in FUXA, a web-based SCADA/HMI platform. The vulnerability exists in versions up to and including 1.1.12, where the file parameter in the endpoint file=fuxa.log is not properly sanitized, allowing an attacker to include arbitrary files from the server's filesystem [1][2].
Exploitation
An unauthenticated attacker with network access to the FUXA web interface can exploit this vulnerability by sending a crafted HTTP request with the file parameter set to a path-traversal sequence (e.g., ../../../etc/passwd) followed by the desired file. No authentication is required, making it a critical threat for exposed instances [2][3].
Impact
Successful exploitation allows an attacker to read sensitive files on the server, such as configuration files, application logs, system files (/etc/passwd), or any file accessible to the FUXA process. This can lead to information disclosure, credential theft, and further compromise of the industrial control system [1][2].
Mitigation
The vendor has not released an official patch, but upgrading to a version later than 1.1.12 is recommended. Users should restrict network access to the FUXA dashboard and apply input validation or a Web Application Firewall (WAF) rule to block path traversal attempts [1][3].
AI Insight generated on May 20, 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.
| Package | Affected versions | Patched versions |
|---|---|---|
@frangoteam/fuxanpm | <= 1.1.12 | — |
Affected products
2Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
2- github.com/advisories/GHSA-45c3-c4c3-8rqgghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2023-31716ghsaADVISORY
News mentions
0No linked articles in our index yet.