LiveActive security incident?Get immediate response
CVE Record

CVE-2018-25050: Harvest Chosen abstract-chosen.coffee AbstractChosen cross site scripting

A vulnerability, which was classified as problematic, has been found in Harvest Chosen up to 1.8.6. Affected by this issue is the function AbstractChosen of the file coffee/lib/abstract-chosen.coffee. The manipulation of the argument group_label leads to cross site scripting. The attack may be launched remotely. Upgrading to version 1.8.7 is able to address this issue. The name of the patch is 77fd031d541e77510268d1041ed37798fdd1017e. It is recommended to upgrade the affected component. The identifier of this vulnerability is VDB-216956.

LowCVSS 3.5Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

Harvest Chosen 1.8.0 through 1.8.6 has a low-severity cross-site scripting issue in how group labels are handled. The likely business impact is limited integrity risk in affected web pages, not data theft or outage based on the supplied CVSS. It matters most where authenticated users can influence labels rendered by Chosen.

Executive priority

Treat this as routine remediation unless Chosen is used in authenticated workflows where users can influence dropdown group labels. The fix is available, the severity is low, and there is no supplied evidence of active exploitation. Include it in dependency upgrade work rather than emergency response.

Technical view

CVE-2018-25050 is CWE-79 in AbstractChosen in coffee/lib/abstract-chosen.coffee. Manipulating group_label can lead to XSS. The CVSS 3.1 score is 3.5 with network access, low complexity, low privileges, required user interaction, unchanged scope, no confidentiality impact, low integrity impact, and no availability impact.

Likely exposure

Exposure is limited to applications bundling Harvest Chosen versions 1.8.0 through 1.8.6 and rendering attacker-influenced group labels. Applications not using Chosen, using version 1.8.7, or only rendering trusted static group labels are less likely to be affected.

Exploitation context

The sources state the attack may be remote and requires privileges and user interaction. KEV is false, and the supplied sources do not state active exploitation. Public details identify the vulnerable argument and the patch, but do not justify treating this as an urgent exploitation event.

Researcher notes

The source bundle attributes the flaw to AbstractChosen handling of group_label and names commit 77fd031d541e77510268d1041ed37798fdd1017e as the patch. Evidence is sufficient for affected-version and remediation guidance, but incomplete for exploit prevalence, real-world exploitation, or downstream bundled product impact.

Mitigation direction

  • Upgrade Harvest Chosen to version 1.8.7 or later.
  • Confirm the referenced patch is present in deployed assets.
  • Avoid rendering untrusted data as Chosen group labels until upgraded.
  • Prioritize applications where authenticated users control grouped select labels.

Validation and detection

  • Inventory frontend dependencies for Chosen versions 1.8.0 through 1.8.6.
  • Check package locks, vendored files, and built assets for Harvest Chosen.
  • Identify pages using grouped select elements populated from user-controlled data.
  • Confirm production serves Chosen 1.8.7 or the referenced patch.
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-2018-25050 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
3.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/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
6Source 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
3.5CVSS 3.1LowCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:L/A:N2.11.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

3.5Low
CVSS 3.1 vector shape for CVE-2018-25050Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/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
HarvestChosen1.8.0, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6Listed
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.