CVE-2022-36551: Heartex - Label Studio Community Edition vulnerable to SSRF in the Data Import module
6.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.83031%
CWE
Published
10/4/2022
Updated
9/27/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| label-studio | pip | < 1.6.0 | 1.6.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The GitHub patch shows the vulnerability was in the Data Import module's URL handling. The commit adds a critical check for 'file://' prefixes in load_tasks() - this directly corresponds to the CVE description about accessing local files via URL imports. The absence of this validation in versions <1.6.0 allowed attackers to read arbitrary files through crafted URLs, enabled by the function's failure to restrict file protocol access while processing import requests.