-
Notifications
You must be signed in to change notification settings - Fork 0
Description
WS-2018-0074 - Medium Severity Vulnerability
Vulnerable Library - bl-0.9.1.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.9.1.tgz
Path to dependency file: node/deps/npm/package.json
Path to vulnerable library: node/deps/npm/node_modules/request/node_modules/bl/package.json
Dependency Hierarchy:
- request-2.42.0.tgz (Root Library)
- ❌ bl-0.9.1.tgz (Vulnerable Library)
Found in base branch: archived-io.js-v0.10
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