Version of windows-cpu before 0.1.5 will execute arbitrary code passed into the first argument of the findLoad method, resulting in remote code execution.
var win = require('windows-cpu');
wind.findLoad('foo & calc.exe');
Update to version 0.1.5 or later.
{
"cwe_ids": [
"CWE-78"
],
"github_reviewed": true,
"github_reviewed_at": "2020-08-31T18:19:44Z",
"nvd_published_at": null,
"severity": "CRITICAL"
}