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

vite-5.1.1.tgz: 5 vulnerabilities (highest severity is: 6.5) #54

Open
mend-bolt-for-github bot opened this issue Apr 11, 2024 · 0 comments
Open
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@mend-bolt-for-github
Copy link

mend-bolt-for-github bot commented Apr 11, 2024

Vulnerable Library - vite-5.1.1.tgz

Library home page: https://registry.npmjs.org/vite/-/vite-5.1.1.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Found in HEAD commit: 643acc098198f8640772d8a6ea35194839e4b4dc

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (vite version) Remediation Possible**
CVE-2025-24010 Medium 6.5 vite-5.1.1.tgz Direct vite - 4.5.6,5.4.12,6.0.9
CVE-2024-45812 Medium 6.4 vite-5.1.1.tgz Direct 5.1.8
CVE-2024-47068 Medium 6.1 rollup-4.9.2.tgz Transitive 5.1.2
CVE-2024-31207 Medium 5.9 vite-5.1.1.tgz Direct 5.1.7
CVE-2024-45811 Medium 4.8 vite-5.1.1.tgz Direct 5.1.8

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

CVE-2025-24010

Vulnerable Library - vite-5.1.1.tgz

Library home page: https://registry.npmjs.org/vite/-/vite-5.1.1.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • vite-5.1.1.tgz (Vulnerable Library)

Found in HEAD commit: 643acc098198f8640772d8a6ea35194839e4b4dc

Found in base branch: main

Vulnerability Details

Vite is a frontend tooling framework for javascript. Vite allowed any websites to send any requests to the development server and read the response due to default CORS settings and lack of validation on the Origin header for WebSocket connections. This vulnerability is fixed in 6.0.9, 5.4.12, and 4.5.6.

Publish Date: 2025-01-20

URL: CVE-2025-24010

CVSS 3 Score Details (6.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-vg6x-rcgg-rjx6

Release Date: 2025-01-20

Fix Resolution: vite - 4.5.6,5.4.12,6.0.9

Step up your Open Source Security Game with Mend here

CVE-2024-45812

Vulnerable Library - vite-5.1.1.tgz

Library home page: https://registry.npmjs.org/vite/-/vite-5.1.1.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • vite-5.1.1.tgz (Vulnerable Library)

Found in HEAD commit: 643acc098198f8640772d8a6ea35194839e4b4dc

Found in base branch: main

Vulnerability Details

Vite a frontend build tooling framework for javascript. Affected versions of vite were discovered to contain a DOM Clobbering vulnerability when building scripts to cjs/iife/umd output format. The DOM Clobbering gadget in the module can lead to cross-site scripting (XSS) in web pages where scriptless attacker-controlled HTML elements (e.g., an img tag with an unsanitized name attribute) are present. DOM Clobbering is a type of code-reuse attack where the attacker first embeds a piece of non-script, seemingly benign HTML markups in the webpage (e.g. through a post or comment) and leverages the gadgets (pieces of js code) living in the existing javascript code to transform it into executable code. We have identified a DOM Clobbering vulnerability in Vite bundled scripts, particularly when the scripts dynamically import other scripts from the assets folder and the developer sets the build output format to cjs, iife, or umd. In such cases, Vite replaces relative paths starting with __VITE_ASSET__ using the URL retrieved from document.currentScript. However, this implementation is vulnerable to a DOM Clobbering attack. The document.currentScript lookup can be shadowed by an attacker via the browser's named DOM tree element access mechanism. This manipulation allows an attacker to replace the intended script element with a malicious HTML element. When this happens, the src attribute of the attacker-controlled element is used as the URL for importing scripts, potentially leading to the dynamic loading of scripts from an attacker-controlled server. This vulnerability can result in cross-site scripting (XSS) attacks on websites that include Vite-bundled files (configured with an output format of cjs, iife, or umd) and allow users to inject certain scriptless HTML tags without properly sanitizing the name or id attributes. This issue has been patched in versions 5.4.6, 5.3.6, 5.2.14, 4.5.5, and 3.2.11. Users are advised to upgrade. There are no known workarounds for this vulnerability.

Publish Date: 2024-09-17

URL: CVE-2024-45812

CVSS 3 Score Details (6.4)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-64vr-g452-qvp3

Release Date: 2024-09-17

Fix Resolution: 5.1.8

Step up your Open Source Security Game with Mend here

CVE-2024-47068

Vulnerable Library - rollup-4.9.2.tgz

Library home page: https://registry.npmjs.org/rollup/-/rollup-4.9.2.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • vite-5.1.1.tgz (Root Library)
    • rollup-4.9.2.tgz (Vulnerable Library)

Found in HEAD commit: 643acc098198f8640772d8a6ea35194839e4b4dc

Found in base branch: main

Vulnerability Details

Rollup is a module bundler for JavaScript. Versions prior to 3.29.5 and 4.22.4 are susceptible to a DOM Clobbering vulnerability when bundling scripts with properties from import.meta (e.g., import.meta.url) in cjs/umd/iife format. The DOM Clobbering gadget can lead to cross-site scripting (XSS) in web pages where scriptless attacker-controlled HTML elements (e.g., an img tag with an unsanitized name attribute) are present. Versions 3.29.5 and 4.22.4 contain a patch for the vulnerability.

Publish Date: 2024-09-23

URL: CVE-2024-47068

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: GHSA-gcx4-mw62-g8wm

Release Date: 2024-09-23

Fix Resolution (rollup): 4.22.3

Direct dependency fix Resolution (vite): 5.1.2

Step up your Open Source Security Game with Mend here

CVE-2024-31207

Vulnerable Library - vite-5.1.1.tgz

Library home page: https://registry.npmjs.org/vite/-/vite-5.1.1.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • vite-5.1.1.tgz (Vulnerable Library)

Found in HEAD commit: 643acc098198f8640772d8a6ea35194839e4b4dc

Found in base branch: main

Vulnerability Details

Vite (French word for "quick", pronounced /vit/, like "veet") is a frontend build tooling to improve the frontend development experience.server.fs.deny does not deny requests for patterns with directories. This vulnerability has been patched in version(s) 5.2.6, 5.1.7, 5.0.13, 4.5.3, 3.2.10 and 2.9.18.

Publish Date: 2024-04-04

URL: CVE-2024-31207

CVSS 3 Score Details (5.9)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-8jhw-289h-jh2g

Release Date: 2024-04-04

Fix Resolution: 5.1.7

Step up your Open Source Security Game with Mend here

CVE-2024-45811

Vulnerable Library - vite-5.1.1.tgz

Library home page: https://registry.npmjs.org/vite/-/vite-5.1.1.tgz

Path to dependency file: /package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • vite-5.1.1.tgz (Vulnerable Library)

Found in HEAD commit: 643acc098198f8640772d8a6ea35194839e4b4dc

Found in base branch: main

Vulnerability Details

Vite a frontend build tooling framework for javascript. In affected versions the contents of arbitrary files can be returned to the browser. @fs denies access to files outside of Vite serving allow list. Adding ?import&raw to the URL bypasses this limitation and returns the file content if it exists. This issue has been patched in versions 5.4.6, 5.3.6, 5.2.14, 4.5.5, and 3.2.11. Users are advised to upgrade. There are no known workarounds for this vulnerability.

Publish Date: 2024-09-17

URL: CVE-2024-45811

CVSS 3 Score Details (4.8)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-9cwx-2883-4wfx

Release Date: 2024-09-17

Fix Resolution: 5.1.8

Step up your Open Source Security Game with Mend here

@mend-bolt-for-github mend-bolt-for-github bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Apr 11, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title vite-5.1.1.tgz: 1 vulnerabilities (highest severity is: 5.9) vite-5.1.1.tgz: 3 vulnerabilities (highest severity is: 6.4) Sep 22, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title vite-5.1.1.tgz: 3 vulnerabilities (highest severity is: 6.4) vite-5.1.1.tgz: 4 vulnerabilities (highest severity is: 6.4) Sep 24, 2024
@mend-bolt-for-github mend-bolt-for-github bot changed the title vite-5.1.1.tgz: 4 vulnerabilities (highest severity is: 6.4) vite-5.1.1.tgz: 5 vulnerabilities (highest severity is: 6.5) Jan 21, 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