[GHSA-4j2p-28q2-5m79] Hugging Face Accelerate through 1.14.0 contains a path... - #9130
Open
KMChris wants to merge 1 commit into
Open
[GHSA-4j2p-28q2-5m79] Hugging Face Accelerate through 1.14.0 contains a path...#9130KMChris wants to merge 1 commit into
KMChris wants to merge 1 commit into
Conversation
github-actions
Bot
changed the base branch from
main
to
KMChris/advisory-improvement-9130
August 14, 2026 22:29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates
Comments
This advisory has no affected product, so it is not actionable and Dependabot cannot surface it.
The affected software is the PyPI package
accelerate(Hugging Face Accelerate), published fromhttps://github.com/huggingface/accelerate. The mapping is confirmed by the upstream report, which
locates the flaw in accelerate.utils.load_checkpoint_in_model / load_checkpoint_and_dispatch in
src/accelerate/utils/modeling.py:
weight_mapin …. huggingface/accelerate#4067Version range: the NVD and VulnCheck records both state "through 1.14.0", and 1.14.0 is the newest
release on PyPI (https://pypi.org/project/accelerate/, released 2026-06-11) as well as the newest
tag in the repository, so
<= 1.14.0covers every released version.No patched version: PR #4138 is still open, and the earlier attempt (#4070) was closed by the stale
bot without review, so the unsanitized os.path.join(checkpoint_folder, f) call is still present on
main. I have left "Patched versions" empty rather than guessing at one.
Also included: a complete title (the current one is truncated mid-sentence), the source code
location, and a PyPI reference supporting the ecosystem mapping. CWE-22 and the CVSS v4 base vector
are unchanged from the CNA record.