Impact
Roles used to authorize API methods were incorrectly OR'd instead of AND'ed with the role used to determine if a user was enabled. This allows enabled users access to most, but not all, authorized actions regardless of their permissions.
Notably, the WriteUsers right is unaffected so users may not use this bug to permanently elevate their account permissions.
Patches
The fix has been applied in commit e7b1189 and released in tgstation-server-v6.12.3.
Workarounds
Disable all users that should not have full access to the server.
References
#2064
Impact
Roles used to authorize API methods were incorrectly OR'd instead of AND'ed with the role used to determine if a user was enabled. This allows enabled users access to most, but not all, authorized actions regardless of their permissions.
Notably, the
WriteUsersright is unaffected so users may not use this bug to permanently elevate their account permissions.Patches
The fix has been applied in commit e7b1189 and released in tgstation-server-v6.12.3.
Workarounds
Disable all users that should not have full access to the server.
References
#2064