You can check this by running the following SQL query:
select templateName, acl from ssrv2template where templateName = 'SharePoint';
If you get the following result then you have experienced this defect:
[templateName] [acl]
SharePoint AccountAdministration
If this is the result you receive then please issue the following query:
Update SSRV2Template set acl='USM Monitoring Configuration Service' where acl='Account Administration';
After this, please restart the mon_config_service probe on the primary hub.