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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

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!