Lucene search

K
cvelistNodejsCVELIST:CVE-2018-7167
HistoryJun 12, 2018 - 12:00 a.m.

CVE-2018-7167

2018-06-1200:00:00
nodejs
www.cve.org

7.5 High

AI Score

Confidence

High

0.002 Low

EPSS

Percentile

64.9%

Calling Buffer.fill() or Buffer.alloc() with some parameters can lead to a hang which could result in a Denial of Service. In order to address this vulnerability, the implementations of Buffer.alloc() and Buffer.fill() were updated so that they zero fill instead of hanging in these cases. All versions of Node.js 6.x (LTS “Boron”), 8.x (LTS “Carbon”), and 9.x are vulnerable. All versions of Node.js 10.x (Current) are NOT vulnerable.

CNA Affected

[
  {
    "product": "Node.js",
    "vendor": "The Node.js Project",
    "versions": [
      {
        "status": "affected",
        "version": "6.x+"
      },
      {
        "status": "affected",
        "version": "8.x+"
      },
      {
        "status": "affected",
        "version": "9.x+"
      },
      {
        "status": "affected",
        "version": "10.x+"
      }
    ]
  }
]