CVE-2017-15897
low
CVSS v3
3.1
CVSS v2
4.3
VIR risk
3.1
Description
Node.js had a bug in versions 8.X and 9.X which caused buffers to not be initialized when the encoding for the fill value did not match the encoding specified. For example, 'Buffer.alloc(0x100, "This is not correctly encoded", "hex");' The buffer implementation was updated such that the buffer will be initialized to all zeros in these cases.
Predictions
Exploit likelihood
42%
Patch ETA
—
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2017-15897
Vendor advisory: cve-request@iojs.org — https://nodejs.org/en/blog/vulnerability/december-2017-security-releases/
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| debian | bookworm | fixed | 0 |
| debian | bullseye | fixed | 0 |
| debian | forky | fixed | 0 |
| debian | sid | fixed | 0 |
| debian | trixie | fixed | 0 |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| nodejs | node.js | {"startIncluding":"8.0.0","endIncluding":"8.8.1"} | |
References
CWEs
CWE-665
Verify integrity in audit chain (admin only). AS-IS.