{ "schema_version": "1.4.0", "id": "GHSA-wrw9-m778-g6mc", "modified": "2020-08-31T18:29:15Z", "published": "2019-06-03T17:27:57Z", "aliases": [], "summary": "Memory Exposure in bl", "details": "Versions of `bl` before 0.9.5 and 1.0.1 are vulnerable to memory exposure.\n\n`bl.append(number)` in the affected `bl` versions passes a number to Buffer constructor, appending a chunk of uninitialized memory\n\n\n## Recommendation\n\nUpdate to version 0.9.5, 1.0.1 or later.", "severity": [], "affected": [ { "package": { "ecosystem": "npm", "name": "bl" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "0.9.5" } ] } ] }, { "package": { "ecosystem": "npm", "name": "bl" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "1.0.0" }, { "fixed": "1.0.1" } ] } ], "versions": [ "1.0.0" ] } ], "references": [ { "type": "WEB", "url": "https://github.com/rvagg/bl/pull/22" }, { "type": "WEB", "url": "https://www.npmjs.com/advisories/596" } ], "database_specific": { "cwe_ids": [ "CWE-200" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2019-06-03T17:23:00Z", "nvd_published_at": null } }