CVE-2026-14891
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 are vulnerable to a sandbox escape in the Docker task driver that may allow a job submitter to bind-mount a host path into a container even when volume bind mounts are disabled, potentially leading to reading and writing files on the host. This vulnerability, CVE-2026-14891, is fixed in Nomad Community Edition 2.0.4 and Nomad Enterprise 2.0.4, 1.11.8, and 1.10.14.
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 confidenceA sandbox escape vulnerability in HashiCorp Nomad's Docker task driver allows a job submitter to bypass volume bind mount restrictions and mount arbitrary host paths into containers, enabling unauthorized read/write access to the host filesystem.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS 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
- High
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:N
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.
-
Identify Nomad installation and versionRun 'nomad version' to obtain the installed Nomad version, or query the API at 'http://<nomad-address>:4646/v1/agent/leader' to retrieve version information from the running instanceAffected if The installed version matches 1.10.x prior to 1.10.4, 1.11.x prior to 1.11.8, or 2.0.x prior to 2.0.4 (or any Enterprise version prior to those respective patches)
-
Confirm Docker task driver is enabledRun 'nomad node status' to list client nodes, then 'nomad node info <node-id>' to inspect enabled drivers, or query the /v1/node/<node-id> API endpoint and inspect the 'Drivers' fieldAffected if The Docker driver shows 'DriverStatus': 'ready' or 'Enabled': true in the node driver information
-
Check for bind mount volume configurationsExamine Nomad job specification files (.nomad files) for 'volume_mount' blocks within task configurations, or query the /v1/allocations API to list running allocations and inspect their volume configurationsAffected if Any job specification contains 'volume_mount' stanzas that bind host paths to containers using the Docker driver
-
Inspect Docker volume driver configurationReview the Nomad client configuration file (commonly at /etc/nomad.d/nomad.hcl or /etc/nomad/config.hcl) for the 'docker' block and any 'volumes' or 'bind_volume' settings, or query the /v1/client/fs endpoint for running task volumesAffected if The Docker driver is configured with 'volumes' set to enable host path mounts (the default behavior allows bind mounts unless explicitly disabled)
-
Verify host filesystem access from containersSubmit a test job with a volume_mount referencing a known host path (e.g., '/etc' or '/root') and inspect the container to confirm the host path is accessible inside the containerAffected if The container successfully mounts and exposes the specified host directory, demonstrating that arbitrary host path binding is not restricted
A user is affected if running a vulnerable Nomad version (pre-2.0.4/1.11.8/1.10.4) with the Docker task driver enabled and bind mount volumes configured, allowing jobs to mount arbitrary host paths into containers.
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 · scopedUpgrade Nomad to version 2.0.4 (Community), or 2.0.4/1.11.8/1.10.4 (Enterprise) to patch the Docker task driver sandbox bypass.
Nomad Community Edition 2.0.4 or Nomad Enterprise 2.0.4/1.11.8/1.10.14
- Identify the current Nomad version running in the environment using 'nomad version'
- Determine whether using Nomad Community Edition or Enterprise Edition
- For Nomad Community Edition users: upgrade to version 2.0.4
- For Nomad Enterprise Edition users: upgrade to version 2.0.4, 1.11.8, or 1.10.14 (choose the version appropriate for your release line)
- After upgrading, verify the Docker task driver configuration does not allow unauthorized bind mounts
- Test that volume bind mount controls function as expected
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation2.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,160.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-14891 — 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-2026-14891 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