Skip to content

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

Here's the code health analysis summary for commits 242a5a8..ca93e8f. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗
DeepSource Shell LogoShell✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the 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
Addeddate-fns@​4.1.01001009280100
Added@​microsoft/​tsdoc-config@​0.18.01001009684100
Added@​microsoft/​tsdoc@​0.16.01001009084100
Addedtslib@​2.8.110010010085100
Updated@​microsoft/​api-extractor@​7.52.13 ⏵ 7.55.29910089 +194 +1100
Addedtypescript@​5.9.31001009010090

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

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm entities is 91.0% likely obfuscated

Confidence: 0.91

Location: Package overview

From: pnpm-lock.yamlnpm/entities@4.5.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/entities@4.5.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm entities is 91.0% likely obfuscated

Confidence: 0.91

Location: Package overview

From: pnpm-lock.yamlnpm/entities@4.5.0

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/entities@4.5.0. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm entities is 91.0% likely obfuscated

Confidence: 0.91

Location: Package overview

From: pnpm-lock.yamlnpm/entities@6.0.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/entities@6.0.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm safer-buffer is 94.0% likely obfuscated

Confidence: 0.94

Location: Package overview

From: pnpm-lock.yamlnpm/safer-buffer@2.1.2

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/safer-buffer@2.1.2. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

Warn High
Obfuscated code: npm vite is 91.0% likely obfuscated

Confidence: 0.91

Location: Package overview

From: pnpm-lock.yamlnpm/vite@7.1.11

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/vite@7.1.11. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

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

1 participant