You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*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
Prior to versions 7.1.0, 6.1.2, and 5.3.4, the webpack-dev-middleware development middleware for devpack does not validate the supplied URL address sufficiently before returning the local file. It is possible to access any file on the developer's machine. The middleware can either work with the physical filesystem when reading the files or it can use a virtualized in-memory memfs filesystem. If writeToDisk configuration option is set to true, the physical filesystem is used. The getFilenameFromUrl method is used to parse URL and build the local file path. The public path prefix is stripped from the URL, and the unsecaped path suffix is appended to the outputPath. As the URL is not unescaped and normalized automatically before calling the midlleware, it is possible to use %2e and %2f sequences to perform path traversal attack.
Developers using webpack-dev-server or webpack-dev-middleware are affected by the issue. When the project is started, an attacker might access any file on the developer's machine and exfiltrate the content. If the development server is listening on a public IP address (or 0.0.0.0), an attacker on the local network can access the local files without any interaction from the victim (direct connection to the port). If the server allows access from third-party domains, an attacker can send a malicious link to the victim. When visited, the client side script can connect to the local server and exfiltrate the local files. Starting with fixed versions 7.1.0, 6.1.2, and 5.3.4, the URL is unescaped and normalized before any further processing.
follow-redirects is an open source, drop-in replacement for Node's http and https modules that automatically follows redirects. In affected versions follow-redirects only clears authorization header during cross-domain redirect, but keep the proxy-authentication header which contains credentials too. This vulnerability may lead to credentials leak, but has been addressed in version 1.15.6. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Express.js minimalist web framework for node. Versions of Express.js prior to 4.19.0 and all pre-release alpha and beta versions of 5.0 are affected by an open redirect vulnerability using malformed URLs. When a user of Express performs a redirect using a user-provided URL Express performs an encode using encodeurl on the contents before passing it to the location header. This can cause malformed URLs to be evaluated in unexpected ways by common redirect allow list implementations in Express applications, leading to an Open Redirect via bypass of a properly implemented allow list. The main method impacted is res.location() but this is also called from within res.redirect(). The vulnerability is fixed in 4.19.2 and 5.0.0-beta.3.
Versions of the package follow-redirects before 1.15.4 are vulnerable to Improper Input Validation due to the improper handling of URLs by the url.parse() function. When new URL() throws an error, it can be manipulated to misinterpret the hostname. An attacker could exploit this weakness to redirect traffic to a malicious site, potentially leading to information disclosure, phishing attacks, or other security breaches.
mend-bolt-for-githubbot
changed the title
react-scripts-5.0.1.tgz: 1 vulnerabilities (highest severity is: 7.5)
react-scripts-5.0.1.tgz: 2 vulnerabilities (highest severity is: 7.5)
Jan 14, 2024
mend-bolt-for-githubbot
changed the title
react-scripts-5.0.1.tgz: 2 vulnerabilities (highest severity is: 7.5)
react-scripts-5.0.1.tgz: 5 vulnerabilities (highest severity is: 7.5)
Apr 15, 2024
mend-bolt-for-githubbot
changed the title
react-scripts-5.0.1.tgz: 5 vulnerabilities (highest severity is: 7.5)
react-scripts-5.0.1.tgz: 6 vulnerabilities (highest severity is: 8.8)
May 10, 2024
Vulnerable Library - react-scripts-5.0.1.tgz
Path to dependency file: /src/diagram-gpt-ui/package.json
Path to vulnerable library: /src/diagram-gpt-ui/node_modules/nth-check/package.json
Found in HEAD commit: 285ea721f07fd1565c8cacc444424fe043d3b4b9
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-2024-33883
Vulnerable Library - ejs-3.1.9.tgz
Library home page: https://registry.npmjs.org/ejs/-/ejs-3.1.9.tgz
Path to dependency file: /src/diagram-gpt-ui/package.json
Path to vulnerable library: /src/diagram-gpt-ui/node_modules/ejs/package.json
Dependency Hierarchy:
Found in HEAD commit: 285ea721f07fd1565c8cacc444424fe043d3b4b9
Found in base branch: master
Vulnerability Details
The ejs (aka Embedded JavaScript templates) package before 3.1.10 for Node.js lacks certain pollution protection.
Publish Date: 2024-04-28
URL: CVE-2024-33883
CVSS 3 Score Details (8.8)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Origin: https://www.cve.org/CVERecord?id=CVE-2024-33883
Release Date: 2024-04-28
Fix Resolution: ejs - 3.1.10
Step up your Open Source Security Game with Mend here
CVE-2021-3803
Vulnerable Library - nth-check-1.0.2.tgz
performant nth-check parser & compiler
Library home page: https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz
Path to dependency file: /src/diagram-gpt-ui/package.json
Path to vulnerable library: /src/diagram-gpt-ui/node_modules/nth-check/package.json
Dependency Hierarchy:
Found in HEAD commit: 285ea721f07fd1565c8cacc444424fe043d3b4b9
Found in base branch: master
Vulnerability Details
nth-check is vulnerable to Inefficient Regular Expression Complexity
Publish Date: 2021-09-17
URL: CVE-2021-3803
CVSS 3 Score Details (7.5)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Release Date: 2021-09-17
Fix Resolution: nth-check - v2.0.1
Step up your Open Source Security Game with Mend here
CVE-2024-29180
Vulnerable Library - webpack-dev-middleware-5.3.3.tgz
A development middleware for webpack
Library home page: https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz
Path to dependency file: /src/diagram-gpt-ui/package.json
Path to vulnerable library: /src/diagram-gpt-ui/node_modules/webpack-dev-middleware/package.json
Dependency Hierarchy:
Found in HEAD commit: 285ea721f07fd1565c8cacc444424fe043d3b4b9
Found in base branch: master
Vulnerability Details
Prior to versions 7.1.0, 6.1.2, and 5.3.4, the webpack-dev-middleware development middleware for devpack does not validate the supplied URL address sufficiently before returning the local file. It is possible to access any file on the developer's machine. The middleware can either work with the physical filesystem when reading the files or it can use a virtualized in-memory
memfs
filesystem. IfwriteToDisk
configuration option is set totrue
, the physical filesystem is used. ThegetFilenameFromUrl
method is used to parse URL and build the local file path. The public path prefix is stripped from the URL, and theunsecaped
path suffix is appended to theoutputPath
. As the URL is not unescaped and normalized automatically before calling the midlleware, it is possible to use%2e
and%2f
sequences to perform path traversal attack.Developers using
webpack-dev-server
orwebpack-dev-middleware
are affected by the issue. When the project is started, an attacker might access any file on the developer's machine and exfiltrate the content. If the development server is listening on a public IP address (or0.0.0.0
), an attacker on the local network can access the local files without any interaction from the victim (direct connection to the port). If the server allows access from third-party domains, an attacker can send a malicious link to the victim. When visited, the client side script can connect to the local server and exfiltrate the local files. Starting with fixed versions 7.1.0, 6.1.2, and 5.3.4, the URL is unescaped and normalized before any further processing.Publish Date: 2024-03-21
URL: CVE-2024-29180
CVSS 3 Score Details (7.4)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Origin: GHSA-wr3j-pwj9-hqq6
Release Date: 2024-03-21
Fix Resolution: webpack-dev-middleware - 5.3.4,6.1.2,7.1.0
Step up your Open Source Security Game with Mend here
CVE-2024-28849
Vulnerable Library - follow-redirects-1.15.3.tgz
Library home page: https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz
Path to dependency file: /src/diagram-gpt-ui/package.json
Path to vulnerable library: /src/diagram-gpt-ui/node_modules/follow-redirects/package.json
Dependency Hierarchy:
Found in HEAD commit: 285ea721f07fd1565c8cacc444424fe043d3b4b9
Found in base branch: master
Vulnerability Details
follow-redirects is an open source, drop-in replacement for Node's
http
andhttps
modules that automatically follows redirects. In affected versions follow-redirects only clears authorization header during cross-domain redirect, but keep the proxy-authentication header which contains credentials too. This vulnerability may lead to credentials leak, but has been addressed in version 1.15.6. Users are advised to upgrade. There are no known workarounds for this vulnerability.Publish Date: 2024-03-14
URL: CVE-2024-28849
CVSS 3 Score Details (6.5)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Origin: GHSA-cxjh-pqwp-8mfp
Release Date: 2024-03-14
Fix Resolution: follow-redirects - 1.15.6
Step up your Open Source Security Game with Mend here
CVE-2024-29041
Vulnerable Library - express-4.18.2.tgz
Fast, unopinionated, minimalist web framework
Library home page: https://registry.npmjs.org/express/-/express-4.18.2.tgz
Path to dependency file: /src/diagram-gpt-ui/package.json
Path to vulnerable library: /src/diagram-gpt-ui/node_modules/express/package.json
Dependency Hierarchy:
Found in HEAD commit: 285ea721f07fd1565c8cacc444424fe043d3b4b9
Found in base branch: master
Vulnerability Details
Express.js minimalist web framework for node. Versions of Express.js prior to 4.19.0 and all pre-release alpha and beta versions of 5.0 are affected by an open redirect vulnerability using malformed URLs. When a user of Express performs a redirect using a user-provided URL Express performs an encode using
encodeurl
on the contents before passing it to thelocation
header. This can cause malformed URLs to be evaluated in unexpected ways by common redirect allow list implementations in Express applications, leading to an Open Redirect via bypass of a properly implemented allow list. The main method impacted isres.location()
but this is also called from withinres.redirect()
. The vulnerability is fixed in 4.19.2 and 5.0.0-beta.3.Publish Date: 2024-03-25
URL: CVE-2024-29041
CVSS 3 Score Details (6.1)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Origin: GHSA-rv95-896h-c2vc
Release Date: 2024-03-25
Fix Resolution: express - 4.19.0
Step up your Open Source Security Game with Mend here
CVE-2023-26159
Vulnerable Library - follow-redirects-1.15.3.tgz
Library home page: https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz
Path to dependency file: /src/diagram-gpt-ui/package.json
Path to vulnerable library: /src/diagram-gpt-ui/node_modules/follow-redirects/package.json
Dependency Hierarchy:
Found in HEAD commit: 285ea721f07fd1565c8cacc444424fe043d3b4b9
Found in base branch: master
Vulnerability Details
Versions of the package follow-redirects before 1.15.4 are vulnerable to Improper Input Validation due to the improper handling of URLs by the url.parse() function. When new URL() throws an error, it can be manipulated to misinterpret the hostname. An attacker could exploit this weakness to redirect traffic to a malicious site, potentially leading to information disclosure, phishing attacks, or other security breaches.
Publish Date: 2024-01-02
URL: CVE-2023-26159
CVSS 3 Score Details (6.1)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Origin: https://www.cve.org/CVERecord?id=CVE-2023-26159
Release Date: 2024-01-02
Fix Resolution: follow-redirects - 1.15.4
Step up your Open Source Security Game with Mend here
The text was updated successfully, but these errors were encountered: