CVE-2026-69112 PUBLISHED

Hugging Face Accelerate 1.14.0 Path Traversal and DoS via weight_map

Assigner: VulnCheck
Reserved: 03.08.2026 Published: 10.08.2026 Updated: 10.08.2026

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.

Metrics

CVSS 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
CVSS Score: 6.9

Product Status

Vendor huggingface
Product accelerate
Versions Default: affected
  • affected from 0 to 1.14.0 (incl.)

Credits

  • George Chen finder

References

Problem Types

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