7.7

CVE-2020-5258

Exploit

In affected versions of dojo (NPM package), the deepCopy method is vulnerable to Prototype Pollution. Prototype Pollution refers to the ability to inject properties into existing JavaScript language construct prototypes, such as objects. An attacker manipulates these attributes to overwrite, or pollute, a JavaScript application object prototype of the base object by injecting other values. This has been patched in versions 1.12.8, 1.13.7, 1.14.6, 1.15.3 and 1.16.2

Data is provided by the National Vulnerability Database (NVD)
LinuxfoundationDojo SwPlatformnode.js Version < 1.11.10
LinuxfoundationDojo SwPlatformnode.js Version >= 1.12.0 < 1.12.8
LinuxfoundationDojo SwPlatformnode.js Version >= 1.13.0 < 1.13.7
LinuxfoundationDojo SwPlatformnode.js Version >= 1.14.0 < 1.14.6
LinuxfoundationDojo SwPlatformnode.js Version >= 1.15.0 < 1.15.3
LinuxfoundationDojo SwPlatformnode.js Version >= 1.16.0 < 1.16.2
DebianDebian Linux Version8.0
OracleDocumaker Version >= 12.6.0 <= 12.6.4
OracleMysql Version >= 7.3.0 <= 7.3.29
OracleMysql Version >= 7.4.0 <= 7.4.28
OracleMysql Version >= 7.5.0 <= 7.5.18
OracleMysql Version >= 7.6.0 <= 7.6.14
OracleMysql Version >= 8.0.0 <= 8.0.20
OraclePrimavera Unifier Version >= 17.7 <= 17.12
OraclePrimavera Unifier Version18.8
OraclePrimavera Unifier Version19.12
OraclePrimavera Unifier Version20.12
OracleWebcenter Sites Version12.2.1.3.0
OracleWebcenter Sites Version12.2.1.4.0
OracleWeblogic Server Version12.2.1.4.0
OracleWeblogic Server Version14.1.1.0.0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 1.99% 0.83
CVSS Metriken
Source Base Score Exploit Score Impact Score Vector string
nvd@nist.gov 5 10 2.9
AV:N/AC:L/Au:N/C:N/I:P/A:N
nvd@nist.gov 7.5 3.9 3.6
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
security-advisories@github.com 7.7 1.3 5.8
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:N
CWE-1321 Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')

The product receives input from an upstream component that specifies attributes that are to be initialized or updated in an object, but it does not properly control modifications of attributes of the object prototype.

CWE-94 Improper Control of Generation of Code ('Code Injection')

The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.