LiveActive security incident?Get immediate response
CVE Record

CVE-2025-27915: An issue was discovered in Zimbra Collaboration (ZCS) 9.0 and 10.0 and 10.1.

An issue was discovered in Zimbra Collaboration (ZCS) 9.0 and 10.0 and 10.1. A stored cross-site scripting (XSS) vulnerability exists in the Classic Web Client due to insufficient sanitization of HTML content in ICS files. When a user views an e-mail message containing a malicious ICS entry, its embedded JavaScript executes via an ontoggle event inside a <details> tag. This allows an attacker to run arbitrary JavaScript within the victim's session, potentially leading to unauthorized actions such as setting e-mail filters to redirect messages to an attacker-controlled address. As a result, an attacker can perform unauthorized actions on the victim's account, including e-mail redirection and data exfiltration.

MediumCVSS 5.4Known exploitedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2025-27915 lets a malicious calendar entry in email run script in a victim's Zimbra Classic Web Client session. The business risk is account misuse, email redirection, and data exposure. Although the CVSS score is medium, CISA lists it as known exploited, making remediation urgent for exposed Zimbra mail environments.

Executive priority

Treat this as urgent remediation for Zimbra mail systems. Known exploitation and the possibility of silent email redirection raise business impact beyond the medium CVSS score, especially for executives, finance, legal, and incident-response mailboxes.

Technical view

This is stored XSS in Zimbra Collaboration 9.0, 10.0, and 10.1 Classic Web Client ICS handling. Insufficient HTML sanitization allows embedded JavaScript in calendar content to execute when a user views the email. CVSS is 5.4 with network attack vector, low complexity, low privileges, and required user interaction.

Likely exposure

Organizations running Zimbra Collaboration 9.0, 10.0, or 10.1 with Classic Web Client enabled are the main concern. Exposure is higher where users receive external calendar invitations or ICS-bearing emails and where mail accounts have valuable access or sensitive messages.

Exploitation context

CISA KEV confirms known exploitation, and StrikeReady describes in-the-wild abuse. The source bundle does not provide complete campaign scale, affected customer counts, or a universal indicator set, so assume targeted or opportunistic risk until local evidence is checked.

Researcher notes

Evidence supports stored XSS via ICS HTML sanitization in Classic Web Client and known exploitation. Public sources identify fixed Zimbra release pages, but the supplied data does not establish broader product impact, exact exploit prevalence, or complete detection logic.

Mitigation direction

  • Apply the relevant Zimbra security release: 10.1.5, 10.0.13, or 9.0.0 P44.
  • Check Zimbra Security Center for any newer vendor guidance or superseding releases.
  • Prioritize internet-facing and high-value mail environments before lower-risk systems.
  • Review account filter rules for unauthorized forwarding or redirection.
  • Increase monitoring for suspicious mailbox rule changes and unusual session activity.

Validation and detection

  • Inventory Zimbra Collaboration versions and confirm Classic Web Client usage.
  • Confirm patched builds match the relevant Zimbra release security notes.
  • Review mailboxes for unexpected filters, forwarding rules, or delegation changes.
  • Look for user reports tied to suspicious calendar invitation emails.
  • Check logs for unusual account actions after ICS-bearing messages were viewed.
Prepared
Confidence
high
Sources
7

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · medium confidence lookup

CWE-79: User-session and phishing behavior lookup

Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-27915 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.4 (3.1)
Known Exploited
Yes
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
7Source links

CISA KEV status

Status
Known exploited
Source
CISA / ADP
Date added
Not provided

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.4CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N2.32.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.4Medium
CVSS 3.1 vector shape for CVE-2025-27915Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.