CVE-2025-25295 Details
Description
Label Studio is an open source data labeling tool. A path traversal vulnerability in Label Studio SDK versions prior to 1.0.10 allows unauthorized file access outside the intended directory structure. The flaw exists in the VOC, COCO and YOLO export functionalities. These functions invoke a `download` function on the `label-studio-sdk` python package, which fails to validate file paths when processing image references during task exports. By creating tasks with path traversal sequences in the image field, an attacker can force the application to read files from arbitrary server filesystem locations when exporting projects in any of the mentioned formats. This is authentication-required vulnerability allowing arbitrary file reads from the server filesystem. It may lead to potential exposure of sensitive information like configuration files, credentials, and confidential data. Label Studio versions before 1.16.0 specified SDK versions prior to 1.0.10 as dependencies, and the issue was confirmed in Label Studio version 1.13.2.dev0; therefore, Label Studio users should upgrade to 1.16.0 or newer to mitigate it.
A path traversal vulnerability has been identified in Label Studio SDK versions prior to 1.0.10. This vulnerability allows unauthorized access to files outside the intended directory structure, particularly during the export of projects in VOC, COCO, and YOLO formats. The issue arises because the export functionalities do not properly validate file paths when processing image references, enabling attackers to exploit the vulnerability by injecting path traversal sequences. This vulnerability requires authentication and could lead to the exposure of sensitive information such as configuration files, credentials, and other confidential data.
Users should upgrade to Label Studio version 1.16.0 or newer. Additionally, it's recommended to validate and sanitize file paths, implement file access controls, and use secure file storage practices.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Feb 14, 2025CISA-ADP
Assessed Mar 3, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/HumanSignal/label-studio-sdk/commit/4a9715c6b0b619371e89c09ea8d1c86ce5c880df | [email protected] | Source CodeVendor |
| https://github.com/HumanSignal/label-studio/security/advisories/GHSA-rgv9-w7jp-m23g | [email protected] | AdvisoryExploitRemedyTechnical DescriptionVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
| CWE-26 | Path Traversal: '/dir/../filename' | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| HumanSignal label-studio-sdk | All versions |
CPE
Remediation
| |
| HumanSignal label-studio | < 1.0.10 (semver) 1.13.2.dev0 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Feb 14, 2025 | New CVE Received | [email protected] |
Volerion