Description
Hugging Face Accelerate through 1.14.0 contains a path traversal vulnerability in load_checkpoint_in_model and load_checkpoint_and_dispatch functions that fail to sanitize weight_map entries from sharded checkpoint indexes. Attackers can supply relative paths with ../ sequences or absolute paths to read arbitrary files, or point shard entries at named pipes to cause indefinite blocking and denial of service.
Published: 2026-08-10
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is a path traversal vulnerability located in the load_checkpoint_in_model and load_checkpoint_and_dispatch functions of Hugging Face Accelerate. The implementation fails to sanitize weight_map entries that come from sharded checkpoint indexes, allowing callers to insert relative paths containing "../" sequences or absolute paths. This omission enables an attacker to read arbitrary files on the host system. In addition, the vulnerability permits weight_map entries to point at named pipes, leading to indefinite blocking and thus denial of service for the process that loads the checkpoint.

Affected Systems

All releases of Hugging Face Accelerate up to and including version 1.14.0 are affected. This includes any deployments that load checkpoints using the identified functions from these versions.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate to high severity, while the EPSS score is not published and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector involves an attacker who can supply a malicious checkpoint or weight_map payload to the application, which then triggers the unchecked path resolution. If the application runs with sufficient file system privileges, the attacker can read sensitive files and, by abusing named pipes, cause service interruption. The absence of a published EPSS score does not diminish the risk for environments that import checkpoints from untrusted sources or run train jobs as higher‐privileged users.

Generated by OpenCVE AI on August 10, 2026 at 20:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Hugging Face Accelerate to the latest release that includes the fix for the path traversal and named pipe denial of service issue.
  • If an upgrade cannot be performed immediately, validate the weight_map entries to ensure they reference only trusted file paths and reject any entries that attempt to navigate out of the intended checkpoint directory or reference named pipes.
  • Run the checkpoint loading code under the least privileges required, and configure OS file system permissions so that untrusted users or processes cannot read critical system files or create blocking named pipes.

Generated by OpenCVE AI on August 10, 2026 at 20:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Description Hugging Face Accelerate through 1.14.0 contains a path traversal vulnerability in load_checkpoint_in_model and load_checkpoint_and_dispatch functions that fail to sanitize weight_map entries from sharded checkpoint indexes. Attackers can supply relative paths with ../ sequences or absolute paths to read arbitrary files, or point shard entries at named pipes to cause indefinite blocking and denial of service.
Title Hugging Face Accelerate 1.14.0 Path Traversal and DoS via weight_map
Weaknesses CWE-22
References
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-10T19:05:41.348Z

Reserved: 2026-08-03T13:26:21.234Z

Link: CVE-2026-69112

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T20:45:05Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')