LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36319: Potential sensitive data exposure in applications using Vaadin 15

Insecure configuration of default ObjectMapper in com.vaadin:flow-server versions 3.0.0 through 3.0.5 (Vaadin 15.0.0 through 15.0.4) may expose sensitive data if the application also uses e.g. @RestController

LowCVSS 3.1Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2020-36319 is a low-severity sensitive data exposure issue in Vaadin 15 applications. The risk appears when affected Vaadin Flow server versions are used with REST controllers, potentially exposing data that developers did not intend to return.

Executive priority

Treat this as a targeted cleanup item, not an emergency. Prioritize if affected Vaadin 15 applications expose REST APIs handling sensitive customer, identity, or business data.

Technical view

The issue involves insecure default ObjectMapper configuration in com.vaadin:flow-server 3.0.0 through 3.0.5, corresponding to Vaadin 15.0.0 through 15.0.4. It is classified as CWE-200 with CVSS 3.1, requiring low privileges and high attack complexity.

Likely exposure

Exposure is limited to applications using the affected Vaadin or flow-server versions and also exposing REST controller functionality such as @RestController. Vaadin-only UI applications without such REST data paths may not be affected based on the provided description.

Exploitation context

The bundle does not cite public exploitation, and the CVE is not listed as KEV. The CVSS vector indicates network reachability, low privileges, no user interaction, and limited confidentiality impact, but high attack complexity.

Researcher notes

Evidence is narrow: the vulnerable condition requires affected Vaadin Flow server versions plus REST serialization paths. The bundle does not provide exploit details, named patches, or broad product impact beyond Vaadin and flow-server.

Mitigation direction

  • Inventory Vaadin and com.vaadin:flow-server versions in application dependencies.
  • Check the Vaadin advisory for vendor-approved remediation or upgrade guidance.
  • Prioritize moving affected applications off Vaadin 15.0.0 through 15.0.4.
  • Review REST controllers for unintended sensitive field serialization.
  • Reduce exposure of affected REST endpoints until remediation is confirmed.

Validation and detection

  • Confirm whether flow-server is version 3.0.0 through 3.0.5.
  • Confirm whether the application uses @RestController or similar REST endpoints.
  • Review REST responses for unintended sensitive fields in non-production testing.
  • Check access controls for endpoints returning user or business data.
  • Document affected services and remediation status for tracking.
Prepared
Confidence
high
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-200: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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-2020-36319 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.1 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

3.1Low
CVSS 3.1 vector shape for CVE-2020-36319Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/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
VaadinVaadin15.0.0Listed
Vaadinflow-server3.0.0Listed
Weakness

CWE details

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

CWE-200 · source CWE mapping

Exposure of Sensitive Information to an Unauthorized Actor

Exposure of Sensitive Information to an Unauthorized Actor represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.