Junglewise Threat Intelligence

CVE-2025-69971: frangoteam FUXA hardcoded JWT signing secret fallback

CVE-2025-69971 · Severity: high · CVSS 8.1 · Published 2026-03-07

Technologies: Frangoteam FUXA, @frangoteam/fuxa (npm), fuxa-server (npm). Vendors: Frangoteam, npm.

Executive brief

FUXA, an open-source industrial web-based SCADA/HMI platform, contains a security flaw where it uses a publicly known, hardcoded password to sign digital login tokens. If an administrator has not manually configured a custom security key, an attacker can use this known password to create their own valid login tokens. This allows an unauthorized user to bypass authentication entirely and gain full access to the system and its industrial controls.

Technical details

FUXA (up to version 1.2.11) utilizes a hardcoded fallback JWT signing secret ('frangoteam751') within its `jwt-helper.js` component. When the `secretCode` configuration is left empty, the application defaults to this static string to sign JSON Web Tokens. A remote, unauthenticated attacker can exploit this by manually crafting and signing a JWT using the known secret, granting them unauthorized administrative access to the web interface. The vulnerability is classified as CWE-321 (Use of Hard-coded Cryptographic Key) and has been remediated in version 1.3.0 by implementing secure random secret generation when no custom code is provided.

Affected products

  • frangoteam FUXA <= 1.2.11

Timeline

  • 2026-03-07: advisory: GitHub Advisory GHSA-c8m8-3jcr-6rj5 published
  • 2026-03-07: patched: Issue addressed in version 1.3.0

References

Related threats