Setuid helper drops all supplementary groups

The setuid helper in ChrootSetuidJail (run-as-anonymous) drops all supplementary groups by doing setgroups(0, 0). However, some groups are negative rather than positive, so this might add authority to the sandboxed process. This is therefore a potential vulnerability.

Julien Tinnes reports:

PlashIssues/NegativeSupplementaryGroups (last edited 2009-10-21 16:55:21 by MarkSeaborn)