The syscall.Faccessat function checks whether the calling process can access a file. Faccessat contains a bug where it checks a fileâs group permission bits if the processâs user is a member of the processâs group rather than a member of the fileâs group. (CVE-2022-29526)