CVE-2026-66007
Datasets Path Traversal via Unsanitized file_name Metadata
CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th
Datasets through 5.0.0, fixed in commit f989ef9, contains a path traversal vulnerability in folder-based dataset builders where the file_name metadata field is not properly validated before being joined to the dataset directory. Attackers can supply crafted file_name values with directory traversal sequences to read arbitrary local files, which are then embedded into output when save_to_disk or push_to_hub is called.
| CWE | CWE-22 |
| Vendor | huggingface |
| Product | datasets |
| Published | Jul 24, 2026 |
| Last Updated | Jul 24, 2026 |
Stay Ahead of the Next One
Get instant alerts for huggingface datasets
Be the first to know when new medium vulnerabilities affecting huggingface datasets are published โ delivered to Slack, Telegram or Discord.
Get Free Alerts โ
Free ยท No credit card ยท 60 sec setup
CVSS v3 Breakdown
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None
Affected Versions
huggingface / datasets
0 โค 5.0.0
References
github.com: https://github.com/huggingface/datasets/issues/8324 github.com: https://github.com/huggingface/datasets/pull/8325 github.com: https://github.com/huggingface/datasets/commit/f989ef9b4cc6c0039a7a82458eebca49e2b58b4b vulncheck.com: https://www.vulncheck.com/advisories/datasets-path-traversal-via-unsanitized-file-name-metadata
Credits
George Chen