CVE-2026-69112
Received Received - Intake

Path Traversal in Hugging Face Accelerate

Vulnerability report for CVE-2026-69112, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-10

Last updated on: 2026-08-10

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-10
Last Modified
2026-08-10
Generated
2026-08-11
AI Q&A
2026-08-10
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
hugging_face accelerate to 1.14.0 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Hugging Face Accelerate through version 1.14.0 has a path traversal flaw in functions load_checkpoint_in_model and load_checkpoint_and_dispatch. These functions do not properly sanitize weight_map entries from sharded checkpoint indexes, allowing attackers to use relative paths with ../ or absolute paths to read arbitrary files. Attackers can also target shard entries at named pipes to cause indefinite blocking and denial of service.

Detection Guidance

Detecting this vulnerability requires checking for suspicious checkpoint files or paths in Hugging Face Accelerate. Look for files with ../ sequences or absolute paths in weight_map entries. Review logs for file read attempts or shard entries pointing to named pipes. No specific commands are provided in the context.

Impact Analysis

An attacker could exploit this to read sensitive files on your system, including configuration files or other data. They could also cause your application to hang indefinitely by pointing shard entries at named pipes, leading to denial of service.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, violating GDPR's data protection principles or HIPAA's requirements for safeguarding protected health information. Unauthorized file access may result in data breaches, triggering compliance violations and potential legal penalties.

Mitigation Strategies

Immediately update Hugging Face Accelerate to a version beyond 1.14.0. Avoid loading untrusted checkpoint files. Validate all weight_map entries for path traversal attempts. Monitor for unusual file access patterns or system hangs.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-69112. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart