Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

express-4.17.3.tgz: 3 vulnerabilities (highest severity is: 9.8) reachable #10

Open
dev-mend-for-github-com bot opened this issue Dec 25, 2024 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@dev-mend-for-github-com
Copy link

dev-mend-for-github-com bot commented Dec 25, 2024

Vulnerable Library - express-4.17.3.tgz

Fast, unopinionated, minimalist web framework

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

Path to dependency file: /package.json

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

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (express version) Remediation Possible** Reachability
CVE-616547-419802 Critical 9.8 parseurl-1.3.3.tgz Transitive N/A*

Reachable

CVE-289561-266276 Critical 9.8 inherits-2.0.4.tgz Transitive N/A*

Reachable

CVE-2024-10491 Medium 4.0 express-4.17.3.tgz Direct x - 2

*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-616547-419802

Vulnerable Library - parseurl-1.3.3.tgz

parse a url with memoization

Library home page: https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz

Path to dependency file: /package.json

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

Dependency Hierarchy:

  • express-4.17.3.tgz (Root Library)
    • parseurl-1.3.3.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

This vulnerability is potentially reachable

verdaccio-2.3.1/src/api/web/index.js (Application)
  -> express-4.17.3/index.js (Extension)
   -> express-4.17.3/lib/express.js (Extension)
    -> serve-static-1.14.2/index.js (Extension)
     -> ❌ parseurl-1.3.3/index.js (Vulnerable Component)

Vulnerability Details

Created automatically by the test suite

Publish Date: 2010-06-07

URL: CVE-616547-419802

CVSS 3 Score Details (9.8)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

CVE-289561-266276

Vulnerable Library - inherits-2.0.4.tgz

Browser-friendly inheritance fully compatible with standard node.js inherits()

Library home page: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/http-errors/node_modules/inherits/package.json,/node_modules/express/node_modules/inherits/package.json,/node_modules/body-parser/node_modules/inherits/package.json,/node_modules/bl/node_modules/inherits/package.json

Dependency Hierarchy:

  • express-4.17.3.tgz (Root Library)
    • send-0.17.2.tgz
      • http-errors-1.8.1.tgz
        • inherits-2.0.4.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

This vulnerability is potentially reachable

inherits-2.0.4/inherits.js (Application)
  -> http-errors-1.8.0/index.js (Extension)
   -> ❌ verdaccio-2.3.1/src/lib/auth.js (Vulnerable Component)

Vulnerability Details

Created automatically by the test suite

Publish Date: 2010-06-07

URL: CVE-289561-266276

CVSS 3 Score Details (9.8)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

CVE-2024-10491

Vulnerable Library - express-4.17.3.tgz

Fast, unopinionated, minimalist web framework

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

Path to dependency file: /package.json

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

Dependency Hierarchy:

  • express-4.17.3.tgz (Vulnerable Library)

Found in base branch: master

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

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://x.pl

Release Date: 2024-10-29

Fix Resolution: x - 2

⛑️ Automatic Remediation will be attempted for this issue.


⛑️Automatic Remediation will be attempted for this issue.

@dev-mend-for-github-com dev-mend-for-github-com bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Dec 25, 2024
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title express-4.17.3.tgz: 1 vulnerabilities (highest severity is: 9.8) express-4.17.3.tgz: 1 vulnerabilities (highest severity is: 9.8) reachable Dec 25, 2024
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title express-4.17.3.tgz: 1 vulnerabilities (highest severity is: 9.8) reachable express-4.17.3.tgz: 2 vulnerabilities (highest severity is: 9.8) reachable Jan 26, 2025
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title express-4.17.3.tgz: 2 vulnerabilities (highest severity is: 9.8) reachable express-4.17.3.tgz: 3 vulnerabilities (highest severity is: 9.8) reachable Feb 6, 2025
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title express-4.17.3.tgz: 3 vulnerabilities (highest severity is: 9.8) reachable express-4.17.3.tgz: 2 vulnerabilities (highest severity is: 9.8) reachable Feb 6, 2025
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title express-4.17.3.tgz: 2 vulnerabilities (highest severity is: 9.8) reachable express-4.17.3.tgz: 3 vulnerabilities (highest severity is: 9.8) reachable Feb 6, 2025
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title express-4.17.3.tgz: 3 vulnerabilities (highest severity is: 9.8) reachable express-4.17.3.tgz: 2 vulnerabilities (highest severity is: 9.8) reachable Feb 6, 2025
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title express-4.17.3.tgz: 2 vulnerabilities (highest severity is: 9.8) reachable express-4.17.3.tgz: 3 vulnerabilities (highest severity is: 9.8) reachable Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend
Projects
None yet
Development

No branches or pull requests

0 participants