jorger-democorp-mend-ghc / JR_WebGoat

Other
0 stars 0 forks source link

express-3.0.0.tgz: 20 vulnerabilities (highest severity is: 7.5) unreachable #92

Open mend-for-github-com[bot] opened 10 months ago

mend-for-github-com[bot] commented 10 months ago
Vulnerable Library - express-3.0.0.tgz

Sinatra inspired web development framework

Library home page: https://registry.npmjs.org/express/-/express-3.0.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/express/package.json

Found in HEAD commit: 56b9063a66266744c3989bc8d131a7625e9a608f

Vulnerabilities

CVE Severity CVSS Exploit Maturity EPSS Dependency Type Fixed in (express version) Remediation Possible** Reachability
WS-2014-0005 High 7.5 Not Defined qs-0.5.1.tgz Transitive 3.16.0

Unreachable

CVE-2017-16138 High 7.5 Not Defined 0.1% mime-1.2.6.tgz Transitive 4.16.0

Unreachable

CVE-2017-16119 High 7.5 Not Defined 0.1% fresh-0.1.0.tgz Transitive 4.15.5

Unreachable

CVE-2017-1000048 High 7.5 Not Defined 0.1% qs-0.5.1.tgz Transitive 4.14.0

Unreachable

CVE-2014-10064 High 7.5 Not Defined 0.1% qs-0.5.1.tgz Transitive 3.16.0

Unreachable

CVE-2014-6394 High 7.3 Not Defined 2.6000001% detected in multiple dependencies Transitive 3.16.10

Unreachable

WS-2013-0004 Medium 6.1 Not Defined connect-2.6.0.tgz Transitive 3.3.1

Unreachable

CVE-2024-29041 Medium 6.1 Not Defined 0.0% express-3.0.0.tgz Direct 4.19.0

Unreachable

CVE-2013-7371 Medium 6.1 Not Defined 0.4% connect-2.6.0.tgz Transitive 3.3.1

Unreachable

CVE-2013-7370 Medium 6.1 Not Defined 0.4% connect-2.6.0.tgz Transitive 3.3.1

Unreachable

CVE-2018-3717 Medium 5.4 Not Defined 0.1% connect-2.6.0.tgz Transitive 3.5.0

Unreachable

WS-2013-0003 Medium 5.3 Not Defined connect-2.6.0.tgz Transitive 3.3.1

Unreachable

CVE-2024-47764 Medium 5.3 Not Defined 0.0% cookie-0.0.4.tgz Transitive N/A*

Unreachable

CVE-2015-8859 Medium 5.3 Not Defined 0.1% detected in multiple dependencies Transitive 3.19.1

Unreachable

CVE-2014-7191 Medium 5.3 Not Defined 5.2999997% qs-0.5.1.tgz Transitive 3.16.0

Unreachable

CVE-2024-43799 Medium 5.0 Not Defined 0.0% detected in multiple dependencies Transitive N/A*

Unreachable

CVE-2024-43796 Medium 5.0 Not Defined 0.0% express-3.0.0.tgz Direct express - 4.20.0,5.0.0

Unreachable

CVE-2024-9266 Medium 4.7 Not Defined 0.1% express-3.0.0.tgz Direct 4.0.0

Unreachable

CVE-2024-10491 Medium 4.0 Not Defined 0.0% express-3.0.0.tgz Direct 4.0.0

Unreachable

CVE-2014-6393 Low 3.7 Not Defined 0.1% express-3.0.0.tgz Direct 3.11.0

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

WS-2014-0005 ### Vulnerable Library - qs-0.5.1.tgz

querystring parser

Library home page: https://registry.npmjs.org/qs/-/qs-0.5.1.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/qs/package.json

Dependency Hierarchy: - express-3.0.0.tgz (Root Library) - connect-2.6.0.tgz - :x: **qs-0.5.1.tgz** (Vulnerable Library)

Found in HEAD commit: 56b9063a66266744c3989bc8d131a7625e9a608f

Found in base branch: dev

### Reachability Analysis

The vulnerable code is unreachable

### Vulnerability Details

Denial-of-Service Extended Event Loop Blocking.The qs module does not have an option or default for specifying object depth and when parsing a string representing a deeply nested object will block the event loop for long periods of time

Publish Date: 2014-07-31

URL: WS-2014-0005

### Threat Assessment

Exploit Maturity: Not Defined

EPSS:

### 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

Origin: https://nvd.nist.gov/vuln/detail/WS-2014-0005

Release Date: 2014-07-31

Fix Resolution (qs): 1.0.0

Direct dependency fix Resolution (express): 3.16.0

:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.
CVE-2017-16138 ### Vulnerable Library - mime-1.2.6.tgz

A comprehensive library for mime-type mapping

Library home page: https://registry.npmjs.org/mime/-/mime-1.2.6.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/mime/package.json

Dependency Hierarchy: - express-3.0.0.tgz (Root Library) - send-0.1.0.tgz - :x: **mime-1.2.6.tgz** (Vulnerable Library)

Found in HEAD commit: 56b9063a66266744c3989bc8d131a7625e9a608f

Found in base branch: dev

### Reachability Analysis

The vulnerable code is unreachable

### Vulnerability Details

The mime module < 1.4.1, 2.0.1, 2.0.2 is vulnerable to regular expression denial of service when a mime lookup is performed on untrusted user input. Mend Note: Converted from WS-2017-0330, on 2022-11-08.

Publish Date: 2018-06-07

URL: CVE-2017-16138

### Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.1%

### 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

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-16138

Release Date: 2018-04-26

Fix Resolution (mime): 1.4.1

Direct dependency fix Resolution (express): 4.16.0

:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.
CVE-2017-16119 ### Vulnerable Library - fresh-0.1.0.tgz

HTTP response freshness testing

Library home page: https://registry.npmjs.org/fresh/-/fresh-0.1.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/fresh/package.json

Dependency Hierarchy: - express-3.0.0.tgz (Root Library) - :x: **fresh-0.1.0.tgz** (Vulnerable Library)

Found in HEAD commit: 56b9063a66266744c3989bc8d131a7625e9a608f

Found in base branch: dev

### Reachability Analysis

The vulnerable code is unreachable

### Vulnerability Details

Fresh is a module used by the Express.js framework for HTTP response freshness testing. It is vulnerable to a regular expression denial of service when it is passed specially crafted input to parse. This causes the event loop to be blocked causing a denial of service condition.

Publish Date: 2018-06-07

URL: CVE-2017-16119

### Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.1%

### 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

Origin: https://www.npmjs.com/advisories/526

Release Date: 2018-04-26

Fix Resolution (fresh): 0.5.2

Direct dependency fix Resolution (express): 4.15.5

:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.
CVE-2017-1000048 ### Vulnerable Library - qs-0.5.1.tgz

querystring parser

Library home page: https://registry.npmjs.org/qs/-/qs-0.5.1.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/qs/package.json

Dependency Hierarchy: - express-3.0.0.tgz (Root Library) - connect-2.6.0.tgz - :x: **qs-0.5.1.tgz** (Vulnerable Library)

Found in HEAD commit: 56b9063a66266744c3989bc8d131a7625e9a608f

Found in base branch: dev

### Reachability Analysis

The vulnerable code is unreachable

### Vulnerability Details

the web framework using ljharb's qs module older than v6.3.2, v6.2.3, v6.1.2, and v6.0.4 is vulnerable to a DoS. A malicious user can send a evil request to cause the web framework crash.

Publish Date: 2017-07-13

URL: CVE-2017-1000048

### Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.1%

### 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

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000048

Release Date: 2017-07-13

Fix Resolution (qs): 6.0.4

Direct dependency fix Resolution (express): 4.14.0

:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.
CVE-2014-10064 ### Vulnerable Library - qs-0.5.1.tgz

querystring parser

Library home page: https://registry.npmjs.org/qs/-/qs-0.5.1.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/qs/package.json

Dependency Hierarchy: - express-3.0.0.tgz (Root Library) - connect-2.6.0.tgz - :x: **qs-0.5.1.tgz** (Vulnerable Library)

Found in HEAD commit: 56b9063a66266744c3989bc8d131a7625e9a608f

Found in base branch: dev

### Reachability Analysis

The vulnerable code is unreachable

### Vulnerability Details

The qs module before 1.0.0 does not have an option or default for specifying object depth and when parsing a string representing a deeply nested object will block the event loop for long periods of time. An attacker could leverage this to cause a temporary denial-of-service condition, for example, in a web application, other requests would not be processed while this blocking is occurring.

Publish Date: 2018-05-31

URL: CVE-2014-10064

### Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.1%

### 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

Origin: https://nvd.nist.gov/vuln/detail/CVE-2014-10064

Release Date: 2018-04-26

Fix Resolution (qs): 1.0.0

Direct dependency fix Resolution (express): 3.16.0

:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.
CVE-2014-6394 ### Vulnerable Libraries - send-0.1.0.tgz, send-0.0.4.tgz

### send-0.1.0.tgz

Better streaming static file server with Range and conditional-GET support

Library home page: https://registry.npmjs.org/send/-/send-0.1.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/send/package.json

Dependency Hierarchy: - express-3.0.0.tgz (Root Library) - :x: **send-0.1.0.tgz** (Vulnerable Library) ### send-0.0.4.tgz

Better streaming static file server with Range and conditional-GET support

Library home page: https://registry.npmjs.org/send/-/send-0.0.4.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/connect/node_modules/send/package.json

Dependency Hierarchy: - express-3.0.0.tgz (Root Library) - connect-2.6.0.tgz - :x: **send-0.0.4.tgz** (Vulnerable Library)

Found in HEAD commit: 56b9063a66266744c3989bc8d131a7625e9a608f

Found in base branch: dev

### Reachability Analysis

The vulnerable code is unreachable

### Vulnerability Details

visionmedia send before 0.8.4 for Node.js uses a partial comparison for verifying whether a directory is within the document root, which allows remote attackers to access restricted directories, as demonstrated using "public-restricted" under a "public" directory.

Publish Date: 2014-10-08

URL: CVE-2014-6394

### Threat Assessment

Exploit Maturity: Not Defined

EPSS: 2.6000001%

### CVSS 3 Score Details (7.3)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2014-6394

Release Date: 2014-10-08

Fix Resolution (send): 0.8.4

Direct dependency fix Resolution (express): 3.16.10

Fix Resolution (send): 0.8.4

Direct dependency fix Resolution (express): 3.16.10

:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.
WS-2013-0004 ### Vulnerable Library - connect-2.6.0.tgz

High performance middleware framework

Library home page: https://registry.npmjs.org/connect/-/connect-2.6.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/connect/package.json

Dependency Hierarchy: - express-3.0.0.tgz (Root Library) - :x: **connect-2.6.0.tgz** (Vulnerable Library)

Found in HEAD commit: 56b9063a66266744c3989bc8d131a7625e9a608f

Found in base branch: dev

### Reachability Analysis

The vulnerable code is unreachable

### Vulnerability Details

The "methodOverride" let the http post to override the method of the request with the value of the post key or with the header, which allows XSS attack.

Publish Date: 2013-06-27

URL: WS-2013-0004

### Threat Assessment

Exploit Maturity: Not Defined

EPSS:

### CVSS 3 Score Details (6.1)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Release Date: 2013-06-27

Fix Resolution (connect): 2.8.1

Direct dependency fix Resolution (express): 3.3.1

:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.
CVE-2024-29041 ### Vulnerable Library - express-3.0.0.tgz

Sinatra inspired web development framework

Library home page: https://registry.npmjs.org/express/-/express-3.0.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/express/package.json

Dependency Hierarchy: - :x: **express-3.0.0.tgz** (Vulnerable Library)

Found in HEAD commit: 56b9063a66266744c3989bc8d131a7625e9a608f

Found in base branch: dev

### Reachability Analysis

The vulnerable code is unreachable

### 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`](https://github.com/pillarjs/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.

Publish Date: 2024-03-25

URL: CVE-2024-29041

### Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.0%

### CVSS 3 Score Details (6.1)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://github.com/expressjs/express/security/advisories/GHSA-rv95-896h-c2vc

Release Date: 2024-03-25

Fix Resolution: 4.19.0

:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.
CVE-2013-7371 ### Vulnerable Library - connect-2.6.0.tgz

High performance middleware framework

Library home page: https://registry.npmjs.org/connect/-/connect-2.6.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/connect/package.json

Dependency Hierarchy: - express-3.0.0.tgz (Root Library) - :x: **connect-2.6.0.tgz** (Vulnerable Library)

Found in HEAD commit: 56b9063a66266744c3989bc8d131a7625e9a608f

Found in base branch: dev

### Reachability Analysis

The vulnerable code is unreachable

### Vulnerability Details

node-connects before 2.8.2 has cross site scripting in Sencha Labs Connect middleware (vulnerability due to incomplete fix for CVE-2013-7370)

Publish Date: 2019-12-11

URL: CVE-2013-7371

### Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.4%

### CVSS 3 Score Details (6.1)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-7371

Release Date: 2019-12-11

Fix Resolution (connect): 2.8.1

Direct dependency fix Resolution (express): 3.3.1

:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.
CVE-2013-7370 ### Vulnerable Library - connect-2.6.0.tgz

High performance middleware framework

Library home page: https://registry.npmjs.org/connect/-/connect-2.6.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/connect/package.json

Dependency Hierarchy: - express-3.0.0.tgz (Root Library) - :x: **connect-2.6.0.tgz** (Vulnerable Library)

Found in HEAD commit: 56b9063a66266744c3989bc8d131a7625e9a608f

Found in base branch: dev

### Reachability Analysis

The vulnerable code is unreachable

### Vulnerability Details

node-connect before 2.8.1 has XSS in the Sencha Labs Connect middleware

Publish Date: 2019-12-11

URL: CVE-2013-7370

### Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.4%

### CVSS 3 Score Details (6.1)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-7370

Release Date: 2019-12-11

Fix Resolution (connect): 2.8.1

Direct dependency fix Resolution (express): 3.3.1

:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.
CVE-2018-3717 ### Vulnerable Library - connect-2.6.0.tgz

High performance middleware framework

Library home page: https://registry.npmjs.org/connect/-/connect-2.6.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/connect/package.json

Dependency Hierarchy: - express-3.0.0.tgz (Root Library) - :x: **connect-2.6.0.tgz** (Vulnerable Library)

Found in HEAD commit: 56b9063a66266744c3989bc8d131a7625e9a608f

Found in base branch: dev

### Reachability Analysis

The vulnerable code is unreachable

### Vulnerability Details

connect node module before 2.14.0 suffers from a Cross-Site Scripting (XSS) vulnerability due to a lack of validation of file in directory.js middleware.

Publish Date: 2018-06-07

URL: CVE-2018-3717

### Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.1%

### CVSS 3 Score Details (5.4)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: Low - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2018-3717

Release Date: 2018-06-07

Fix Resolution (connect): 2.14.0

Direct dependency fix Resolution (express): 3.5.0

:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.
WS-2013-0003 ### Vulnerable Library - connect-2.6.0.tgz

High performance middleware framework

Library home page: https://registry.npmjs.org/connect/-/connect-2.6.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/connect/package.json

Dependency Hierarchy: - express-3.0.0.tgz (Root Library) - :x: **connect-2.6.0.tgz** (Vulnerable Library)

Found in HEAD commit: 56b9063a66266744c3989bc8d131a7625e9a608f

Found in base branch: dev

### Reachability Analysis

The vulnerable code is unreachable

### Vulnerability Details

senchalabs/connect prior to 2.8.1 is vulnerable to xss attack

Publish Date: 2013-06-27

URL: WS-2013-0003

### Threat Assessment

Exploit Maturity: Not Defined

EPSS:

### CVSS 3 Score Details (5.3)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/WS-2013-0003

Release Date: 2013-06-27

Fix Resolution (connect): 2.8.1

Direct dependency fix Resolution (express): 3.3.1

:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.
CVE-2024-47764 ### Vulnerable Library - cookie-0.0.4.tgz

cookie parsing and serialization

Library home page: https://registry.npmjs.org/cookie/-/cookie-0.0.4.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/cookie/package.json

Dependency Hierarchy: - express-3.0.0.tgz (Root Library) - :x: **cookie-0.0.4.tgz** (Vulnerable Library)

Found in HEAD commit: 56b9063a66266744c3989bc8d131a7625e9a608f

Found in base branch: dev

### Reachability Analysis

The vulnerable code is unreachable

### 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 3 Score Details (5.3)

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: Low - Availability Impact: None

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://github.com/jshttp/cookie/security/advisories/GHSA-pxg6-pf52-xh8x

Release Date: 2024-10-04

Fix Resolution: cookie - 0.7.0

CVE-2015-8859 ### Vulnerable Libraries - send-0.1.0.tgz, send-0.0.4.tgz

### send-0.1.0.tgz

Better streaming static file server with Range and conditional-GET support

Library home page: https://registry.npmjs.org/send/-/send-0.1.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/send/package.json

Dependency Hierarchy: - express-3.0.0.tgz (Root Library) - :x: **send-0.1.0.tgz** (Vulnerable Library) ### send-0.0.4.tgz

Better streaming static file server with Range and conditional-GET support

Library home page: https://registry.npmjs.org/send/-/send-0.0.4.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/connect/node_modules/send/package.json

Dependency Hierarchy: - express-3.0.0.tgz (Root Library) - connect-2.6.0.tgz - :x: **send-0.0.4.tgz** (Vulnerable Library)

Found in HEAD commit: 56b9063a66266744c3989bc8d131a7625e9a608f

Found in base branch: dev

### Reachability Analysis

The vulnerable code is unreachable

### Vulnerability Details

The send package before 0.11.1 for Node.js allows attackers to obtain the root path via unspecified vectors.

Publish Date: 2017-01-23

URL: CVE-2015-8859

### Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.1%

### CVSS 3 Score Details (5.3)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2015-8859

Release Date: 2017-01-23

Fix Resolution (send): 0.11.1

Direct dependency fix Resolution (express): 3.19.1

Fix Resolution (send): 0.11.1

Direct dependency fix Resolution (express): 3.19.1

:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.
CVE-2014-7191 ### Vulnerable Library - qs-0.5.1.tgz

querystring parser

Library home page: https://registry.npmjs.org/qs/-/qs-0.5.1.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/qs/package.json

Dependency Hierarchy: - express-3.0.0.tgz (Root Library) - connect-2.6.0.tgz - :x: **qs-0.5.1.tgz** (Vulnerable Library)

Found in HEAD commit: 56b9063a66266744c3989bc8d131a7625e9a608f

Found in base branch: dev

### Reachability Analysis

The vulnerable code is unreachable

### Vulnerability Details

The qs module before 1.0.0 in Node.js does not call the compact function for array data, which allows remote attackers to cause a denial of service (memory consumption) by using a large index value to create a sparse array.

Publish Date: 2014-10-19

URL: CVE-2014-7191

### Threat Assessment

Exploit Maturity: Not Defined

EPSS: 5.2999997%

### CVSS 3 Score Details (5.3)

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: Low

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2014-7191

Release Date: 2014-10-19

Fix Resolution (qs): 1.0.0

Direct dependency fix Resolution (express): 3.16.0

:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.
CVE-2024-43799 ### Vulnerable Libraries - send-0.1.0.tgz, send-0.0.4.tgz

### send-0.1.0.tgz

Better streaming static file server with Range and conditional-GET support

Library home page: https://registry.npmjs.org/send/-/send-0.1.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/send/package.json

Dependency Hierarchy: - express-3.0.0.tgz (Root Library) - :x: **send-0.1.0.tgz** (Vulnerable Library) ### send-0.0.4.tgz

Better streaming static file server with Range and conditional-GET support

Library home page: https://registry.npmjs.org/send/-/send-0.0.4.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/connect/node_modules/send/package.json

Dependency Hierarchy: - express-3.0.0.tgz (Root Library) - connect-2.6.0.tgz - :x: **send-0.0.4.tgz** (Vulnerable Library)

Found in HEAD commit: 56b9063a66266744c3989bc8d131a7625e9a608f

Found in base branch: dev

### Reachability Analysis

The vulnerable code is unreachable

### Vulnerability Details

Send is a library for streaming files from the file system as a http response. Send passes untrusted user input to SendStream.redirect() which executes untrusted code. This issue is patched in send 0.19.0.

Publish Date: 2024-09-10

URL: CVE-2024-43799

### Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.0%

### CVSS 3 Score Details (5.0)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://github.com/pillarjs/send/security/advisories/GHSA-m6fv-jmcg-4jfg

Release Date: 2024-09-10

Fix Resolution: send - 0.19.0

CVE-2024-43796 ### Vulnerable Library - express-3.0.0.tgz

Sinatra inspired web development framework

Library home page: https://registry.npmjs.org/express/-/express-3.0.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/express/package.json

Dependency Hierarchy: - :x: **express-3.0.0.tgz** (Vulnerable Library)

Found in HEAD commit: 56b9063a66266744c3989bc8d131a7625e9a608f

Found in base branch: dev

### Reachability Analysis

The vulnerable code is unreachable

### Vulnerability Details

Express.js minimalist web framework for node. In express < 4.20.0, passing untrusted user input - even after sanitizing it - to response.redirect() may execute untrusted code. This issue is patched in express 4.20.0.

Publish Date: 2024-09-10

URL: CVE-2024-43796

### Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.0%

### CVSS 3 Score Details (5.0)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://github.com/expressjs/express/security/advisories/GHSA-qw6h-vgh9-j6wx

Release Date: 2024-09-10

Fix Resolution: express - 4.20.0,5.0.0

:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.
CVE-2024-9266 ### Vulnerable Library - express-3.0.0.tgz

Sinatra inspired web development framework

Library home page: https://registry.npmjs.org/express/-/express-3.0.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/express/package.json

Dependency Hierarchy: - :x: **express-3.0.0.tgz** (Vulnerable Library)

Found in HEAD commit: 56b9063a66266744c3989bc8d131a7625e9a608f

Found in base branch: dev

### Reachability Analysis

The vulnerable code is unreachable

### Vulnerability Details

URL Redirection to Untrusted Site ('Open Redirect') vulnerability in Express. This vulnerability affects the use of the Express Response object. This issue impacts Express: from 3.4.5 before 4.0.0.

Publish Date: 2024-10-03

URL: CVE-2024-9266

### Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.1%

### CVSS 3 Score Details (4.7)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2024-9266

Release Date: 2024-10-03

Fix Resolution: 4.0.0

:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.
CVE-2024-10491 ### Vulnerable Library - express-3.0.0.tgz

Sinatra inspired web development framework

Library home page: https://registry.npmjs.org/express/-/express-3.0.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/express/package.json

Dependency Hierarchy: - :x: **express-3.0.0.tgz** (Vulnerable Library)

Found in HEAD commit: 56b9063a66266744c3989bc8d131a7625e9a608f

Found in base branch: dev

### Reachability Analysis

The vulnerable code is unreachable

### Vulnerability Details

A vulnerability has been identified in the Express response.links function, allowing for arbitrary resource injection in the Link header when unsanitized data is used. The issue arises from improper sanitization in `Link` header values, which can allow a combination of characters like `,`, `;`, and `<>` to preload malicious resources. This vulnerability is especially relevant for dynamic parameters.

Publish Date: 2024-10-29

URL: CVE-2024-10491

### Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.0%

### CVSS 3 Score Details (4.0)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2024-10491

Release Date: 2024-10-29

Fix Resolution: 4.0.0

:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.
CVE-2014-6393 ### Vulnerable Library - express-3.0.0.tgz

Sinatra inspired web development framework

Library home page: https://registry.npmjs.org/express/-/express-3.0.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/express/package.json

Dependency Hierarchy: - :x: **express-3.0.0.tgz** (Vulnerable Library)

Found in HEAD commit: 56b9063a66266744c3989bc8d131a7625e9a608f

Found in base branch: dev

### Reachability Analysis

The vulnerable code is unreachable

### Vulnerability Details

The Express web framework before 3.11 and 4.x before 4.5 for Node.js does not provide a charset field in HTTP Content-Type headers in 400 level responses, which might allow remote attackers to conduct cross-site scripting (XSS) attacks via characters in a non-standard encoding.

Publish Date: 2017-08-09

URL: CVE-2014-6393

### Threat Assessment

Exploit Maturity: Not Defined

EPSS: 0.1%

### CVSS 3 Score Details (3.7)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: Low - Availability Impact: None

For more information on CVSS3 Scores, click here.

### Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6393

Release Date: 2017-08-09

Fix Resolution: 3.11.0

:rescue_worker_helmet: Automatic Remediation will be attempted for this issue.

:rescue_worker_helmet:Automatic Remediation will be attempted for this issue.

mend-for-github-com[bot] commented 1 week 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.

mend-for-github-com[bot] commented 18 hours ago

: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.