
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-69970 is an insecure default configuration vulnerability in FUXA v1.2.7, an open-source web-based SCADA/HMI application. The secureEnabled flag in server/settings.default.js is commented out by default, causing the application to initialize with authentication entirely disabled. This allows unauthenticated remote attackers to access sensitive API endpoints, modify industrial projects, and control connected industrial equipment immediately after installation. It was published on February 3, 2026, and carries a CVSS v3.1 base score of 9.3 (Critical) (Red Hat CVE, FUXA GitHub).
The root cause is classified as CWE-1188 (Insecure Default Initialization of Resource) and CWE-79 (Cross-Site Scripting), stemming from the application shipping with authentication controls commented out in its default configuration file. Specifically, the lines //secureEnabled: true, //secretCode: '', and related token settings in server/settings.default.js are all commented out, meaning the application starts without enforcing any authentication on its API endpoints (FUXA GitHub). An attacker with network access to the FUXA server (default port 1881) requires no credentials, no prior account, and no special privileges — only the ability to reach the exposed web interface. The XSS classification (CWE-79) suggests additional attack surface via stored or reflected script injection through the unauthenticated API (Red Hat CVE).
Successful exploitation allows unauthenticated remote attackers to fully interact with the FUXA SCADA/HMI platform, including reading sensitive project configurations (high confidentiality impact), modifying industrial automation projects and control logic (high integrity impact), and directly commanding connected industrial equipment such as PLCs and field devices. Because FUXA is designed for operational technology (OT) environments, exploitation could result in physical process disruption, equipment damage, or safety incidents in industrial settings. The CVSS scope is marked as Changed, reflecting that the impact extends beyond the application itself to the underlying industrial systems it controls (Red Hat CVE).
No public proof-of-concept exploit code has been identified, and there is no confirmed evidence of in-the-wild exploitation at this time (Red Hat CVE). The EPSS score is approximately 0.044%, indicating a currently low probability of exploitation in the near term. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. However, the trivial exploitation preconditions — no authentication, no special tools required, network-accessible by default — make this a high-risk configuration issue for any internet-exposed FUXA deployment. The vulnerability is detected by Qualys (detection ID 5007411) and tracked in the GitLab advisory database for the fuxa-server npm package.
/api/project or /api/device) on port 1881. If the server responds with data rather than a 401/403 error, authentication is disabled./api/project, /api/device, or /api/tags from unauthenticated sources; unusual outbound connections from the FUXA host to unknown IPs._db directory).No vendor patch has been released for this specific CVE as of the available data. The primary mitigation is to manually enable authentication by uncommenting and configuring the secureEnabled: true flag in server/settings.default.js, along with setting a strong secretCode and appropriate tokenExpiresIn values before deployment (FUXA GitHub). Additionally, restrict network access to the FUXA server (port 1881) using firewall rules, allowing only trusted internal hosts. Organizations should audit all existing FUXA v1.2.7 deployments for unauthorized access and consider placing the application behind a VPN or network access control until a patched version is available.
The vulnerability was noted by The Hacker Wire and discussed briefly on Bluesky social media. Loginsoft published a threat intelligence summary referencing CVE-2025-69970 in the context of advanced threat campaigns targeting core ecosystems. Red Hat tracked the CVE in their security advisory database. No major vendor statements or significant researcher deep-dives have been identified beyond initial disclosure and aggregator coverage.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."