Lucene search
+L

49311 matches found

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.10 views

CVE-2026-65915

NLTK versions before 3.10.0 contain a logic bug in FileSystemPathPointer.open where the sandbox validation check compares a normalized path against itself, making the security check permanently inert. Attackers can pass file:// URLs to nltk.data.load to read arbitrary files accessible to the...

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

CVE-2026-62384

NLTK versions before 3.10.2 contain a symlink-based sandbox bypass in FramenetCorpusReader that allows attackers to read arbitrary XML files outside the corpus root. Attackers can place symlinks with names containing no path separators inside the corpus subdirectory, which pass the path validatio...

8.7CVSS0.00488EPSS
SaveExploits1References2
NVD
NVD
added 2026/08/22 3:16 p.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.8CVSS0.00185EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/08/22 2:12 p.m.10 views

EUVD-2026-64314

NLTK versions before 3.9.4 contain a symlink escape vulnerability in CorpusReader.open that allows local attackers to read arbitrary files outside the corpus root. The vulnerability exists because path validation is lexical and does not account for symlink resolution, enabling attackers to place...

8.6CVSS5.5AI score0.00205EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2026/08/22 2:12 p.m.29 views

CVE-2026-68766 hashcat through 7.1.2 Arbitrary File Write via Restore File Option Injection

hashcat fails to restrict command-line options when parsing restore files, allowing attackers to inject output-redirecting options like --outfile and --potfile-path. Attackers can craft restore files with malicious options to append attacker-controlled content to arbitrary files, enabling code...

8.5CVSS0.00162EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/22 2:12 p.m.13 views

CVE-2026-68766 hashcat through 7.1.2 Arbitrary File Write via Restore File Option Injection

hashcat fails to restrict command-line options when parsing restore files, allowing attackers to inject output-redirecting options like --outfile and --potfile-path. Attackers can craft restore files with malicious options to append attacker-controlled content to arbitrary files, enabling code...

8.5CVSS6.2AI score
SaveExploits0References7
CVE
CVE
added 2026/08/22 2:12 p.m.27 views

CVE-2026-68766

hashcat through 7.1.2 is vulnerable to arbitrary file write via restore file option injection. The restore file parser (in src/restore.c) fails to restrict command-line options, allowing an attacker to inject directives such as --outfile and --potfile-path into a crafted restore file. This enable...

8.5CVSS6AI score0.00162EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/22 2:12 p.m.11 views

EUVD-2026-64311

hashcat fails to restrict command-line options when parsing restore files, allowing attackers to inject output-redirecting options like --outfile and --potfile-path. Attackers can craft restore files with malicious options to append attacker-controlled content to arbitrary files, enabling code...

8.5CVSS6AI score0.00162EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/22 2:12 p.m.15 views

CVE-2026-65915 NLTK before 3.10.0 Arbitrary File Read via FileSystemPathPointer

NLTK versions before 3.10.0 contain a logic bug in FileSystemPathPointer.open where the sandbox validation check compares a normalized path against itself, making the security check permanently inert. Attackers can pass file:// URLs to nltk.data.load to read arbitrary files accessible to the...

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

CVE-2026-65915

NLTK versions before 3.10.0 contain a logic bug in FileSystemPathPointer.open() where the sandbox validation check compares a normalized path against itself, rendering the security check permanently inert. An attacker with low privileges can pass file:// URLs to nltk.data.load() to read arbitrary...

7.1CVSS5.5AI score0.00359EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2026/08/22 2:12 p.m.30 views

CVE-2026-65915 NLTK before 3.10.0 Arbitrary File Read via FileSystemPathPointer

NLTK versions before 3.10.0 contain a logic bug in FileSystemPathPointer.open where the sandbox validation check compares a normalized path against itself, making the security check permanently inert. Attackers can pass file:// URLs to nltk.data.load to read arbitrary files accessible to the...

7.1CVSS0.00359EPSS
SaveExploits1References2
EUVD
EUVD
added 2026/08/22 2:12 p.m.9 views

EUVD-2026-64309

NLTK versions before 3.10.0 contain a logic bug in FileSystemPathPointer.open where the sandbox validation check compares a normalized path against itself, making the security check permanently inert. Attackers can pass file:// URLs to nltk.data.load to read arbitrary files accessible to the...

7.1CVSS5.5AI score0.00359EPSS
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
Debian CVE
Debian CVE
added 2026/08/22 2:12 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.7CVSS5.5AI score0.00563EPSS
SaveExploits1
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
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.12 views

CVE-2026-62384 NLTK FramenetCorpusReader Symlink Sandbox Bypass before 3.10.2

NLTK versions before 3.10.2 contain a symlink-based sandbox bypass in FramenetCorpusReader that allows attackers to read arbitrary XML files outside the corpus root. Attackers can place symlinks with names containing no path separators inside the corpus subdirectory, which pass the path validatio...

8.7CVSS5.8AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/22 2:12 p.m.11 views

EUVD-2026-64337

NLTK versions before 3.10.0 contain a path traversal vulnerability in FramenetCorpusReader and NKJPCorpusReader that allows attackers to parse XML files outside the corpus root by supplying unsafe selectors or poisoned index state. Attackers can exploit framebyname, doc, lu, and header methods wi...

8.2CVSS5.5AI score0.00367EPSS
SaveExploits1References2
Rows per page
Query Builder