MB-R101
Global Magento Admin ACL access is limited to approved roles and users.
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