If a target user is suppress blocked on another wiki (not the local one) the activeLocalBlocksAllWikis count will include the suppress blocks, even if your user does not have rights to see the suppress block.
Apparently this is a bug in CentralAuthUser::getBlocks(). For example, it also affects Special:CentralAuth.
Reproduction steps
- Login to https://test.wikipedia.org
- Enable UIC by submitting https://test.wikipedia.org/wiki/Special:ApiSandbox#action=options&format=json&optionname=checkuser-userinfocard-enable&optionvalue=1
- Go to https://test.wikipedia.org/wiki/Special:ListUsers?username=Drwpb2&limit=1
- Open your browsers Network tab
- Open the UIC icon next to Drwpb2
- In the Network tab, there will be a request to test.wikipedia.org/w/rest.php/checkuser/v0/userinfo
- Click this and choose the "Response" tab (on Firefox, might be called something different on Chrome)
Expected: In the response there should be a line activeLocalBlocksAllWikis: 0
Observed: Instead it is activeLocalBlocksAllWikis: 1
Environment: https://test.wikipedia.org CheckUser 2.5 (444619c) 16:19, 28 July 2025.