9.3

CVE-2020-8174

Exploit

napi_get_value_string_*() allows various kinds of memory corruption in node < 10.21.0, 12.18.0, and < 14.4.0.

Data is provided by the National Vulnerability Database (NVD)
NodejsNode.Js SwEdition- Version < 10.21.0
NodejsNode.Js SwEdition- Version >= 12.0.0 < 12.18.0
NodejsNode.Js SwEdition- Version >= 14.0.0 < 14.4.0
OracleBlockchain Platform Version < 21.1.2
OracleMysql Cluster Version <= 7.3.30
OracleMysql Cluster Version >= 7.4.0 <= 7.4.29
OracleMysql Cluster Version >= 7.5.0 <= 7.5.19
OracleMysql Cluster Version >= 7.6.0 <= 7.6.15
OracleMysql Cluster Version >= 8.0.0 <= 8.0.21
NetappActive Iq Unified Manager Version- SwPlatformvmware_vsphere
NetappActive Iq Unified Manager Version- SwPlatformwindows
NetappOncommand Insight Version-
NetappSnapcenter Version-
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 1.49% 0.804
CVSS Metriken
Source Base Score Exploit Score Impact Score Vector string
nvd@nist.gov 8.1 2.2 5.9
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
nvd@nist.gov 9.3 8.6 10
AV:N/AC:M/Au:N/C:C/I:C/A:C
CWE-119 Improper Restriction of Operations within the Bounds of a Memory Buffer

The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.

CWE-191 Integer Underflow (Wrap or Wraparound)

The product subtracts one value from another, such that the result is less than the minimum allowable integer value, which produces a value that is not equal to the correct result.