Vulnerable Library - @neftie/frontend-0.0.0.tgz
Path to dependency file: /package.json
Found in HEAD commit: 8e14993dfa9224814b31a2944ee9c5a18cccd4a1
Vulnerabilities
| CVE |
Severity |
CVSS |
Dependency |
Type |
Fixed in (@neftie/frontend version) |
Remediation Possible** |
| CVE-2022-25927 |
High |
7.5 |
ua-parser-js-0.7.31.tgz |
Transitive |
N/A* |
❌ |
| CVE-2022-29256 |
Medium |
6.7 |
sharp-0.30.3.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-25927
Vulnerable Library - ua-parser-js-0.7.31.tgz
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environment
Library home page: https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.31.tgz
Dependency Hierarchy:
- @neftie/frontend-0.0.0.tgz (Root Library)
- draft-js-0.11.7.tgz
- fbjs-2.0.0.tgz
- ❌ ua-parser-js-0.7.31.tgz (Vulnerable Library)
Found in HEAD commit: 8e14993dfa9224814b31a2944ee9c5a18cccd4a1
Found in base branch: main
Vulnerability Details
Versions of the package ua-parser-js from 0.7.30 and before 0.7.33, from 0.8.1 and before 1.0.33 are vulnerable to Regular Expression Denial of Service (ReDoS) via the trim() function.
Publish Date: 2023-01-26
URL: CVE-2022-25927
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 Fix
Type: Upgrade version
Release Date: 2023-01-26
Fix Resolution: ua-parser-js - 0.7.33,1.0.33
Step up your Open Source Security Game with Mend here
CVE-2022-29256
Vulnerable Library - sharp-0.30.3.tgz
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images
Library home page: https://registry.npmjs.org/sharp/-/sharp-0.30.3.tgz
Dependency Hierarchy:
- @neftie/frontend-0.0.0.tgz (Root Library)
- ❌ sharp-0.30.3.tgz (Vulnerable Library)
Found in HEAD commit: 8e14993dfa9224814b31a2944ee9c5a18cccd4a1
Found in base branch: main
Vulnerability Details
sharp is an application for Node.js image processing. Prior to version 0.30.5, there is a possible vulnerability in logic that is run only at npm install time when installing versions of sharp prior to the latest v0.30.5. If an attacker has the ability to set the value of the PKG_CONFIG_PATH environment variable in a build environment then they might be able to use this to inject an arbitrary command at npm install time. This is not part of any runtime code, does not affect Windows users at all, and is unlikely to affect anyone that already cares about the security of their build environment. This problem is fixed in version 0.30.5.
Publish Date: 2022-05-25
URL: CVE-2022-29256
CVSS 3 Score Details (6.7)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: High
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
For more information on CVSS3 Scores, click here.
Suggested Fix
Type: Upgrade version
Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29256
Release Date: 2022-05-25
Fix Resolution: sharp - 0.30.5
Step up your Open Source Security Game with Mend here
Path to dependency file: /package.json
Found in HEAD commit: 8e14993dfa9224814b31a2944ee9c5a18cccd4a1
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
Vulnerable Library - ua-parser-js-0.7.31.tgz
Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environment
Library home page: https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.31.tgz
Dependency Hierarchy:
Found in HEAD commit: 8e14993dfa9224814b31a2944ee9c5a18cccd4a1
Found in base branch: main
Vulnerability Details
Versions of the package ua-parser-js from 0.7.30 and before 0.7.33, from 0.8.1 and before 1.0.33 are vulnerable to Regular Expression Denial of Service (ReDoS) via the trim() function.
Publish Date: 2023-01-26
URL: CVE-2022-25927
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 Fix
Type: Upgrade version
Release Date: 2023-01-26
Fix Resolution: ua-parser-js - 0.7.33,1.0.33
Step up your Open Source Security Game with Mend here
Vulnerable Library - sharp-0.30.3.tgz
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images
Library home page: https://registry.npmjs.org/sharp/-/sharp-0.30.3.tgz
Dependency Hierarchy:
Found in HEAD commit: 8e14993dfa9224814b31a2944ee9c5a18cccd4a1
Found in base branch: main
Vulnerability Details
sharp is an application for Node.js image processing. Prior to version 0.30.5, there is a possible vulnerability in logic that is run only at
npm installtime when installing versions ofsharpprior to the latest v0.30.5. If an attacker has the ability to set the value of thePKG_CONFIG_PATHenvironment variable in a build environment then they might be able to use this to inject an arbitrary command atnpm installtime. This is not part of any runtime code, does not affect Windows users at all, and is unlikely to affect anyone that already cares about the security of their build environment. This problem is fixed in version 0.30.5.Publish Date: 2022-05-25
URL: CVE-2022-29256
CVSS 3 Score Details (6.7)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: High
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
For more information on CVSS3 Scores, click here.Suggested Fix
Type: Upgrade version
Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-29256
Release Date: 2022-05-25
Fix Resolution: sharp - 0.30.5
Step up your Open Source Security Game with Mend here