-
Notifications
You must be signed in to change notification settings - Fork 0
Description
WS-2018-0074 - Medium Severity Vulnerability
Vulnerable Library - bl-0.8.2.tgz
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!
Library home page: https://registry.npmjs.org/bl/-/bl-0.8.2.tgz
Path to dependency file: graphql-tools/docs/package.json
Path to vulnerable library: graphql-tools/docs/node_modules/bl/package.json
Dependency Hierarchy:
- gatsby-theme-apollo-docs-4.1.4.tgz (Root Library)
- gatsby-plugin-printer-1.0.8.tgz
- rollup-plugin-node-builtins-2.1.2.tgz
- browserify-fs-1.0.0.tgz
- levelup-0.18.6.tgz
- ❌ bl-0.8.2.tgz (Vulnerable Library)
- levelup-0.18.6.tgz
- browserify-fs-1.0.0.tgz
- rollup-plugin-node-builtins-2.1.2.tgz
- gatsby-plugin-printer-1.0.8.tgz
Found in HEAD commit: 9314ebf95bf01bdeaeac7c0cb1fed8e1ad967dc4
Found in base branch: v14
Vulnerability Details
Versions of bl before 0.9.5 and 1.0.1 are vulnerable to memory exposure.
bl.append(number) in the affected bl versions passes a number to Buffer constructor, appending a chunk of uninitialized memory
Publish Date: 2018-04-25
URL: WS-2018-0074
CVSS 3 Score Details (6.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- Availability Impact: Low
Suggested Fix
Type: Upgrade version
Origin: rvagg/bl#22
Release Date: 2018-01-27
Fix Resolution: 0.9.5,1.0.1
Step up your Open Source Security Game with WhiteSource here