CVE-2021-43415
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 · uneditedHashiCorp Nomad and Nomad Enterprise up to 1.0.13, 1.1.7, and 1.2.0, with the QEMU task driver enabled, allowed authenticated users with job submission capabilities to bypass the configured allowed image paths. Fixed in 1.0.14, 1.1.8, and 1.2.1.
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 confidenceHashiCorp Nomad's QEMU task driver had a path traversal/allowlist bypass vulnerability where authenticated users with job submission capabilities could bypass the configured allowed_image_paths setting. This allowed unauthorized image retrieval from arbitrary paths by exploiting how the QEMU driver processed image paths in job specifications.
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>= 1.0.0, < 1.0.14>= 1.1.0, < 1.1.8= 1.2.0CVSS 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
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:L/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.
-
Check Nomad versionRun `nomad version` on the server/agent or query the API at `/v1/agent/self` to retrieve the running version.Affected if The installed version falls within the affected ranges: >= 1.0.0 and < 1.0.14, >= 1.1.0 and < 1.1.8, or exactly 1.2.0.
-
Verify QEMU task driver is enabledCheck the Nomad agent configuration file (usually at `/etc/nomad.d/nomad.hcl` or `/etc/nomad/config.hcl`) for the `plugin` stanza under `task_driver`. Look for `qemu` in the enabled drivers, or query the `/v1/agent/plugins` API endpoint.Affected if The QEMU task driver is enabled in the Nomad configuration.
-
Inspect allowed_image_paths settingExamine the Nomad agent configuration for the QEMU driver settings. Look for the `allowed_image_paths` parameter which defines the allowlist for image retrieval. This is typically configured under `plugin "qemu"` stanza.Affected if The `allowed_image_paths` setting exists and defines an allowlist (the bypass requires this setting to be present but can be circumvented).
-
Identify users with job submission capabilitiesReview Nomad ACL policies and tokens. Check for any policies granting `submit-job` or similar job submission capabilities that could be assigned to operators or CI/CD pipelines.Affected if ACL is enabled and users or tokens exist with job submission permissions, allowing them to submit jobs that could exploit the path traversal.
The environment is affected if the Nomad version is within the vulnerable ranges, the QEMU task driver is enabled, and users with job submission capabilities exist, regardless of the allowed_image_paths configuration.
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 · scoped1.0.141.1.8
Upgrade Nomad to version 1.0.14, 1.1.8, or 1.2.1 or later. If immediate patching is not possible, consider disabling the QEMU task driver if not required, or implement additional network-level controls to restrict image retrieval sources.
Upgrade to Nomad 1.0.14, 1.2.1, or 1.2.1 (or later) depending on your version branch
- 1. Identify your current Nomad version using `nomad version`
- 2. Determine which version branch you're currently on (1.0.x, 1.1.x, or 1.2.x)
- 3. For 1.0.x users: Upgrade to Nomad 1.0.14 or later
- 4. For 1.1.x users: Upgrade to Nomad 1.1.8 or later
- 5. For 1.2.x users: Upgrade to Nomad 1.2.1 or later
- 6. Download the appropriate upgrade from https://www.nomadproject.io/downloads
- 7. Follow the standard Nomad upgrade procedure: https://www.nomadproject.io/docs/upgrade
- 8. Verify the upgrade was successful by running `nomad version` and confirming the QEMU driver is now patched
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation2.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,072.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2021-43415 — 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-2021-43415 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