MB-R101
Magento Admin roles granted global access through Magento_Backend::all must be limited to explicitly approved break-glass or super-administrator roles and their authorized users. All other roles should use least-privilege resource assignments appropriate to their operational responsibilities. The audit must identify each globally privileged role and the users who inherit it, then compare them with the project-approved exception policy. Missing approval evidence or unapproved global access must fail the rule; unavailable database evidence must produce an UNKNOWN result.
Magento roles granted Magento_Backend::all can perform broad administrative actions. If global access is not limited to explicitly approved break-glass or super-administrator roles, least privilege is lost and account compromise becomes much more damaging.
Global ACL access should be exceptional, documented, and tied to known authorized users.
Magento_Backend::all to approved administrator roles only.UNKNOWN when database evidence is unavailable.Marketing role has Magento_Backend::all
# Unapproved global admin access → FAIL
Only documented super-admin and break-glass roles have Magento_Backend::all
# Global access is approved and reviewable → PASS