Wow, the query isn't filtering out blocked users. I can't believe no one found this until now, lol. There's no feature for it or anything of the sort as it's a bug. I've created the below bug ticket to fix for next release. Quickfix as follows (this will ensure all access permission checks respect the user being blocked or CB banned) by treating them as unregistered users.
IN: /components/com_comprofiler/plugin/user/plug_cbgroupjive/cbgroupjive.class.php
ON: Line 956
FROM:
TO:
Code:
if ( $user->id && ( ! $user->block ) && $user->approved && $user->confirmed && ( ! $user->banned ) ) {
forge.joomlapolis.com/issues/3976