Cobbler, a Linux installation server that allows for rapid setup of network installation environments, has an improper authentication vulnerability starting in version 3.0.0 and prior to versions 3.2.3 and 3.3.7. utils.get_shared_secret()
always returns -1
, which allows anyone to connect to cobbler XML-RPC as user ''
password -1
and make any changes. This gives anyone with network access to a cobbler server full control of the server. Versions 3.2.3 and 3.3.7 fix the issue.
{ "binaries": [ { "binary_name": "cobbler", "binary_version": "2.4.1-0ubuntu2+esm1" }, { "binary_name": "cobbler-common", "binary_version": "2.4.1-0ubuntu2+esm1" }, { "binary_name": "cobbler-web", "binary_version": "2.4.1-0ubuntu2+esm1" }, { "binary_name": "koan", "binary_version": "2.4.1-0ubuntu2+esm1" }, { "binary_name": "python-cobbler", "binary_version": "2.4.1-0ubuntu2+esm1" }, { "binary_name": "python-koan", "binary_version": "2.4.1-0ubuntu2+esm1" } ] }