LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25028: Stored cross-site scripting in Grid component in Vaadin 7 and 8

Missing variable sanitization in Grid component in com.vaadin:vaadin-server versions 7.4.0 through 7.7.19 (Vaadin 7.4.0 through 7.7.19), and 8.0.0 through 8.8.4 (Vaadin 8.0.0 through 8.8.4) allows attacker to inject malicious JavaScript via unspecified vector

MediumCVSS 5.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This issue affects older Vaadin 7 and 8 applications using the Grid component. A sanitization gap could let an attacker store JavaScript that later runs in another user’s browser. Business risk is mainly account/session exposure or data tampering inside the affected application, not server takeover.

Executive priority

Treat as a moderate-priority remediation for legacy Vaadin applications, especially business portals or admin tools with untrusted data entry. It should be fixed in normal patch cycles unless exposed to broad external users.

Technical view

CVE-2019-25028 is stored cross-site scripting in Vaadin Grid caused by missing variable sanitization in com.vaadin:vaadin-server 7.4.0-7.7.19 and 8.0.0-8.8.4. It is CWE-80 with CVSS 3.1 score 5.4: network reachable, high complexity, changed scope, low confidentiality and integrity impact.

Likely exposure

Exposure is likely limited to Java web applications that still depend on affected Vaadin 7 or 8 vaadin-server versions and render attacker-controlled or user-controlled content in Grid components.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. The vector is unspecified, so treat exploitation evidence as incomplete. Stored XSS generally requires malicious content to be saved and later viewed in the vulnerable UI.

Researcher notes

The public bundle names affected ranges and component but says the injection vector is unspecified. Avoid assuming exploit mechanics. Validation should center on dependency confirmation, Grid data-flow review, and checking whether the vendor advisory maps to the deployed framework version.

Mitigation direction

  • Inventory Vaadin and com.vaadin:vaadin-server dependency versions across applications.
  • Move affected applications outside Vaadin 7.4.0-7.7.19 and 8.0.0-8.8.4 ranges.
  • Follow Vaadin’s advisory and linked framework pull requests for authoritative fix guidance.
  • Prioritize applications where Grid displays user-submitted or externally sourced content.
  • Apply compensating input validation and output encoding where upgrade timing is constrained.

Validation and detection

  • Check Maven or Gradle manifests for com.vaadin:vaadin-server affected versions.
  • Identify Grid views that display user-controlled, imported, or integration-sourced data.
  • Confirm deployed artifacts match remediated dependency versions, not only source manifests.
  • Review vendor advisory details before signing off remediation.
  • Look for historical reports of suspicious script execution in affected Vaadin UI paths.
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-80: 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-2019-25028 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
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
VaadinVaadin7.4.0Listed
Vaadinvaadin-server7.4.0Listed
Weakness

CWE details

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

CWE-80 · source CWE mapping

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS)

Improper Neutralization of Script-Related HTML Tags in a Web Page (Basic XSS) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.