CVE-2025-47783
published 2025-05-14CVE-2025-47783: Label Studio is a multi-type data labeling and annotation tool. A vulnerability in versions prior to 1.18.0 allows an attacker to inject a malicious script…
PriorityP340medium6.1CVSS 3.1
AVNACLPRNUIRSCCLILAN
EXPLOIT
EPSS
0.54%
41.3th percentile
Label Studio is a multi-type data labeling and annotation tool. A vulnerability in versions prior to 1.18.0 allows an attacker to inject a malicious script into the context of a web page, which can lead to data theft, session hijacking, unauthorized actions on behalf of the user, and other attacks. The vulnerability is reproducible when sending a properly formatted request to the `POST /projects/upload-example/` endpoint. In the source code, the vulnerability is located at `label_studio/projects/views.py`. Version 1.18.0 contains a patch for the issue.
Affected
3 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| humansignal | label-studio | < 1.18.0 | 1.18.0 |
| humansignal | label-studio | >= 0 < 1.18.0 | 1.18.0 |
| humansignal | label_studio | < 1.18.0 | 1.18.0 |
CVSS provenance
nvdv3.16.1MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
nvdv4.07.6HIGHCVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:N/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
label-studio vulnerable to Cross-Site Scripting (Reflected) via the label_config parameter.
osv·2025-05-15
CVE-2025-47783 [HIGH] label-studio vulnerable to Cross-Site Scripting (Reflected) via the label_config parameter.
label-studio vulnerable to Cross-Site Scripting (Reflected) via the label_config parameter.
### Summary
The vulnerability allows an attacker to inject a malicious script into the context of a web page, which can lead to data theft, unauthorized actions on behalf of the user, and other attacks.
### Details
The vulnerability is reproducible when sending a properly formatted request to the `POST /projects/upload-example/` endpoint. In the source code, the vulnerability is located at `label_studio/projects/views.py`.
```python
39: @require_http_methods(['POST'])
40: def upload_example_using_config(request):
41: """Generate upload data example by config only"""
42: config = request.POST.get('label_config', '')
43:
44: org_pk = get_organization_from_request(request)
45: secure_mode = False
46:
GHSA
label-studio vulnerable to Cross-Site Scripting (Reflected) via the label_config parameter.
ghsa·2025-05-15
CVE-2025-47783 [HIGH] CWE-79 label-studio vulnerable to Cross-Site Scripting (Reflected) via the label_config parameter.
label-studio vulnerable to Cross-Site Scripting (Reflected) via the label_config parameter.
### Summary
The vulnerability allows an attacker to inject a malicious script into the context of a web page, which can lead to data theft, unauthorized actions on behalf of the user, and other attacks.
### Details
The vulnerability is reproducible when sending a properly formatted request to the `POST /projects/upload-example/` endpoint. In the source code, the vulnerability is located at `label_studio/projects/views.py`.
```python
39: @require_http_methods(['POST'])
40: def upload_example_using_config(request):
41: """Generate upload data example by config only"""
42: config = request.POST.get('label_config', '')
43:
44: org_pk = get_organization_from_request(request)
45: secure_mode = False
46:
No detection rules found.
Nuclei
Label Studio < 1.18.0 - Reflected XSS
nuclei·CVSS 6.1
CVE-2025-47783 [MEDIUM] Label Studio < 1.18.0 - Reflected XSS
Label Studio alert(document.domain)"
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4a0a00473045022059e7488726a01078b95911794f3531c6dc025cdeee18ef73cfd45eee1fd780620221008d944d3b2f8b2027595e8fad74c7c9c05ad0868d4bf92497c6e4424914e817cc:922c64590222798bb761d5b6d8e72950
No writeups or analysis indexed.
2025-05-14
Published