LiveActive security incident?Get immediate response
CVE Record

CVE-2018-25007: Unauthorized client-side property update in UIDL request handler in Vaadin 10 and 11

Missing check in UIDL request handler in com.vaadin:flow-server versions 1.0.0 through 1.0.5 (Vaadin 10.0.0 through 10.0.7, and 11.0.0 through 11.0.2) allows attacker to update element property values via crafted synchronization message.

LowCVSS 2.6Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

This is a low-severity Vaadin flaw where an authenticated user could manipulate some client-side UI property synchronization. The documented impact is limited integrity loss, with high attack complexity and user interaction required. It matters mainly for older Vaadin 10 or 11 applications that trust client-synchronized UI state for decisions.

Executive priority

Treat as routine remediation unless the affected Vaadin UI controls sensitive workflows. The business urgency is low, but unsupported or internet-facing legacy Vaadin applications should be upgraded during the next maintenance cycle.

Technical view

Vaadin flow-server 1.0.0 through 1.0.5, used in Vaadin 10.0.0 through 10.0.7 and 11.0.0 through 11.0.2, lacked a check in the UIDL request handler. A crafted synchronization message could update element property values. CVSS 3.1 is 2.6: network, high complexity, low privileges, user interaction, low integrity impact.

Likely exposure

Exposure is limited to applications using the affected Vaadin or flow-server versions and exposing Vaadin UI sessions to authenticated users. The source bundle does not identify broader products, hosted services, or unauthenticated exposure.

Exploitation context

The CVE is not in KEV, and the supplied sources do not state active exploitation. The CVSS vector indicates exploitation requires low privileges, high complexity, and user interaction, with only limited integrity impact documented.

Researcher notes

The public record describes a missing UIDL request-handler check but provides limited application-level impact detail. Assess exploitability in context by reviewing how the application uses synchronized element properties, without assuming privilege escalation or data disclosure beyond the CVSS impact.

Mitigation direction

  • Inventory Vaadin and com.vaadin:flow-server versions in application dependencies.
  • Upgrade affected applications to versions outside the documented vulnerable ranges.
  • Review Vaadin’s advisory for exact vendor remediation guidance.
  • Avoid trusting client-synchronized element properties for authorization or business decisions.
  • Prioritize fixes where Vaadin UI state affects transactions or security checks.

Validation and detection

  • Check dependency manifests and lockfiles for Vaadin 10.0.0-10.0.7 or 11.0.0-11.0.2.
  • Check for com.vaadin:flow-server 1.0.0 through 1.0.5.
  • Confirm deployed artifacts match reviewed dependency versions.
  • Review application code for server decisions based on client-updated element properties.
  • Document whether affected Vaadin UIs require authenticated access.
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-754: 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-2018-25007 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
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
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-2018-25007Attack 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
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-754 · source CWE mapping

Improper Check for Unusual or Exceptional Conditions

Improper Check for Unusual or Exceptional Conditions represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.