Lucene search

K
cvelistGoogleCVELIST:CVE-2020-8923
HistoryMar 26, 2020 - 11:31 a.m.

CVE-2020-8923 XSS in Dart

2020-03-2611:31:55
CWE-79
Google
www.cve.org
2

CVSS3

5.4

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N

EPSS

0.001

Percentile

33.8%

An improper HTML sanitization in Dart versions up to and including 2.7.1 and dev versions 2.8.0-dev.16.0, allows an attacker leveraging DOM Clobbering techniques to skip the sanitization and inject custom html/javascript (XSS). Mitigation: update your Dart SDK to 2.7.2, and 2.8.0-dev.17.0 for the dev version. If you cannot update, we recommend you review the way you use the affected APIs, and pay special attention to cases where user-provided data is used to populate DOM nodes. Consider using Element.innerText or Node.text to populate DOM elements.

CNA Affected

[
  {
    "product": "Dart SDK",
    "vendor": "Google",
    "versions": [
      {
        "lessThanOrEqual": "2.7.1",
        "status": "affected",
        "version": "stable",
        "versionType": "custom"
      },
      {
        "lessThanOrEqual": "2.8.0-dev.16.0",
        "status": "affected",
        "version": "dev",
        "versionType": "custom"
      }
    ]
  }
]

CVSS3

5.4

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

LOW

Integrity Impact

LOW

Availability Impact

NONE

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N

EPSS

0.001

Percentile

33.8%

Related for CVELIST:CVE-2020-8923