-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Vulnerable Library - mongodb-2.2.36.tgz
The official MongoDB driver for Node.js
Library home page: https://registry.npmjs.org/mongodb/-/mongodb-2.2.36.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Found in HEAD commit: e24e1391d45b6de9cae5737b63bdfcbbc1183d4d
Vulnerabilities
| Vulnerability | Severity | Dependency | Type | Fixed in (mongodb version) | Remediation Possible** | |
|---|---|---|---|---|---|---|
| CVE-2020-7610 | 9.8 | bson-1.0.9.tgz | Transitive | 3.1.3 | ✅ | |
| WS-2019-0311 | 6.5 | mongodb-2.2.36.tgz | Direct | 3.1.13 | ✅ |
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2020-7610
Vulnerable Library - bson-1.0.9.tgz
A bson parser for node.js and the browser
Library home page: https://registry.npmjs.org/bson/-/bson-1.0.9.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- mongodb-2.2.36.tgz (Root Library)
- mongodb-core-2.1.20.tgz
- ❌ bson-1.0.9.tgz (Vulnerable Library)
- mongodb-core-2.1.20.tgz
Found in HEAD commit: e24e1391d45b6de9cae5737b63bdfcbbc1183d4d
Found in base branch: main
Vulnerability Details
All versions of bson before 1.1.4 are vulnerable to Deserialization of Untrusted Data. The package will ignore an unknown value for an object's _bsotype, leading to cases where an object is serialized as a document rather than the intended BSON type.
Publish Date: 2020-03-30
URL: CVE-2020-7610
CVSS 3 Score Details (9.8)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Release Date: 2020-03-30
Fix Resolution (bson): 1.1.4
Direct dependency fix Resolution (mongodb): 3.1.3
⛑️ Automatic Remediation will be attempted for this issue.
WS-2019-0311
Vulnerable Library - mongodb-2.2.36.tgz
The official MongoDB driver for Node.js
Library home page: https://registry.npmjs.org/mongodb/-/mongodb-2.2.36.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json
Dependency Hierarchy:
- ❌ mongodb-2.2.36.tgz (Vulnerable Library)
Found in HEAD commit: e24e1391d45b6de9cae5737b63bdfcbbc1183d4d
Found in base branch: main
Vulnerability Details
In 'node-mongodb-native', versions prior to v3.1.13 are vulnerable against DOS as a result of a potential crash when a collection name is invalid and the DB doesn't exist.
Publish Date: 2019-01-23
URL: WS-2019-0311
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: https://www.npmjs.com/advisories/1203
Release Date: 2019-01-23
Fix Resolution: 3.1.13
⛑️ Automatic Remediation will be attempted for this issue.
⛑️Automatic Remediation will be attempted for this issue.