Cyber Resilience

CVE-2025-14009

HighPublic PoCRCEUpdated

Published: 18 February 2026

Published
18 February 2026
Modified
30 June 2026
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0071 48.7th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-14009 is a high-severity Code Injection (CWE-94) vulnerability in Nltk Nltk. Its CVSS base score is 8.8 (High).

Operationally, ranked at the 48.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

This vulnerability is AI-related — categorised as NLP Libraries; in the Supply Chain and Deployment risk domain.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A critical vulnerability exists in the NLTK downloader component of nltk/nltk, affecting all versions. The _unzip_iter function in nltk/downloader.py uses zipfile.extractall() without performing path validation or security checks. This allows attackers to craft malicious zip packages that, when downloaded and…

more

extracted by NLTK, can execute arbitrary code. The vulnerability arises because NLTK assumes all downloaded packages are trusted and extracts them without validation. If a malicious package contains Python files, such as __init__.py, these files are executed automatically upon import, leading to remote code execution. This issue can result in full system compromise, including file system access, network access, and potential persistence mechanisms.

CWE(s)

AI Security AnalysisAI

AI Category
NLP Libraries
Risk Domain
Supply Chain and Deployment
OWASP Top 10 for LLMs 2025
None mapped
Classification Reason
Matched keywords: nltk

Related Threats

CVEs Like This One

CVE-2026-0847Same product: Nltk Nltk
CVE-2026-0846Same product: Nltk Nltk
CVE-2026-0848Same product: Nltk Nltk
CVE-2026-33231Same product: Nltk Nltk
CVE-2026-33236Same product: Nltk Nltk
CVE-2021-47939Shared CWE-94
CVE-2026-41229Shared CWE-94
CVE-2025-9334Shared CWE-94
CVE-2026-44262Shared CWE-94
CVE-2026-26045Shared CWE-94

Affected Assets

nltk
nltk
≤ 3.9.3

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-94

Makes persistent code injection into loaded programs impossible when the executable image itself resides on hardware-protected read-only media.

addresses: CWE-94

Dynamically generated code can be produced and executed inside the isolated chamber, preventing host compromise from code-injection payloads.

addresses: CWE-94

Validates inputs used in dynamic code generation to block injected directives.

addresses: CWE-94

Directly prevents execution of attacker-supplied code written into data memory regions.

References