This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π¨ **Essence**: Wipro Holmes Orchestrator has a **Broken Access Control** flaw. π **Consequences**: Unauthenticated attackers can download sensitive Excel reports (credentials, user data) without logging in.β¦
π‘οΈ **Root Cause**: **Access Control Error**. The API endpoints for downloading Excel files lack proper authentication checks. π« No password/token required to access `processexecution/DownloadExcelFile/...` paths.
Q3Who is affected? (Versions/Components)
π’ **Affected**: **Wipro Holmes Orchestrator**. π¦ **Version**: Specifically **20.4.1** (Build 20.4.1_02_11_2020). If you are on this version, you are at risk!
Q4What can hackers do? (Privileges/Data)
π» **Attacker Actions**: Download arbitrary Excel reports. π Includes: Domain Credential Reports, User Reports, Process Reports, Infrastructure Reports, and Resolver Reports.β¦
β‘ **Exploitation Threshold**: **LOW**. πͺ No authentication needed. Just send a GET request to the specific API endpoint. Anyone on the internet can access it if the port is open.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π **Public Exploit**: **YES**. π A Nuclei template exists on GitHub (projectdiscovery/nuclei-templates). PacketStorm also has a disclosure. Easy to automate and scan.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Use **Nuclei** with the CVE-2021-38147 template. π§ͺ Or manually curl the endpoint: `.../processexecution/DownloadExcelFile/Domain_Credential_Report_Excel`. If you get an Excel file, you are vulnerable!
π§ **No Patch?**: **Mitigation**: Block external access to these API endpoints via **Firewall/WAF**. π Restrict IP access to internal networks only. Remove public exposure of `/processexecution/` paths.
Q10Is it urgent? (Priority Suggestion)
π₯ **Urgency**: **HIGH**. π¨ Critical data (credentials/reports) is exposed with zero effort. Patch immediately or isolate the service. Don't wait!