OSV 1.4.0 · github-reviewed · 修改于 2021-08-05 05:27
发布时间
2019-06-04 23:42
GitHub 审查时间
2019-06-04 23:40
NVD 发布时间
—
源文件
advisories/github-reviewed/2019/06/GHSA-3p92-886g-qxpq/GHSA-3p92-886g-qxpq.json
Versions of floody before 0.1.1 are vulnerable to remote memory exposure.
.write(number)in the affectedfloody` versions passes a number to Buffer constructor, appending a chunk of uninitialized memory.
Proof of Concept:
var f = require('floody')(process.stdout);
f.write(USERSUPPLIEDINPUT);
'f.stop();
## Recommendation
Update to version 0.1.1 or later.