CVE-2024-47533

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-47533
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-47533.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-47533
Aliases
Downstream
Related
Published
2024-11-18T16:33:55.229Z
Modified
2025-11-26T19:35:16.130146Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Cobbler allows anyone to connect to cobbler XML-RPC server with a known password and make changes
Details

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.

Database specific
{
    "cna_assigner": "GitHub_M",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/blob/9c3874e559580d6c6ec8d449812ac11277724770/cves/2024/47xxx/CVE-2024-47533.json",
    "cwe_ids": [
        "CWE-287"
    ]
}
References

Affected packages

Git / github.com/cobbler/cobbler

Affected ranges

Type
GIT
Repo
https://github.com/cobbler/cobbler
Events
Database specific
{
    "versions": [
        {
            "introduced": "3.0.0"
        },
        {
            "fixed": "3.2.3"
        }
    ]
}
Type
GIT
Repo
https://github.com/cobbler/cobbler
Events
Database specific
{
    "versions": [
        {
            "introduced": "3.3.0"
        },
        {
            "fixed": "3.3.7"
        }
    ]
}