Skip to content

Comments

chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security]#198

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/npm-vite-vulnerability
Open

chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security]#198
renovate[bot] wants to merge 1 commit intomainfrom
renovate/npm-vite-vulnerability

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 21, 2025

This PR contains the following updates:

Package Change Age Confidence
vite (source) 7.1.57.1.11 age confidence
vite (source) ^7.1.7^7.1.11 age confidence

GitHub Vulnerability Alerts

CVE-2025-62522

Summary

Files denied by server.fs.deny were sent if the URL ended with \ when the dev server is running on Windows.

Impact

Only apps that match the following conditions are affected:

  • explicitly exposes the Vite dev server to the network (using --host or server.host config option)
  • running the dev server on Windows

Details

server.fs.deny can contain patterns matching against files (by default it includes .env, .env.*, *.{crt,pem} as such patterns). These patterns were able to bypass by using a back slash(\). The root cause is that fs.readFile('/foo.png/') loads /foo.png.

PoC

npm create vite@latest
cd vite-project/
cat "secret" > .env
npm install
npm run dev
curl --request-target /.env\ http://localhost:5173
image

Release Notes

vitejs/vite (vite)

v7.1.11

Compare Source

Bug Fixes
Miscellaneous Chores
Code Refactoring
Build System

v7.1.10

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores

v7.1.9

Compare Source

Reverts

v7.1.8

Compare Source

Bug Fixes
Documentation
Miscellaneous Chores

v7.1.7

Compare Source

Bug Fixes
  • build: fix ssr environment emitAssets: true when sharedConfigBuild: true (#​20787) (4c4583c)
  • client: use CSP nonce when rendering error overlay (#​20791) (9bc9d12)
  • deps: update all non-major dependencies (#​20811) (9f2247c)
  • glob: handle glob imports from folders starting with dot (#​20800) (105abe8)
  • hmr: trigger prune event when import is removed from non hmr module (#​20768) (9f32b1d)
  • hmr: wait for import.meta.hot.prune callbacks to complete before running other HMRs (#​20698) (98a3484)

v7.1.6

Compare Source

Bug Fixes
  • deps: update all non-major dependencies (#​20773) (88af2ae)
  • esbuild: inject esbuild helper functions with minified $ variables correctly (#​20761) (7e8e004)
  • fallback terser to main thread when nameCache is provided (#​20750) (a679a64)
  • types: strict env typings fail when skipLibCheck is false (#​20755) (cc54e29)
Miscellaneous Chores

Configuration

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

🚦 Automerge: Enabled.

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

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


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Upgrade or downgrade of project dependencies. label Oct 21, 2025
@renovate renovate bot requested review from a team and sullivanpj as code owners October 21, 2025 16:59
@renovate renovate bot enabled auto-merge (squash) October 21, 2025 16:59
@renovate
Copy link
Contributor Author

renovate bot commented Oct 21, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@deepsource-io
Copy link

deepsource-io bot commented Oct 21, 2025

DeepSource Code Review

DeepSource reviewed changes in the commit range 242a5a8...7a5b8e0 on this pull request. Below is the summary for the review, and you can see the individual issues we found as review comments.

For detailed review results, please see the PR on DeepSource ↗

PR Report Card

Security × 0 issues Overall PR Quality   

Reliability × 0 issues
Complexity × 0 issues
Hygiene × 0 issues

Code Review Summary

Analyzer Status Summary Details
JavaScript No new issues detected. Review ↗
Shell No new issues detected. Review ↗
How are these analyzer statuses calculated?

Administrators can configure which issue categories are reported and cause analysis to be marked as failed when detected. This helps prevent bad and insecure code from being introduced in the codebase. If you're an administrator, you can modify this in the repository's settings.

@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 70f22ae to 56898cd Compare November 10, 2025 20:13
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] chore(monorepo): update pnpm.catalog.default vite [security] Nov 10, 2025
@socket-security
Copy link

socket-security bot commented Nov 10, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​microsoft/​tsdoc-config@​0.18.01001009684100
Added@​microsoft/​tsdoc@​0.16.0991009084100
Updated@​microsoft/​api-extractor@​7.52.13 ⏵ 7.57.294 -510089 +198 +6100

View full report

@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 56898cd to 0bacb56 Compare November 11, 2025 03:12
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite [security] chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] Nov 11, 2025
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 0bacb56 to ac65947 Compare November 18, 2025 22:30
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] chore(monorepo): update pnpm.catalog.default vite [security] Nov 18, 2025
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite [security] chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] Nov 19, 2025
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from ac65947 to b37c8b9 Compare November 19, 2025 02:42
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from b37c8b9 to 1878d18 Compare December 3, 2025 20:10
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] chore(monorepo): update pnpm.catalog.default vite [security] Dec 3, 2025
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 1878d18 to 4d4e92b Compare December 3, 2025 22:15
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite [security] chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] Dec 3, 2025
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 4d4e92b to e7e28b2 Compare December 15, 2025 16:55
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] chore(monorepo): update pnpm.catalog.default vite [security] Dec 15, 2025
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from e7e28b2 to 0826b4d Compare December 15, 2025 20:29
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite [security] chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] Dec 15, 2025
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 0826b4d to 182e4ef Compare December 30, 2025 12:32
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] chore(monorepo): update pnpm.catalog.default vite [security] Dec 30, 2025
@socket-security
Copy link

socket-security bot commented Dec 30, 2025

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 182e4ef to ca93e8f Compare December 30, 2025 16:27
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite [security] chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] Dec 30, 2025
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from ca93e8f to 3fbf742 Compare December 31, 2025 14:11
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 8db9cb7 to 1781883 Compare January 19, 2026 18:57
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] chore(monorepo): update pnpm.catalog.default vite [security] Jan 19, 2026
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 1781883 to 949b71e Compare January 19, 2026 21:37
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite [security] chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] Jan 19, 2026
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 949b71e to bec3ec1 Compare January 23, 2026 19:39
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] chore(monorepo): update pnpm.catalog.default vite [security] Jan 23, 2026
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch 2 times, most recently from 5e765d5 to ce41411 Compare January 23, 2026 22:59
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite [security] chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] Jan 23, 2026
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from ce41411 to 2b7f699 Compare February 2, 2026 19:12
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] chore(monorepo): update pnpm.catalog.default vite [security] Feb 2, 2026
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 2b7f699 to 10017d3 Compare February 2, 2026 23:05
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite [security] chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] Feb 2, 2026
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 10017d3 to 27a645e Compare February 12, 2026 11:29
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] chore(monorepo): update pnpm.catalog.default vite [security] Feb 12, 2026
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 27a645e to 215eb50 Compare February 12, 2026 17:17
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite [security] chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] Feb 12, 2026
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 215eb50 to a27bf35 Compare February 16, 2026 15:14
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] chore(monorepo): update pnpm.catalog.default vite [security] Feb 16, 2026
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from a27bf35 to 6754ae8 Compare February 16, 2026 19:09
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite [security] chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] Feb 16, 2026
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 6754ae8 to 013014d Compare February 17, 2026 16:47
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] chore(monorepo): update pnpm.catalog.default vite [security] Feb 17, 2026
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 013014d to 4dc4a44 Compare February 17, 2026 23:31
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite [security] chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] Feb 17, 2026
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 4dc4a44 to 4062a0a Compare February 20, 2026 13:33
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] chore(monorepo): update pnpm.catalog.default vite [security] Feb 20, 2026
@renovate renovate bot force-pushed the renovate/npm-vite-vulnerability branch from 4062a0a to 7a5b8e0 Compare February 20, 2026 17:45
@renovate renovate bot changed the title chore(monorepo): update pnpm.catalog.default vite [security] chore(monorepo): update pnpm.catalog.default vite to v7.1.11 [security] Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Upgrade or downgrade of project dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants