CVE-2026-62385
Received Received - Intake

Path Traversal in NLTK via FramenetCorpusReader and NKJPCorpusReader

Vulnerability report for CVE-2026-62385, 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.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 frame_by_name, doc, lu, and header methods with crafted parameters to read arbitrary XML files accessible to the application.

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 1 associated CPE
Vendor Product Version / Range
nltk nltk to 3.10.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-73 The product allows user input to control or influence paths or file names that are used in filesystem operations.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-62385 is a path traversal vulnerability in NLTK versions before 3.10.0 affecting FramenetCorpusReader and NKJPCorpusReader. Attackers can exploit unsafe selectors or poisoned index state to parse XML files outside the corpus root directory by using methods like frame_by_name, doc, lu, and header with crafted parameters.

Detection Guidance

Check NLTK version with pip show nltk. If version is below 3.10.0, the system is vulnerable. Review application logs for suspicious XML file access attempts or errors related to FramenetCorpusReader or NKJPCorpusReader methods like frame_by_name, doc, lu, or header.

Impact Analysis

This vulnerability allows attackers to read arbitrary XML files accessible to the application. If exploited, it could lead to unauthorized access to sensitive data stored in XML files outside the intended corpus directory, potentially exposing confidential information.

Compliance Impact

This vulnerability could lead to unauthorized data access, violating GDPR and HIPAA requirements for data protection and confidentiality. Organizations using affected NLTK versions may face compliance violations if sensitive data is exposed through this path traversal flaw.

Mitigation Strategies

Upgrade NLTK to version 3.10.0 or later immediately. If upgrading is not possible, restrict access to the affected NLTK readers or disable their use in applications processing untrusted input. Monitor for unauthorized file access attempts.

Chat Assistant

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

EPSS Chart