#VU127444 Incorrect User Management in authd - CVE-2024-9312
Published: October 10, 2024 / Updated: April 24, 2026
authd
Canonical Ltd.
Description
The vulnerability allows a local privileged user to gain another user's privileges.
The vulnerability exists due to incorrect user management in the GenerateID method and user ID assignment logic when registering user names. A local privileged user can register a user name that yields a colliding UID to gain another user's privileges.
Exploitation requires the ability to register user names, and the issue can be triggered because user ID uniqueness is checked only against a local cache that may be inconsistent, purged, or missing inactive users.