Skip to content

fix: bump nltk lower bound to 3.9.3 to address CVE-2025-14009 (fixes #2269)#2374

Open
hanhan761 wants to merge 2 commits into
microsoft:mainfrom
hanhan761:fix-2269-nltk-cve
Open

fix: bump nltk lower bound to 3.9.3 to address CVE-2025-14009 (fixes #2269)#2374
hanhan761 wants to merge 2 commits into
microsoft:mainfrom
hanhan761:fix-2269-nltk-cve

Conversation

@hanhan761
Copy link
Copy Markdown

Bump nltk lower bound from ~=3.9 (which allows vulnerable 3.9.1) to >=3.9.3 (which requires CVE-fixed version).

Fixes #2269

CVE-2025-14009 affects nltk<3.9.3. The current constraint nltk~=3.9 is compatible with 3.9.3 but pip tends to resolve the lowest compatible version. This change ensures users get at least 3.9.3.

@hanhan761 hanhan761 requested a review from a team as a code owner May 30, 2026 08:41
@hanhan761 hanhan761 force-pushed the fix-2269-nltk-cve branch from 5e1a95a to 56eeecf Compare May 30, 2026 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Issue]: Nltk version used has a CVE

1 participant