CVE-2026-47717
FUXA's Unauthenticated Project Data Disclosure Exposes Server-Side Scripts and Device Configurations
Record summary
CVE-2026-47717 has a selected CVSS score of 7.5 (high); EIP currently links 1 Nuclei template.
Description
FUXA is a web-based Process Visualization (SCADA/HMI/Dashboard) software. In fuxa-server version 1.3.0, the GET /api/project endpoint exposes sensitive project configuration data to guest-context requests even when secureEnabled is enabled. Version 1.3.1 fixes the issue.
Exploitation context
Available material
- Nuclei templates
- 1
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated Aug 13, 2026 · Source: CVE List
Affected products and versions
2| Product | Source | Version range | Status |
|---|---|---|---|
| CVE List | = 1.3.0 | affected | |
fuxa-serverBrowse npm / fuxa-server | GitHub Advisory | 1.3.0 | affected |
| 1.3.0 to < 1.3.1 · Fixed in 1.3.1 | affected |
Nuclei templates
1ProjectDiscoveryHIGHFUXA 1.3.0 - Unauthenticated ICS/SCADA Project Data DisclosureCVSS 7.5
FUXA v1.3.0 exposes full SCADA/HMI project configuration via GET /api/project without authentication, even when secureEnabled is true. The secureFnc middleware auto-generates a valid guest JWT when no token is provided, bypassing authentication. Exposed data includes server-side scripts, device configs, HMI views, and alarm definitions.
Remediation
Upgrade to fuxa-server version 1.3.1 or later.
Source: ProjectDiscovery