NLTK 3.9.4 之前的版本在 CorpusReader.open() 方法中存在符号链接绕过漏洞,允许本地攻击者读取语料库根目录之外的任意文件。该漏洞的成因在于路径验证仅基于 lexical(词法)比较,未考虑符号链接的实际解析过程。攻击者通过在语料库根目录内放置符号链接,可突破预期边界,访问受限目录外的文件。 (注:lexical path validation 指仅通过字符串比较验证路径,而未使用 realpath 等系统调用解析符号链接的实际路径;symlink escape 指利用符号链接特性绕过基于
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 |
|---|
No public POC found.
Login to generate AI POC| CVE-2026-71513 | 8.8 HIGH | NLTK 3.10.0 through 3.10.2 Remote Code Execution via AllowlistUnpickler Dotted-Name Bypass |
| 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-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