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

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-66376 β€” AI Deep Analysis Summary

CVSS 7.2 Β· High

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Stored XSS in Zimbra Collaboration. πŸ“‰ **Consequences**: Attackers inject malicious scripts via HTML emails.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘οΈ **Root Cause**: Improper handling of **CSS import directives** in HTML emails. 🧬 **CWE**: CWE-79 (Improper Neutralization of Input During Web Page Generation).…

Q3Who is affected? (Versions/Components)

🏒 **Vendor**: Zimbra. πŸ“¦ **Product**: Collaboration Platform. πŸ“… **Affected Versions**: < **10.0.18** AND < **10.1.13**. If you are running any version prior to these releases, you are vulnerable.

Q4What can hackers do? (Privileges/Data)

πŸ’» **Attacker Actions**: Execute arbitrary JavaScript in the victim's context. πŸ•΅οΈ **Privileges**: Acts as the logged-in user.…

Q5Is exploitation threshold high? (Auth/Config)

⚑ **Threshold**: LOW. 🚫 **Auth**: No authentication required for the attacker to send the malicious email. πŸ–±οΈ **UI**: No user interaction needed to *inject* the payload (it's stored).…

Q6Is there a public Exp? (PoC/Wild Exploitation)

🚫 **Public Exploit**: None listed in the provided data. πŸ“œ **POCs**: Empty array. While no public PoC is confirmed, the CVSS vector (AV:N/AC:L) suggests it is theoretically easy to exploit if the attack surface is known.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check**: Scan for Zimbra versions < 10.0.18 or < 10.1.13. πŸ“§ **Feature Check**: Look for HTML emails containing suspicious `@import` CSS rules.…

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed**: YES. 🩹 **Patch**: Upgrade to **Zimbra 10.0.18** or **10.1.13** (or later). πŸ”— **References**: Check Zimbra Security Advisories and Release Notes for 10.0.18 and 10.1.13 for official fix details.

Q9What if no patch? (Workaround)

πŸ›‘οΈ **Workaround**: If patching is delayed, implement strict **HTML sanitization** at the gateway level. Block or strip `@import` CSS directives in incoming emails.…

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **Urgency**: HIGH. πŸ“ˆ **Priority**: Critical. With **CVSS:3.1/AV:N/AC:L/PR:N/UI:N**, this is a remote, low-complexity, no-auth vulnerability.…