Vulnerability Description
Label Studio is an open source data labeling tool. Prior to version 1.16.0, Label Studio's S3 storage integration feature contains a Server-Side Request Forgery (SSRF) vulnerability in its endpoint configuration. When creating an S3 storage connection, the application allows users to specify a custom S3 endpoint URL via the s3_endpoint parameter. This endpoint URL is passed directly to the boto3 AWS SDK without proper validation or restrictions on the protocol or destination. The vulnerability allows an attacker to make the application send HTTP requests to arbitrary internal services by specifying them as the S3 endpoint. When the storage sync operation is triggered, the application attempts to make S3 API calls to the specified endpoint, effectively making HTTP requests to the target service and returning the response in error messages. This SSRF vulnerability enables attackers to bypass network segmentation and access internal services that should not be accessible from the external network. The vulnerability is particularly severe because error messages from failed requests contain the full response body, allowing data exfiltration from internal services. Version 1.16.0 contains a patch for the issue.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Humansignal | Label Studio | < 1.16.0 |
Related Weaknesses (CWE)
References
- https://github.com/HumanSignal/label-studio/commit/06a2b29c1208e1878ccae66e6b84cPatch
- https://github.com/HumanSignal/label-studio/security/advisories/GHSA-m238-fmcw-wExploitMitigationVendor Advisory
FAQ
What is CVE-2025-25297?
CVE-2025-25297 is a vulnerability with a CVSS score of 8.6 (HIGH). Label Studio is an open source data labeling tool. Prior to version 1.16.0, Label Studio's S3 storage integration feature contains a Server-Side Request Forgery (SSRF) vulnerability in its endpoint co...
How severe is CVE-2025-25297?
CVE-2025-25297 has been rated HIGH with a CVSS base score of 8.6/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-25297?
Check the references section above for vendor advisories and patch information. Affected products include: Humansignal Label Studio.