CVE-2024-47533

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-47533
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-47533.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-47533
Aliases
Downstream
Related
Published
2024-11-18T16:33:55Z
Modified
2025-11-11T03:04:03.702477Z
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
{
    "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"
        }
    ]
}

Affected versions

v3.*

v3.0.0
v3.0.1
v3.1.0
v3.1.1
v3.2.0
v3.2.1
v3.2.2
v3.3.0
v3.3.1
v3.3.2
v3.3.3
v3.3.4
v3.3.5
v3.3.6