Description
Vulnerable Library - express-fileupload-1.1.7-alpha.4.tgz
Simple express file upload middleware that wraps around Busboy
Library home page: https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.1.7-alpha.4.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/express-fileupload/package.json
Found in HEAD commit: 128cac76728ad8fe73f45b8d82123ad0134ec854
Vulnerabilities
CVE | Severity | Dependency | Type | Fixed in (express-fileupload version) | Remediation Possible** | |
---|---|---|---|---|---|---|
CVE-2020-7699 | 9.8 | express-fileupload-1.1.7-alpha.4.tgz | Direct | 1.1.8 | ✅ | |
CVE-2022-24434 | 7.5 | dicer-0.3.0.tgz | Transitive | N/A* | ❌ | |
CVE-2022-27261 | 7.5 | express-fileupload-1.1.7-alpha.4.tgz | Direct | 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-2020-7699
Vulnerable Library - express-fileupload-1.1.7-alpha.4.tgz
Simple express file upload middleware that wraps around Busboy
Library home page: https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.1.7-alpha.4.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/express-fileupload/package.json
Dependency Hierarchy:
- ❌ express-fileupload-1.1.7-alpha.4.tgz (Vulnerable Library)
Found in HEAD commit: 128cac76728ad8fe73f45b8d82123ad0134ec854
Found in base branch: master
Vulnerability Details
This affects the package express-fileupload before 1.1.8. If the parseNested option is enabled, sending a corrupt HTTP request can lead to denial of service or arbitrary code execution.
Publish Date: 2020-07-30
URL: CVE-2020-7699
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-07-30
Fix Resolution: 1.1.8
⛑️ Automatic Remediation will be attempted for this issue.
CVE-2022-24434
Vulnerable Library - dicer-0.3.0.tgz
A very fast streaming multipart parser for node.js
Library home page: https://registry.npmjs.org/dicer/-/dicer-0.3.0.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/dicer/package.json
Dependency Hierarchy:
- express-fileupload-1.1.7-alpha.4.tgz (Root Library)
- busboy-0.3.1.tgz
- ❌ dicer-0.3.0.tgz (Vulnerable Library)
- busboy-0.3.1.tgz
Found in HEAD commit: 128cac76728ad8fe73f45b8d82123ad0134ec854
Found in base branch: master
Vulnerability Details
This affects all versions of package dicer. A malicious attacker can send a modified form to server, and crash the nodejs service. An attacker could sent the payload again and again so that the service continuously crashes.
Publish Date: 2022-05-20
URL: CVE-2022-24434
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
CVE-2022-27261
Vulnerable Library - express-fileupload-1.1.7-alpha.4.tgz
Simple express file upload middleware that wraps around Busboy
Library home page: https://registry.npmjs.org/express-fileupload/-/express-fileupload-1.1.7-alpha.4.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/express-fileupload/package.json
Dependency Hierarchy:
- ❌ express-fileupload-1.1.7-alpha.4.tgz (Vulnerable Library)
Found in HEAD commit: 128cac76728ad8fe73f45b8d82123ad0134ec854
Found in base branch: master
Vulnerability Details
An arbitrary file write vulnerability in Express-FileUpload v1.3.1 allows attackers to upload multiple files with the same name, causing an overwrite of files in the web application server.
Publish Date: 2022-04-12
URL: CVE-2022-27261
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: High
- Availability Impact: None
⛑️Automatic Remediation will be attempted for this issue.
Activity