CVE-2026-85211 Details
Description
Label Studio fails to apply organization filters when resolving storage URIs for tasks and projects in proxy_api.py endpoints. Attackers can access other tenants' cloud storage objects by creating a separate organization and supplying arbitrary file URIs to presign or stream bucket contents.
A cross-organization authorization bypass vulnerability has been identified in Label Studio versions through 1.23.0. The issue arises in the 'proxy_api.py' endpoints, where organization filters are not applied when resolving storage URIs for tasks and projects. This oversight allows attackers to access cloud storage objects belonging to other tenants by creating a separate organization and providing arbitrary file URIs to presign or stream bucket contents.
To address this vulnerability, the 'resolve' endpoints should be scoped to the user's organization. This can be done by filtering the task or project lookups to only include those associated with the user's active organization, and by ensuring that the file URIs provided by the user are tied to keys that are actually referenced by the tasks or projects.
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 Sep 3, 2026CISA-ADP
Assessed Sep 3, 2026References 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/issues/9924 | CISA-ADP | ExploitIssue TrackingTechnical DescriptionVendor |
| https://github.com/HumanSignal/label-studio | [email protected] | ProductSource CodeVendor |
| https://github.com/HumanSignal/label-studio/blob/1.23.0/label_studio/io_storages/proxy_api.py | [email protected] | Source CodeVendor |
| https://github.com/HumanSignal/label-studio/issues/9924 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://www.vulncheck.com/advisories/label-studio-through-1.23.0-cross-organization-storage-uri-resolution | [email protected] | Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-639 | Authorization Bypass Through User-Controlled Key | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| HumanSignal Label Studio | <= 1.23.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 3, 2026 | New CVE Received | [email protected] |
| Sep 3, 2026 | CVE Modified | CISA-ADP |
Volerion