Goal Reached Thanks to every supporter โ€” we hit 100%!

Goal: 1000 CNY ยท Raised: 1336 CNY

100%

CVE-2021-38147 โ€” AI Deep Analysis Summary

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.โ€ฆ

Q2Root Cause? (CWE/Flaw)

๐Ÿ›ก๏ธ **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.โ€ฆ

Q5Is exploitation threshold high? (Auth/Config)

โšก **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!

Q8Is it fixed officially? (Patch/Mitigation)

๐Ÿฉน **Official Fix**: The data implies a vulnerability exists in 20.4.1. ๐Ÿ”„ Check Wipro's official site for updates. Usually, upgrading to a patched version is the only real fix for access control flaws.

Q9What if no patch? (Workaround)

๐Ÿšง **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!