CVE-2026-79746: Improper Group Authorization Somecve-2026-79746-improper-group-authorization-some
Group-level authorization check uses `.some()` against permitted resources instead of requiring full containment with `.every()`. This may grant access to all resources in a group if any single resource matches.