Files
CVEs-PoC/2021/CVE-2021-44043.md
2025-09-29 21:09:30 +02:00

19 lines
1.0 KiB
Markdown

### [CVE-2021-44043](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44043)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
An issue was discovered in UiPath App Studio 21.4.4. There is a persistent XSS vulnerability in the file-upload functionality for uploading icons when attempting to create new Apps. An attacker with minimal privileges in the application can build their own App and upload a malicious file containing an XSS payload, by uploading an arbitrary file and modifying the MIME type in a subsequent HTTP request. This then allows the file to be stored and retrieved from the server by other users in the same organization.
### POC
#### Reference
- https://docs.uipath.com/apps/v2021.10/docs/2021-10-1
- https://docs.uipath.com/robot/docs/uipath-assistant
#### Github
No PoCs found on GitHub currently.