Lucene search
+L

27 matches found

RedhatCVE
RedhatCVE
added 2026/08/31 11:53 a.m.5 views

CVE-2026-63312

A flaw was found in NLTK. This vulnerability, specifically within the StreamBackedCorpusView component, allows an attacker to bypass security enforcement by directly calling builtins.open instead of the intended pathsec.open. By controlling the fileid argument, an attacker can read arbitrary loca...

8.7CVSS5.8AI score0.00563EPSS
SaveExploits1References5
NVD
NVD
added 2026/08/27 5:21 p.m.7 views

CVE-2026-81726

NLTK through 3.10.3 contains a path traversal vulnerability in model-artifact APIs that bypass pathsec enforcement by using raw file operations on caller-controlled paths. Attackers can read or write files outside allowed sandbox roots through TransitionParser, AveragedPerceptron, PerceptronTagge...

8.3CVSS0.0026EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/08/27 2:51 p.m.11 views

EUVD-2026-67076

NLTK through 3.10.3 contains a path traversal vulnerability in model-artifact APIs that bypass pathsec enforcement by using raw file operations on caller-controlled paths. Attackers can read or write files outside allowed sandbox roots through TransitionParser, AveragedPerceptron, PerceptronTagge...

8.3CVSS5.2AI score0.0026EPSS
SaveExploits1References2
CVE
CVE
added 2026/08/27 2:51 p.m.18 views

CVE-2026-81726

NLTK through 3.10.3 contains a path traversal vulnerability in its model-artifact APIs. The root cause is that TransitionParser, AveragedPerceptron, PerceptronTagger, and maxent parameter APIs bypass pathsec enforcement by performing raw file operations on caller-controlled paths, allowing attack...

8.3CVSS5.2AI score0.0026EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2026/08/27 2:51 p.m.11 views

CVE-2026-81726 NLTK through 3.10.3 Path Traversal via Model-Artifact APIs

NLTK through 3.10.3 contains a path traversal vulnerability in model-artifact APIs that bypass pathsec enforcement by using raw file operations on caller-controlled paths. Attackers can read or write files outside allowed sandbox roots through TransitionParser, AveragedPerceptron, PerceptronTagge...

8.3CVSS5.4AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/27 2:51 p.m.39 views

CVE-2026-81726 NLTK through 3.10.3 Path Traversal via Model-Artifact APIs

NLTK through 3.10.3 contains a path traversal vulnerability in model-artifact APIs that bypass pathsec enforcement by using raw file operations on caller-controlled paths. Attackers can read or write files outside allowed sandbox roots through TransitionParser, AveragedPerceptron, PerceptronTagge...

8.3CVSS0.0026EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2026/08/27 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-81726

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - NLTK through 3.10.3 contains a path traversal vulnerability in model-artifact APIs that bypass pathsec enforcement by using raw file operations on...

8.3CVSS5.9AI score0.0026EPSS
SaveExploits1References3
EUVD
EUVD
added 2026/08/25 3:16 p.m.6 views

EUVD-2026-65526

NLTK versions before 3.10.3 contain a path traversal vulnerability in corpus readers that reopen root-derived paths using built-in open instead of nltk.pathsec.open, allowing symlinks to escape trusted roots. Attackers who stage symlinked corpus files under a trusted data root can disclose...

8.2CVSS5.3AI score0.00307EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/25 12:00 a.m.5 views

UBUNTU-CVE-2026-63312

NLTK before 3.10.0 contains an arbitrary local file read vulnerability in StreamBackedCorpusView that bypasses pathsec.ENFORCE by calling builtins.open directly instead of pathsec.open. Attackers who control the fileid argument can read arbitrary local files regardless of the ENFORCE setting,...

8.7CVSS5.6AI score0.00563EPSS
SaveExploits1References7
UbuntuCve
UbuntuCve
added 2026/08/25 12:00 a.m.10 views

CVE-2026-62383

nltk versions before 3.10.2 contain a symlink-based arbitrary file read vulnerability in IPIPANCorpusReader methods that bypass nltk.pathsec validation entirely. Attackers can place a symlink in the corpus root directory and read arbitrary files accessible to the process by calling channels,...

6.8CVSS5.6AI score0.00185EPSS
SaveExploits1References6
OSV
OSV
added 2026/08/25 12:00 a.m.5 views

UBUNTU-CVE-2026-62383

nltk versions before 3.10.2 contain a symlink-based arbitrary file read vulnerability in IPIPANCorpusReader methods that bypass nltk.pathsec validation entirely. Attackers can place a symlink in the corpus root directory and read arbitrary files accessible to the process by calling channels,...

6.8CVSS5.6AI score0.00185EPSS
SaveExploits1References7
Snyk
Snyk
added 2026/08/22 7:00 p.m.8 views

Directory Traversal

Overview nltk is a Natural Language Toolkit NLTK is a Python package for natural language processing. Affected versions of this package are vulnerable to Directory Traversal via the gettag method in nltk/corpus/reader/ipipan.py, which is the single choke point for channels, domains, categories, a...

6.9CVSS6.7AI score0.00185EPSS
SaveExploits1References2
NVD
NVD
added 2026/08/22 3:16 p.m.10 views

CVE-2026-63312

NLTK before 3.10.0 contains an arbitrary local file read vulnerability in StreamBackedCorpusView that bypasses pathsec.ENFORCE by calling builtins.open directly instead of pathsec.open. Attackers who control the fileid argument can read arbitrary local files regardless of the ENFORCE setting,...

8.7CVSS0.00563EPSS
SaveExploits1References2
NVD
NVD
added 2026/08/22 3:16 p.m.9 views

CVE-2026-62383

nltk versions before 3.10.2 contain a symlink-based arbitrary file read vulnerability in IPIPANCorpusReader methods that bypass nltk.pathsec validation entirely. Attackers can place a symlink in the corpus root directory and read arbitrary files accessible to the process by calling channels,...

6.8CVSS0.00185EPSS
SaveExploits1References2
CVE
CVE
added 2026/08/22 2:12 p.m.26 views

CVE-2026-63312

NLTK before 3.10.0 contains an arbitrary local file read vulnerability in StreamBackedCorpusView . The root cause is that the component calls builtins.open() directly instead of the sandboxed pathsec.open() , effectively bypassing the pathsec.ENFORCE security mechanism. An attacker who controls t...

8.7CVSS5.5AI score0.00563EPSS
SaveExploits1References2Affected Software1
EUVD
EUVD
added 2026/08/22 2:12 p.m.9 views

EUVD-2026-64333

NLTK before 3.10.0 contains an arbitrary local file read vulnerability in StreamBackedCorpusView that bypasses pathsec.ENFORCE by calling builtins.open directly instead of pathsec.open. Attackers who control the fileid argument can read arbitrary local files regardless of the ENFORCE setting,...

8.7CVSS5.5AI score0.00563EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/08/22 2:12 p.m.31 views

CVE-2026-63312 NLTK StreamBackedCorpusView Bypasses pathsec.ENFORCE Arbitrary File Read

NLTK before 3.10.0 contains an arbitrary local file read vulnerability in StreamBackedCorpusView that bypasses pathsec.ENFORCE by calling builtins.open directly instead of pathsec.open. Attackers who control the fileid argument can read arbitrary local files regardless of the ENFORCE setting,...

8.7CVSS0.00563EPSS
SaveExploits1References2
OSV
OSV
added 2026/08/22 2:12 p.m.14 views

CVE-2026-63312 NLTK StreamBackedCorpusView Bypasses pathsec.ENFORCE Arbitrary File Read

NLTK before 3.10.0 contains an arbitrary local file read vulnerability in StreamBackedCorpusView that bypasses pathsec.ENFORCE by calling builtins.open directly instead of pathsec.open. Attackers who control the fileid argument can read arbitrary local files regardless of the ENFORCE setting,...

8.7CVSS5.7AI score
SaveExploits0References4
CVE
CVE
added 2026/08/22 2:12 p.m.31 views

CVE-2026-62383

nltk versions before 3.10.2 contain a symlink-based arbitrary file read vulnerability in the IPIPANCorpusReader component. The root cause is a complete bypass of nltk.pathsec validation: an attacker with local access can place a symlink in the corpus root directory and invoke channels(), domains(...

6.8CVSS5.5AI score0.00185EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2026/08/22 2:12 p.m.31 views

CVE-2026-62383 nltk IPIPANCorpusReader Symlink Arbitrary File Read

nltk versions before 3.10.2 contain a symlink-based arbitrary file read vulnerability in IPIPANCorpusReader methods that bypass nltk.pathsec validation entirely. Attackers can place a symlink in the corpus root directory and read arbitrary files accessible to the process by calling channels,...

6.8CVSS0.00185EPSS
SaveExploits1References2
Rows per page
Query Builder