ghsa-f2j2-5fh3-4jrr
Vulnerability from github
Published
2022-05-14 04:01
Modified
2022-05-14 04:01
Severity ?
Details
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.
{ "affected": [], "aliases": [ "CVE-2017-15897" ], "database_specific": { "cwe_ids": [ "CWE-200", "CWE-665" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2017-12-11T21:29:00Z", "severity": "MODERATE" }, "details": "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, \u0027Buffer.alloc(0x100, \"This is not correctly encoded\", \"hex\");\u0027 The buffer implementation was updated such that the buffer will be initialized to all zeros in these cases.", "id": "GHSA-f2j2-5fh3-4jrr", "modified": "2022-05-14T04:01:44Z", "published": "2022-05-14T04:01:44Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15897" }, { "type": "WEB", "url": "https://nodejs.org/en/blog/vulnerability/december-2017-security-releases" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:N/A:N", "type": "CVSS_V3" } ] }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.