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**: Stored XSS in Zimbra Classic Web Client. π **Consequences**: Malicious JS executes when viewing emails with ICS files. π₯ **Impact**: Unauthorized actions, data theft, session hijacking.
Q2Root Cause? (CWE/Flaw)
π‘οΈ **Root Cause**: Insufficient HTML sanitization in ICS files. 𧬠**Flaw**: The parser fails to strip dangerous tags/attributes. π **CWE**: Not specified in data, but implies Input Validation failure.
Q3Who is affected? (Versions/Components)
π’ **Affected**: Zimbra Collaboration Server (ZCS). π¦ **Versions**: 9.0, 10.0, and 10.1. π₯οΈ **Component**: Classic Web Client specifically.
π **PoC Available**: Yes, via Nuclei templates. π **Link**: projectdiscovery/nuclei-templates. π« **Wild Exploit**: Not confirmed, but detection is public.
Q7How to self-check? (Features/Scanning)
π **Check**: Scan for ZCS versions 9.0-10.1. π οΈ **Tool**: Use Nuclei template for CVE-2025-27915. π§ **Manual**: Check if Classic Client processes ICS HTML.
Q8Is it fixed officially? (Patch/Mitigation)
β **Fixed**: Yes, official patches released. π **Refs**: Zimbra Wiki Security Fixes (9.0.0/P44, 10.0.13, 10.1.5). π **Action**: Update immediately.
Q9What if no patch? (Workaround)
π§ **Workaround**: Disable Classic Web Client if possible. π« **Filter**: Block ICS file attachments via gateway. ποΈ **Monitor**: Watch for unusual JS execution in client.
Q10Is it urgent? (Priority Suggestion)
β‘ **Priority**: HIGH. π **Published**: 2025-03-12. π¨ **Urgency**: Stored XSS is critical for enterprise email. π **Action**: Patch NOW.