CVE-2026-62384
Received Received - Intake

NLTK Symlink Sandbox Bypass in FramenetCorpusReader

Vulnerability report for CVE-2026-62384, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-22

Last updated on: 2026-08-22

Assigner: VulnCheck

Description

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 validation guard and are resolved to files outside the intended corpus root when accessed via frame_by_name(), _lu_file(), or doc() methods.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-22
Last Modified
2026-08-22
Generated
2026-08-22
AI Q&A
2026-08-22
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
nltk nltk to 3.10.2 (exc)
nltk nltk From 3.10.0 (inc) to 3.10.1 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-62384 is a symlink-based sandbox bypass in NLTK's FramenetCorpusReader. Attackers can place symlinks inside the corpus directory that bypass path validation checks. When methods like frame_by_name() or doc() are called with these symlink names, they resolve to files outside the intended directory, allowing unauthorized file access.

Detection Guidance

Check NLTK version with pip show nltk. If version is before 3.10.2, the system is vulnerable. Inspect FramenetCorpusReader usage in code for methods like frame_by_name(), _lu_file(), or doc(). Look for symlinks in corpus directories that could bypass path checks.

Impact Analysis

This vulnerability allows remote attackers to read arbitrary XML files outside the corpus root without privileges or user interaction. If you use NLTK versions before 3.10.2, an attacker could access sensitive files on your system by exploiting this flaw through normal API calls.

Mitigation Strategies

Upgrade NLTK to version 3.10.2 or later immediately. Review and update any code using FramenetCorpusReader to use CorpusReader.open() or validate_path() with required_root. Remove or restrict write access to corpus directories to prevent symlink creation.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-62384. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart