NLTK 在 3.10.3 版本之前存在一个远程代码执行漏洞,该漏洞出现在 AllowlistUnpickler 中。该组件仅校验 pickle 模块的字符串,而未校验全局名称,攻击者可通过属性遍历解析带点号的名称,从而调用未被列入白名单命名空间的可执行对象。攻击者可以构造不可信的过渡解析器(transition-parser)模型,当 TransitionParser.parse 通过 allowlisted_pickle_load 加载该模型时,即可执行任意命令。
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
| # | POC Description | Source Link | Shenlong Link |
|---|
VULNERABLE: RCE via malicious TransitionParser model — os.system ran during model load: PROOF_994959cc2e9e7e10 uid=0(root) gid=0(root) groups=0(root)
| CVE-2026-62388 | 7.5 HIGH | NLTK before 3.10.0 Insecure Default Configuration pathsec |
| CVE-2026-62384 | 7.5 HIGH | NLTK FramenetCorpusReader Symlink Sandbox Bypass before 3.10.2 |
| CVE-2026-66393 | 7.5 HIGH | NLTK before 3.9.4 Denial of Service via JSONTaggedDecoder |
| CVE-2026-63312 | 7.5 HIGH | NLTK StreamBackedCorpusView Bypasses pathsec.ENFORCE Arbitrary File Read |
| CVE-2026-63310 | 7.1 HIGH | NLTK before 3.9.3 Missing Post-Download Integrity Verification |
| CVE-2026-65915 | 6.5 MEDIUM | NLTK before 3.10.0 Arbitrary File Read via FileSystemPathPointer |
| CVE-2026-70626 | 6.2 MEDIUM | NLTK before 3.9.4 Symlink Escape via CorpusReader |
| CVE-2026-62385 | 5.9 MEDIUM | NLTK 3.9.4 Path Traversal via FrameNet and NKJP Readers |
| CVE-2026-62383 | 5.5 MEDIUM | nltk IPIPANCorpusReader Symlink Arbitrary File Read |
| CVE-2026-63311 | 5.3 MEDIUM | NLTK before 3.10.0 SSRF via DNS Resolution Failure |
| CVE-2026-71514 | 2.5 LOW | NLTK 3.9.4 through 3.10.2 Path Traversal via CrubadanCorpusReader pathsec Bypass |
No comments yet