You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The same users (as per its hash and equal function) may appear multiple times in the identities list sent to authenticators. This appears to be the result of authentication_agent_initiate_challenge operating on a GList and not checking for duplicates nor running a uniqueness function on the result.
To Reproduce
Kinda terrible to reproduce but I've seen this across multiple distros
on arch linux with kde plasma
systemsettings kcm_users
create new admin user
pkexec ls
Expected behavior
Every user appears once
Screenshots
Desktop (please complete the following information):
OS (including version): KDE Linux 202501060256
Desktop Environment [Gnome, KDE, ...]: KDE Plasma Version: 6.2.80
Version of polkit: git main
The text was updated successfully, but these errors were encountered:
Recently, we also upgraded our ubuntu version to 24.04 and looks like we are also seeing the same problem now where we are seeing multiple admin users while doing a restart on some service. We are seeing admin user 2 times as admin user is part of both admin and sudo group in our use case.
`Multiple identities can be used for authentication:
Describe the bug
The same users (as per its hash and equal function) may appear multiple times in the identities list sent to authenticators. This appears to be the result of
authentication_agent_initiate_challenge
operating on a GList and not checking for duplicates nor running a uniqueness function on the result.To Reproduce
Kinda terrible to reproduce but I've seen this across multiple distros
Expected behavior
Every user appears once
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: