-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Vulnerable Library - tello-1.2.0.tgz
Path to dependency file: /script/package.json
Path to vulnerable library: /package.json,/script/package.json
Vulnerabilities
| Vulnerability | Severity | Dependency | Type | Fixed in (tello version) | Remediation Possible** | Reachability | |
|---|---|---|---|---|---|---|---|
| CVE-2022-21681 | 7.5 | marked-0.6.3.tgz | Transitive | N/A* | ❌ | ||
| CVE-2022-21680 | 7.5 | marked-0.6.3.tgz | Transitive | N/A* | ❌ | ||
| WS-2020-0163 | 5.9 | marked-0.6.3.tgz | Transitive | N/A* | ❌ | ||
| WS-2019-0209 | 5.5 | marked-0.6.3.tgz | Transitive | N/A* | ❌ | ||
| GHSA-ch52-vgq2-943f | 5.5 | marked-0.6.3.tgz | Transitive | N/A* | ❌ | ||
| CVE-2021-23358 | 3.3 | underscore-1.6.0.tgz | Transitive | N/A* | ❌ |
*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.
**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation
Details
CVE-2022-21681
Vulnerable Library - marked-0.6.3.tgz
A markdown parser built for speed
Library home page: https://registry.npmjs.org/marked/-/marked-0.6.3.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json,/script/package.json
Dependency Hierarchy:
- tello-1.2.0.tgz (Root Library)
- atomdoc-1.2.0.tgz
- ❌ marked-0.6.3.tgz (Vulnerable Library)
- atomdoc-1.2.0.tgz
Found in base branch: electron-upgrade
Vulnerability Details
Marked is a markdown parser and compiler. Prior to version 4.0.10, the regular expression "inline.reflinkSearch" may cause catastrophic backtracking against some strings and lead to a denial of service (DoS). Anyone who runs untrusted markdown through a vulnerable version of marked and does not use a worker with a time limit may be affected. This issue is patched in version 4.0.10. As a workaround, avoid running untrusted markdown through marked or run marked on a worker thread and set a reasonable time limit to prevent draining resources.
Publish Date: 2022-01-14
URL: CVE-2022-21681
CVSS 3 Score Details (7.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: GHSA-5v2h-r2cx-5xgj
Release Date: 2022-01-14
Fix Resolution: marked - 4.0.10
CVE-2022-21680
Vulnerable Library - marked-0.6.3.tgz
A markdown parser built for speed
Library home page: https://registry.npmjs.org/marked/-/marked-0.6.3.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json,/script/package.json
Dependency Hierarchy:
- tello-1.2.0.tgz (Root Library)
- atomdoc-1.2.0.tgz
- ❌ marked-0.6.3.tgz (Vulnerable Library)
- atomdoc-1.2.0.tgz
Found in base branch: electron-upgrade
Vulnerability Details
Marked is a markdown parser and compiler. Prior to version 4.0.10, the regular expression "block.def" may cause catastrophic backtracking against some strings and lead to a regular expression denial of service (ReDoS). Anyone who runs untrusted markdown through a vulnerable version of marked and does not use a worker with a time limit may be affected. This issue is patched in version 4.0.10. As a workaround, avoid running untrusted markdown through marked or run marked on a worker thread and set a reasonable time limit to prevent draining resources.
Publish Date: 2022-01-14
URL: CVE-2022-21680
CVSS 3 Score Details (7.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: GHSA-rrrm-qjm4-v8hf
Release Date: 2022-01-14
Fix Resolution: marked - 4.0.10
WS-2020-0163
Vulnerable Library - marked-0.6.3.tgz
A markdown parser built for speed
Library home page: https://registry.npmjs.org/marked/-/marked-0.6.3.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json,/script/package.json
Dependency Hierarchy:
- tello-1.2.0.tgz (Root Library)
- atomdoc-1.2.0.tgz
- ❌ marked-0.6.3.tgz (Vulnerable Library)
- atomdoc-1.2.0.tgz
Found in base branch: electron-upgrade
Vulnerability Details
marked before 1.1.1 is vulnerable to Regular Expression Denial of Service (REDoS). rules.js have multiple unused capture groups which can lead to a Denial of Service.
Publish Date: 2020-07-02
URL: WS-2020-0163
CVSS 3 Score Details (5.9)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Release Date: 2020-07-02
Fix Resolution: marked - 1.1.1
WS-2019-0209
Vulnerable Library - marked-0.6.3.tgz
A markdown parser built for speed
Library home page: https://registry.npmjs.org/marked/-/marked-0.6.3.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json,/script/package.json
Dependency Hierarchy:
- tello-1.2.0.tgz (Root Library)
- atomdoc-1.2.0.tgz
- ❌ marked-0.6.3.tgz (Vulnerable Library)
- atomdoc-1.2.0.tgz
Found in base branch: electron-upgrade
Vulnerability Details
marked before 0.7.0 vulnerable to Redos attack by he _label subrule that may significantly degrade parsing performance of malformed input.
Publish Date: 2019-07-04
URL: WS-2019-0209
CVSS 3 Score Details (5.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: https://www.npmjs.com/advisories/1076
Release Date: 2019-07-04
Fix Resolution: 0.7.0
GHSA-ch52-vgq2-943f
Vulnerable Library - marked-0.6.3.tgz
A markdown parser built for speed
Library home page: https://registry.npmjs.org/marked/-/marked-0.6.3.tgz
Path to dependency file: /package.json
Path to vulnerable library: /package.json,/script/package.json
Dependency Hierarchy:
- tello-1.2.0.tgz (Root Library)
- atomdoc-1.2.0.tgz
- ❌ marked-0.6.3.tgz (Vulnerable Library)
- atomdoc-1.2.0.tgz
Found in base branch: electron-upgrade
Vulnerability Details
Affected versions of "marked" are vulnerable to Regular Expression Denial of Service (ReDoS). The "_label" subrule may significantly degrade parsing performance of malformed input. Recommendation Upgrade to version 0.7.0 or later.
Publish Date: 2025-07-14
URL: GHSA-ch52-vgq2-943f
CVSS 3 Score Details (5.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: GHSA-ch52-vgq2-943f
Release Date: 2025-06-11
Fix Resolution: marked - 0.7.0
CVE-2021-23358
Vulnerable Library - underscore-1.6.0.tgz
JavaScript's functional programming helper library.
Library home page: https://registry.npmjs.org/underscore/-/underscore-1.6.0.tgz
Path to dependency file: /script/package.json
Path to vulnerable library: /script/package.json,/package.json
Dependency Hierarchy:
- tello-1.2.0.tgz (Root Library)
- ❌ underscore-1.6.0.tgz (Vulnerable Library)
Found in base branch: electron-upgrade
Vulnerability Details
The package underscore from 1.13.0-0 and before 1.13.0-2, from 1.3.2 and before 1.12.1 are vulnerable to Arbitrary Code Injection via the template function, particularly when a variable property is passed as an argument as it is not sanitized.
Mend Note:
Publish Date: 2021-03-29
URL: CVE-2021-23358
CVSS 3 Score Details (3.3)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: High
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: GHSA-cf4h-3jhx-xvhq
Release Date: 2021-03-29
Fix Resolution: underscore.js - 1.12.1,underscore - 1.12.1