CVE-2024-6174
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedWhen a non-x86 platform is detected, cloud-init grants root access to a hardcoded url with a local IP address. To prevent this, cloud-init default configurations disable platform enumeration.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceOn non-x86 platforms, cloud-init's platform enumeration feature grants root access to a hardcoded URL containing a local IP address, allowing potential remote attackers to gain root privileges via that endpoint.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 25.1.3CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Adjacent
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Verify cloud-init is installedRun 'cloud-init --version' or check for /etc/cloud/cloud.cfgAffected if cloud-init is not installed, the system is not affected by this CVE
-
Determine installed cloud-init versionRun 'cloud-init --version' and compare the version number to 25.1.3Affected if version is lower than 25.1.3, the system may be affected
-
Identify system architectureRun 'uname -m' or check 'dpkg --print-architecture' to determine if the platform is non-x86 (e.g., aarch64, arm64, ppc64le)Affected if architecture is non-x86, the vulnerable code path can be triggered
-
Check if platform enumeration is enabled in cloud-init configInspect /etc/cloud/cloud.cfg or /etc/cloud.cfg for 'platform' or 'datasource' settings that enable enumeration; also check if cloud-init datasource configuration includes auto-detectionAffected if platform enumeration or datasource auto-detection is enabled, the vulnerable code path is triggered on non-x86 platforms
-
Inspect cloud-init datasource configuration for hardcoded URLsReview cloud-init logs (journalctl -u cloud-init) or configuration files for URLs containing local IP addresses (e.g., 169.254.169.254) that could be exploitedAffected if hardcoded local IP URLs are present in datasource configuration, exploitation is possible if attacker has network access
System is affected if cloud-init version is below 25.1.3, running on a non-x86 architecture, and platform enumeration/datasource auto-detection is enabled, allowing an attacker with access to the hardcoded local IP to potentially gain root privileges.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped25.1.3
Disable platform enumeration in cloud-init configurations, or upgrade to a patched version that removes the hardcoded URL and enforces proper access controls.
cloud-init 25.1.3
- Identify the cloud-init configuration file (typically /etc/cloud/cloud.cfg or /etc/cloud.cfg)
- Backup the current cloud-init configuration file before making changes
- Upgrade cloud-init to version 25.1.3 or later using the system's package manager (e.g., apt-get install cloud-init=25.1.3, yum update cloud-init, or pip install --upgrade cloud-init==25.1.3 depending on your OS)
- After upgrade, verify the version by running: cloud-init --version
- Restart cloud-init services: systemctl restart cloud-init (or equivalent for your init system)
- If choosing config-based mitigation instead of upgrade, add or ensure these lines exist in /etc/cloud/cloud.cfg under the 'cloud_init_modules' or main section: 'disable_root: true' and 'allow_root: false'
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,800.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-6174 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2024-6174 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data