Open mend-for-github-com[bot] opened 2 years ago
:heavy_check_mark: This issue was automatically closed by Mend because the vulnerable library in the specific branch(es) was either marked as ignored or it is no longer part of the Mend inventory.
:information_source: This issue was automatically re-opened by Mend because the vulnerable library in the specific branch(es) has been detected in the Mend inventory.
Vulnerable Library - koa-body-6.0.1.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/zod/package.json
Found in HEAD commit: 5b136f827bd8d8ae6e2b8902c5833e7d7c211fa8
Vulnerabilities
*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-2023-4316
### Vulnerable Library - zod-3.19.1.tgzLibrary home page: https://registry.npmjs.org/zod/-/zod-3.19.1.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/zod/package.json
Dependency Hierarchy: - koa-body-6.0.1.tgz (Root Library) - :x: **zod-3.19.1.tgz** (Vulnerable Library)
Found in HEAD commit: 5b136f827bd8d8ae6e2b8902c5833e7d7c211fa8
Found in base branch: main
### Vulnerability DetailsZod in versions 3.21.0 up to and including 3.22.3 allows an attacker to perform a denial of service while validating emails.
Publish Date: 2023-09-28
URL: CVE-2023-4316
### 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
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://github.com/RobinTail/express-zod-api/security/advisories/GHSA-mvrp-3cvx-c325
Release Date: 2023-09-28
Fix Resolution: zod - 3.22.3
CVE-2022-24999
### Vulnerable Library - qs-6.9.3.tgzA querystring parser that supports nesting and arrays, with a depth limit
Library home page: https://registry.npmjs.org/qs/-/qs-6.9.3.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/formidable/node_modules/qs/package.json
Dependency Hierarchy: - koa-body-6.0.1.tgz (Root Library) - formidable-2.0.1.tgz - :x: **qs-6.9.3.tgz** (Vulnerable Library)
Found in HEAD commit: 5b136f827bd8d8ae6e2b8902c5833e7d7c211fa8
Found in base branch: main
### Vulnerability Detailsqs before 6.10.3, as used in Express before 4.17.3 and other products, allows attackers to cause a Node process hang for an Express application because an __ proto__ key can be used. In many typical Express use cases, an unauthenticated remote attacker can place the attack payload in the query string of the URL that is used to visit the application, such as a[__proto__]=b&a[__proto__]&a[length]=100000000. The fix was backported to qs 6.9.7, 6.8.3, 6.7.3, 6.6.1, 6.5.3, 6.4.1, 6.3.3, and 6.2.4 (and therefore Express 4.17.3, which has "deps: qs@6.9.7" in its release description, is not vulnerable).
Publish Date: 2022-11-26
URL: CVE-2022-24999
### 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
For more information on CVSS3 Scores, click here. ### Suggested FixType: Upgrade version
Origin: https://www.cve.org/CVERecord?id=CVE-2022-24999
Release Date: 2022-11-26
Fix Resolution: qs - 6.2.4,6.3.3,6.4.1,6.5.3,6.6.1,6.7.3,6.8.3,6.9.7,6.10.3