LiveActive security incident?Get immediate response
CVE Record

CVE-2017-20188: Zimbra zm-ajax XFormItem.js XFormItem.prototype.setError cross site scripting

A vulnerability has been found in Zimbra zm-ajax up to 8.8.1 and classified as problematic. Affected by this vulnerability is the function XFormItem.prototype.setError of the file WebRoot/js/ajax/dwt/xforms/XFormItem.js. The manipulation of the argument message leads to cross site scripting. The attack can be launched remotely. The complexity of an attack is rather high. The exploitation appears to be difficult. Upgrading to version 8.8.2 is able to address this issue. The identifier of the patch is 8d039d6efe80780adc40c6f670c06d21de272105. It is recommended to upgrade the affected component. The identifier VDB-249421 was assigned to this vulnerability.

LowCVSS 2.6Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2017-20188 is a low-severity cross-site scripting issue in Zimbra zm-ajax. A logged-in user would need to interact with a hard-to-trigger condition for an attacker to alter page content or behavior. Sources identify Zimbra zm-ajax 8.8.0 and 8.8.1 as affected, with 8.8.2 addressing the issue.

Executive priority

Treat this as routine patch hygiene, not an emergency response item. It has limited stated impact and no source-supported active exploitation, but affected systems should still be upgraded because XSS can undermine user trust and administrative workflows.

Technical view

The issue is CWE-79 in WebRoot/js/ajax/dwt/xforms/XFormItem.js, specifically XFormItem.prototype.setError handling of the message argument. CVSS 3.1 is 2.6: network reachable, high attack complexity, low privileges required, user interaction required, unchanged scope, and low integrity impact only. The referenced fix is commit 8d039d6efe80780adc40c6f670c06d21de272105.

Likely exposure

Exposure is limited to environments running the documented affected Zimbra zm-ajax versions 8.8.0 or 8.8.1. The bundle does not establish exposure for other Zimbra components, bundled distributions, or downstream packages, so asset owners should verify installed zm-ajax versioning directly.

Exploitation context

The source bundle states remote exploitation is possible but difficult, with high attack complexity, low privileges required, and user interaction required. The CVE is not listed as KEV in the bundle, and no cited source supports active exploitation.

Researcher notes

Evidence is strongest for the affected function, CVSS characteristics, and fixed version. The bundle does not provide a proof of concept, exploit telemetry, or details on real-world deployment paths. Avoid broad Zimbra product claims unless confirmed by local package composition or vendor advisory data.

Mitigation direction

  • Upgrade Zimbra zm-ajax to version 8.8.2 or later vendor-supported release.
  • Prioritize systems where zm-ajax 8.8.0 or 8.8.1 is internet-accessible.
  • Review Zimbra guidance if using a bundled product that includes zm-ajax.
  • Track the referenced patch commit in vendor or package release validation.

Validation and detection

  • Inventory deployed Zimbra zm-ajax versions and flag 8.8.0 and 8.8.1.
  • Confirm version 8.8.2 or the referenced patch is present after remediation.
  • Review dependency or package manifests for embedded zm-ajax copies.
  • Check vulnerability scanners map findings to CVE-2017-20188 and affected versions only.
Prepared
Confidence
high
Sources
6

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-2017-20188 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
Low
CVSS
2.6 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/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
5Source 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
2.6CVSS 3.1LowCVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:L/A:N1.21.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

2.6Low
CVSS 3.1 vector shape for CVE-2017-20188Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:N/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Zimbrazm-ajax8.8.0, 8.8.1Listed
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.