codechecker authentication method confusion vulnerability allows logging in as the built-in root user from an external service
Critical severity
GitHub Reviewed
Published
Nov 6, 2024
in
Ericsson/codechecker
•
Updated Nov 6, 2024
Description
Published by the National Vulnerability Database
Nov 6, 2024
Published to the GitHub Advisory Database
Nov 6, 2024
Reviewed
Nov 6, 2024
Last updated
Nov 6, 2024
Summary
Authentication method confusion allows logging in as the built-in root user from an external service. The built-in root user is generated in a weak manner, cannot be disabled, and has universal access.
Details
Until CodeChecker version 6.24.1 there was an auto-generated super-user account that could not be disabled.
The attacker needs to know only the username of the root user.
This root user is unconditionally assigned superuser permissions.
Which means that if any user via any service logs in with the root user's username, they will unconditionally have superuser permissions on the CodeChecker instance.
The name of the user name can be found in
root.user
file in the CodeChecker configuration directory.You can check if you are impacted by checking the existence of this user in the external authentication services (e.g. LDAP, PAM etc.).
Impact
This vulnerability allows an attacker who can create an account on an enabled external authentication service, to log in as the root user, and access and control everything that can be controlled via the web interface.
The attacker needs to acquire the username of the root user to be successful.
References