/claim #14092
This template detects CVE-2021-22941 broken access control vulnerability in Citrix ShareFile Storage Zones Controller before version 5.11.20.
The vulnerability allows unauthenticated attackers to access the Upload.aspx endpoint, which should require authentication. This broken access control can be exploited for path traversal and arbitrary file writing, leading to RCE.
Repository: https://github.com/pratikjojode/citrix-cve-2021-22941-lab
The repository contains a realistic mock server that simulates the actual vulnerable behavior:
LocalFile: GUID responses (as documented in CVE)git clone https://github.com/pratikjojode/citrix-cve-2021-22941-lab
cd citrix-cve-2021-22941-lab
docker build -t citrix-vuln .
docker run -d -p 8000:8000 citrix-vuln
nuclei -t CVE-2021-22941.yaml -u http://localhost:8000 -debug
Pratik Ravindra Jojode
@pratikjojode
ProjectDiscovery
@projectdiscovery