[GHSA-469j-vmhf-r6v7] Correct NLTK affected and fixed versions - #9207
Open
luis63e wants to merge 1 commit into
Open
[GHSA-469j-vmhf-r6v7] Correct NLTK affected and fixed versions#9207luis63e wants to merge 1 commit into
luis63e wants to merge 1 commit into
Conversation
github-actions
Bot
changed the base branch from
main
to
luis63e/advisory-improvement-9207
August 26, 2026 01:44
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.
Summary
Correct the affected range for GHSA-469j-vmhf-r6v7 by replacing
last_affected: 3.9.2withfixed: 3.9.4.The current record treats every version after 3.9.2 as unaffected. NLTK 3.9.3 still accepts parent-directory references in downloader package metadata, while 3.9.4 is the first release that rejects them.
Evidence
The upstream advisory identifies 3.9.4 as the patched version:
The validation was introduced by the upstream fix commit, which is absent from 3.9.3 and included in 3.9.4:
Both releases are published on PyPI:
A controlled constructor-level check using isolated installations produced:
subdir="../../tmp"../../tmp/safe.zip../../tmp/safe.zipValueErrorThis check exercises the vulnerable metadata validation boundary without downloading or writing a file.
Validation
python3 -m json.tool: passedgit diff --check: passedChange
One file:
advisories/github-reviewed/2026/03/GHSA-469j-vmhf-r6v7/GHSA-469j-vmhf-r6v7.jsonmodifiedfor this advisory revision.last_affected: 3.9.2withfixed: 3.9.4so 3.9.3 remains affected and 3.9.4 is recorded as the first fixed release.