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**: MicroStrategy Web 10.4 leaks sensitive server info via `/MicroStrategyWS/happyaxis.jsp`. <br>π₯ **Consequences**: Attackers get JVM config, CPU arch, install paths.β¦
π‘οΈ **Root Cause**: Improper access control on a specific JSP endpoint. <br>π **Flaw**: The `happyaxis.jsp` file exposes internal environment details without sufficient restrictions.β¦
π’ **Vendor**: MicroStrategy. <br>π¦ **Affected**: MicroStrategy Web **Version 10.4**. <br>β οΈ **Scope**: Enterprise data analytics platforms running this specific legacy version. π
Q4What can hackers do? (Privileges/Data)
π΅οΈ **Hackers Can**: <br>1. Map the server architecture (CPU, OS). <br>2. Identify installation directories. <br>3. Use info for **SSRF** or **RCE** attacks. <br>4. Modify data or execute unauthorized ops. π£
Q5Is exploitation threshold high? (Auth/Config)
π **Threshold**: **LOW**. <br>π« **Auth**: Likely no authentication required to access the JSP page. <br>βοΈ **Config**: Just needs the URL path. Easy to scan and exploit. π―
Q6Is there a public Exp? (PoC/Wild Exploitation)
π’ **Public Exp?**: **YES**. <br>π **PoC**: Available via Nuclei templates and PacketStorm. <br>π **Wild Exp**: Referenced in Full Disclosure mailing list. Active exploitation potential is high. π₯
Q7How to self-check? (Features/Scanning)
π **Self-Check**: <br>1. Scan for `/MicroStrategyWS/happyaxis.jsp`. <br>2. Use Nuclei template: `CVE-2020-11450.yaml`. <br>3. Check HTTP response for JVM/Path details. π‘
Q8Is it fixed officially? (Patch/Mitigation)
π οΈ **Official Fix**: Yes, referenced in MicroStrategy Community Security Article. <br>π₯ **Action**: Update to a patched version or apply vendor-provided patches. π
Q9What if no patch? (Workaround)
π§ **No Patch?**: <br>1. **Block** access to `/MicroStrategyWS/` via WAF. <br>2. **Restrict** network access to the web server. <br>3. **Disable** the specific JSP if possible. π
Q10Is it urgent? (Priority Suggestion)
β‘ **Urgency**: **HIGH**. <br>π¨ **Priority**: Critical due to low exploitation barrier and potential for RCE. Patch immediately or isolate the service. β³