LiveActive security incident?Get immediate response
CVE Record

CVE-2023-45206: An issue was discovered in Zimbra Collaboration (ZCS) 8.8.15, 9.0, and 10.0.

An issue was discovered in Zimbra Collaboration (ZCS) 8.8.15, 9.0, and 10.0. Through the help document endpoint in webmail, an attacker can inject JavaScript or HTML code that leads to cross-site scripting (XSS). (Adding an adequate message to avoid malicious code will mitigate this issue.)

MediumCVSS 6.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-45206 is a cross-site scripting issue in Zimbra Collaboration webmail. A malicious link or content involving the help document endpoint could run attacker-controlled JavaScript or HTML in a user's browser. Business impact is mainly account/session abuse or data exposure if users interact with crafted content.

Executive priority

Handle as a moderate webmail security issue. It is not evidenced as actively exploited here, but Zimbra mail systems are high-value targets and user interaction is a realistic path. Remediate on normal vulnerability timelines, faster for public-facing deployments.

Technical view

The CVE describes CWE-79 XSS in the Zimbra Collaboration help document endpoint affecting ZCS 8.8.15, 9.0, and 10.0. CVSS 3.1 is 6.1: network reachable, low complexity, no privileges, user interaction required, changed scope, low confidentiality and integrity impact, no availability impact.

Likely exposure

Exposure is most likely where Zimbra Collaboration webmail is reachable by users, especially internet-facing deployments on ZCS 8.8.15, 9.0, or 10.0. The provided source does not identify specific editions, configurations, or CPEs beyond those ZCS versions.

Exploitation context

The source bundle does not show CISA KEV listing or cited active exploitation. Exploitation requires user interaction, consistent with a webmail XSS scenario. Treat this as credible but not confirmed exploited based on the supplied evidence.

Researcher notes

The supplied evidence is limited: affected versions are named in the CVE text, while structured affected vendor/product fields are unavailable. No exploit proof, patch version, or detailed endpoint behavior is included. Avoid assuming broader Zimbra products are affected without vendor confirmation.

Mitigation direction

  • Check Zimbra Security Advisories for the vendor-fixed build or official workaround.
  • Apply Zimbra-recommended remediation for affected ZCS 8.8.15, 9.0, and 10.0 deployments.
  • Review the vendor-described mitigation for preventing malicious code through the help document endpoint.
  • Prioritize remediation for internet-facing or high-value mailbox environments.

Validation and detection

  • Inventory Zimbra Collaboration versions and identify any 8.8.15, 9.0, or 10.0 systems.
  • Confirm whether webmail and the help document endpoint are reachable by users or the internet.
  • Review Zimbra advisory records for CVE-2023-45206 remediation status.
  • Validate in a safe test environment that help document content is properly sanitized or encoded.
Prepared
Confidence
medium
Sources
5

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-2023-45206 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
6.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/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
4Source links

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
6.1CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N2.82.7Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.1Medium
CVSS 3.1 vector shape for CVE-2023-45206Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/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.