LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25027: Reflected cross-site scripting in default RouteNotFoundError view in Vaadin 10 and 11-13

Missing output sanitization in default RouteNotFoundError view in com.vaadin:flow-server versions 1.0.0 through 1.0.10 (Vaadin 10.0.0 through 10.0.13), and 1.1.0 through 1.4.2 (Vaadin 11.0.0 through 13.0.5) allows attacker to execute malicious JavaScript via crafted URL

MediumCVSS 6.1Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This vulnerability lets an attacker make affected Vaadin applications reflect malicious JavaScript through the default “route not found” error page. A victim must open a crafted URL. Impact is typical reflected XSS: possible session or data exposure in the victim’s browser, depending on application context.

Executive priority

Treat as a routine but timely remediation for public Vaadin applications. It is not KEV-listed and requires user interaction, but browser-side compromise can still affect customer trust and application data confidentiality.

Technical view

Vaadin Flow server lacked output sanitization in the default RouteNotFoundError view. Affected ranges are com.vaadin:flow-server 1.0.0-1.0.10 and 1.1.0-1.4.2, corresponding to Vaadin 10.0.0-10.0.13 and 11.0.0-13.0.5. CVSS 3.1 is 6.1: network exploitable, low complexity, no privileges, user interaction required, changed scope.

Likely exposure

Exposure is most likely in internet-facing Vaadin 10, 11, 12, or 13 applications using the default route-not-found error view from affected flow-server versions.

Exploitation context

The source bundle does not show active exploitation, and KEV is false. Exploitation requires social engineering or another path to make a user open a crafted URL. No source in the bundle supports unaided remote compromise.

Researcher notes

Focus validation on dependency versioning and default error-view behavior. The evidence supports reflected XSS from missing output sanitization, not stored XSS or server-side code execution. Do not assume exploit-in-the-wild status from the supplied sources.

Mitigation direction

  • Upgrade Vaadin or flow-server to a version outside the affected ranges.
  • Check Vaadin’s advisory for the vendor-supported fixed version path.
  • Avoid using the vulnerable default RouteNotFoundError view in affected deployments.
  • Review browser security headers as defense-in-depth, not as the primary fix.

Validation and detection

  • Inventory Vaadin and com.vaadin:flow-server versions in application dependencies.
  • Confirm whether the application uses the default RouteNotFoundError view.
  • Review public routes that render route-not-found responses.
  • Run regression tests for route-not-found pages after upgrading.
Prepared
Confidence
high
Sources
4

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 · low confidence lookup

CWE-81: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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-25027 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
3Source 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-2019-25027Attack 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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
VaadinVaadin10.0.0Listed
Vaadinflow-server1.0.0Listed
Weakness

CWE details

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

CWE-81 · source CWE mapping

Improper Neutralization of Script in an Error Message Web Page

Improper Neutralization of Script in an Error Message Web Page represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.