CVE-2026-67442 PUBLISHED

FUXA Business Logic Flaw: Role Deletion Without User Assignment Cleanup

Assigner: GitHub_M
Reserved: 29.07.2026 Published: 18.08.2026 Updated: 18.08.2026

FUXA is a web-based Process Visualization (SCADA/HMI/Dashboard) software. Prior to 1.3.3, DELETE /api/roles removes role definitions through server/runtime/users/usrstorage.js but does not remove the deleted role identifier from each user's info.roles array or the runtime usersMap cache. If a permission configuration still references that identifier, an affected user can retain authorization rights that an administrator intended to revoke, causing residual privilege, inconsistent access-control state, and misleading audit results. This issue is fixed in version 1.3.3.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:L/I:N/A:N
CVSS Score: 2

Product Status

Vendor frangoteam
Product FUXA
Versions
  • Version < 1.3.3 is affected

References

Problem Types

  • CWE-284: Improper Access Control CWE
  • CWE-459: Incomplete Cleanup CWE