#VU100775 Improper authentication in Cobbler - CVE-2024-47533
Published: November 21, 2024 / Updated: August 22, 2025
Cobbler
Cobbler project
Description
The vulnerability allows a remote attacker to bypass authentication process.
The vulnerability exists due to an error in the authentication process within the utils.get_shared_secret(), which always returns the "-1" value and as a result allows anyone to connect to the XML-RPC interface as user `''` password "-1". A remote attacker can bypass authentication process and perform arbitrary changes in the application.