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

chore(deps): update dependency vite to v2.9.16 [security] - autoclosed #27686

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 29, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vite (source) 2.9.13 -> 2.9.16 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2023-34092

Summary

The issue involves a security vulnerability in Vite, where the server options can be bypassed using a double forward slash (//). This vulnerability poses a potential security risk as it can allow unauthorized access to sensitive directories and files. This document outlines the steps to address and mitigate this issue. Adding Extra References : ## Steps to Fix. Update Vite:Ensure that you are using the latest version of Vite. Security issues like this are often fixed in newer releases.\n\n2. Secure the Server Configuration:In your vite.config.js file, review and update the server configuration options to restrict access to unauthorized requests or directories. For example:```javascript\n // vite.config.js\n export default { server: {\n fs: {\n deny: ['private-directory'] // Restrict access to specific directories

Impact

Only users explicitly exposing the Vite dev server to the network (using --host or server.host config option) are affected, and only files in the immediate Vite project root folder could be exposed.

Patches

Fixed in vite@4.3.9, vite@4.2.3, vite@4.1.5, vite@4.0.5
And in the latest minors of the previous two majors: vite@3.2.7, vite@2.9.16

Details

Vite serve the application with under the root-path of the project while running on the dev mode. By default, vite using server options fs.deny to protected the sensitive information of the file. But, with simply double forward-slash, we can bypass this fs restriction.

PoC

  1. Create a new latest project of vite using any package manager. (here I'm using react and vue templates for tested and pnpm)
  2. Serve the application on dev mode using pnpm run dev.
  3. Directly access the file from url using double forward-slash (//) (e.g: //.env, //.env.local)
  4. Server Options fs.deny restrict successfully bypassed.

Proof Images:
proof-1
proof-2


Release Notes

vitejs/vite (vite)

v2.9.16

Compare Source

Please refer to CHANGELOG.md for details.

v2.9.15

Compare Source

Please refer to CHANGELOG.md for details.

v2.9.14

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - "" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added renovate Triggered by renovatebot type: dependencies labels Aug 29, 2023
@cypress-app-bot
Copy link
Collaborator

See the guidelines for reviewing dependency updates for info on how to review dependency update PRs.

@nagash77 nagash77 closed this Aug 29, 2023
@nagash77 nagash77 reopened this Aug 29, 2023
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from a445aed to 7ad0b3c Compare August 29, 2023 18:53
@renovate renovate bot changed the title chore(deps): update dependency vite to v2.9.16 [security] chore(deps): update dependency vite to v2.9.16 [security] - autoclosed Aug 30, 2023
@renovate renovate bot closed this Aug 30, 2023
@renovate renovate bot deleted the renovate/npm-vite-vulnerability branch August 30, 2023 00:28
@renovate renovate bot changed the title chore(deps): update dependency vite to v2.9.16 [security] - autoclosed chore(deps): update dependency vite to v2.9.16 [security] Sep 5, 2023
@renovate renovate bot reopened this Sep 5, 2023
@renovate renovate bot restored the renovate/npm-vite-vulnerability branch September 5, 2023 12:44
@renovate renovate bot changed the title chore(deps): update dependency vite to v2.9.16 [security] chore(deps): update dependency vite [security] Sep 5, 2023
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 7ad0b3c to d62dea3 Compare September 5, 2023 12:45
@cypress
Copy link

cypress bot commented Sep 5, 2023

1 failed and 3 flaky tests on run #50845 ↗︎

1 478 6 0 Flakiness 3

Details:

chore(deps): update dependency vite to v2.9.16 [security]
Project: cypress Commit: e59803065f
Status: Failed Duration: 12:53 💡
Started: Sep 6, 2023 7:30 PM Ended: Sep 6, 2023 7:43 PM
Failed  cypress/e2e/cypress-in-cypress.cy.ts • 1 failed test • app-e2e

View Output Video

Test Artifacts
Cypress in Cypress > restarts browser if there is a before:browser:launch task and there is a change on the config Test Replay Output Screenshots
Flakiness  runs.cy.ts • 1 flaky test • app-e2e

View Output Video

Test Artifacts
App: Runs > no internet connection > shows correct message on connect project modal Test Replay Output Screenshots
Flakiness  specs_list_latest_runs.cy.ts • 1 flaky test • app-e2e

View Output Video

Test Artifacts
App/Cloud Integration - Latest runs and Average duration > when no runs are recorded > shows placeholders for all visible specs Test Replay Output Screenshots
Flakiness  debug.cy.ts • 1 flaky test • app-e2e

View Output Video

Test Artifacts
App - Debug Page > shows running and updating build Test Replay Output Screenshots

Review all test suite changes for PR #27686 ↗︎

@renovate renovate bot changed the title chore(deps): update dependency vite [security] chore(deps): update dependency vite to v2.9.16 [security] Sep 6, 2023
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from d62dea3 to e598030 Compare September 6, 2023 13:17
@renovate renovate bot changed the title chore(deps): update dependency vite to v2.9.16 [security] chore(deps): update dependency vite to v2.9.16 [security] - autoclosed Sep 6, 2023
@renovate renovate bot closed this Sep 6, 2023
@renovate renovate bot deleted the renovate/npm-vite-vulnerability branch September 6, 2023 21:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate Triggered by renovatebot type: dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants