—
PYSEC-2026-3716
빠른 조치
PYSEC-2026-3716 — datasets: 아래 명령으로 수정 버전으로 올리세요.
pip install --upgrade 'datasets>=5.0.1' 상세
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.
이 버전이 영향받나요?
사용 중인 패키지 버전을 입력하면 즉시 평가합니다.
영향 패키지
참고
- https://github.com/huggingface/datasets/issues/8324 [REPORT]
- https://github.com/huggingface/datasets/commit/f989ef9b4cc6c0039a7a82458eebca49e2b58b4b [FIX]
- https://github.com/huggingface/datasets/pull/8325 [FIX]
- https://www.vulncheck.com/advisories/datasets-path-traversal-via-unsanitized-file-name-metadata [FIX]