CVE-2023-31717
Description
A SQL Injection attack in FUXA <= 1.1.12 allows exfiltration of confidential information from the database.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
SQL injection vulnerability in FUXA <=1.1.12 allows remote unauthenticated attackers to extract sensitive database content via a crafted id parameter.
CVE-2023-31717 is a SQL injection vulnerability in FUXA, a web-based SCADA/HMI platform used for industrial process visualization. The flaw affects versions up to and including 1.1.12 and stems from insufficient sanitization of the "id" parameter in HTTP POST requests sent as JSON, allowing an attacker to inject arbitrary SQL queries into the underlying SQLite database [2][3].
Exploitation requires no authentication and can be performed over the network by sending a specially crafted POST request to the vulnerable endpoint. The PoC provided uses a blind SQL injection technique with functions like LIKE, CHAR, and UPPER to extract data character by character, demonstrating that an attacker can systematically retrieve confidential information [3].
Successful exploitation enables an attacker to exfiltrate sensitive data stored in the database, such as user credentials, device configurations, or historical process data. Given FUXA's use in industrial environments, this could lead to unauthorized access to SCADA systems and potential operational disruption [1][2].
The vendor has addressed this issue in a subsequent release after 1.1.12. Users are strongly advised to upgrade to the latest version of FUXA. If upgrading is not immediately possible, network access controls should be implemented to restrict access to the web interface [1]. There is no evidence of active exploitation in the wild as of the publication date.
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 |
|---|---|---|
fuxa-servernpm | <= 1.1.12 | — |
Affected products
2- FUXA/FUXAdescription
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3- github.com/advisories/GHSA-v9q5-9crp-92f9ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2023-31717ghsaADVISORY
- youtu.be/IBMXTEI_5wYghsaWEB
News mentions
0No linked articles in our index yet.