vonage-node-code-snippets
vonage-node-code-snippets copied to clipboard
server-sdk-2.11.1.tgz: 2 vulnerabilities (highest severity is: 9.8)
Vulnerable Library - server-sdk-2.11.1.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/json-schema/package.json
Found in HEAD commit: ad5595f842b7c7bba7a172d162d171f13dd50370
Vulnerabilities
| CVE | Severity | Dependency | Type | Fixed in | Remediation Available | |
|---|---|---|---|---|---|---|
| CVE-2021-3918 | 9.8 | json-schema-0.2.3.tgz | Transitive | N/A | ❌ | |
| CVE-2020-15366 | 5.6 | ajv-6.12.2.tgz | Transitive | N/A | ❌ |
Details
CVE-2021-3918
Vulnerable Library - json-schema-0.2.3.tgz
JSON Schema validation and specifications
Library home page: https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/json-schema/package.json
Dependency Hierarchy:
- server-sdk-2.11.1.tgz (Root Library)
- request-2.88.2.tgz
- http-signature-1.2.0.tgz
- jsprim-1.4.1.tgz
- :x: json-schema-0.2.3.tgz (Vulnerable Library)
- jsprim-1.4.1.tgz
- http-signature-1.2.0.tgz
- request-2.88.2.tgz
Found in HEAD commit: ad5595f842b7c7bba7a172d162d171f13dd50370
Found in base branch: master
Vulnerability Details
json-schema is vulnerable to Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
Publish Date: 2021-11-13
URL: CVE-2021-3918
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
Origin: https://nvd.nist.gov/vuln/detail/CVE-2021-3918
Release Date: 2021-11-13
Fix Resolution: json-schema - 0.4.0
CVE-2020-15366
Vulnerable Library - ajv-6.12.2.tgz
Another JSON Schema Validator
Library home page: https://registry.npmjs.org/ajv/-/ajv-6.12.2.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/ajv/package.json
Dependency Hierarchy:
- server-sdk-2.11.1.tgz (Root Library)
- request-2.88.2.tgz
- har-validator-5.1.3.tgz
- :x: ajv-6.12.2.tgz (Vulnerable Library)
- har-validator-5.1.3.tgz
- request-2.88.2.tgz
Found in HEAD commit: ad5595f842b7c7bba7a172d162d171f13dd50370
Found in base branch: master
Vulnerability Details
An issue was discovered in ajv.validate() in Ajv (aka Another JSON Schema Validator) 6.12.2. A carefully crafted JSON schema could be provided that allows execution of other code by prototype pollution. (While untrusted schemas are recommended against, the worst case of an untrusted schema should be a denial of service, not execution of code.)
Publish Date: 2020-07-15
URL: CVE-2020-15366
CVSS 3 Score Details (5.6)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
Suggested Fix
Type: Upgrade version
Release Date: 2020-07-15
Fix Resolution: ajv - 6.12.3