UNKNOWN npm

Vite: `server.fs.deny` bypassed with queries

GHSA-v2wj-q39q-566r · CVE-2026-39364

Published · Modified

Description

Summary

The contents of files that are specified by server.fs.deny can be returned to the browser.

Impact

Only apps that match the following conditions are affected:

Details

On the Vite dev server, files that should be blocked by server.fs.deny (e.g., .env, *.crt) can be retrieved with HTTP 200 responses when query parameters such as ?raw, ?import&raw, or ?import&url&inline are appended.

PoC

  1. Start the dev server: pnpm exec vite root --host 127.0.0.1 --port 5175 --strictPort
  2. Confirm that server.fs.deny is enforced (expect 403): curl -i http://127.0.0.1:5175/src/.env | head -n 20image
  3. Confirm that the same files can be retrieved with query parameters (expect 200):image

Ready to move

Start Securing

Free, no credit card | First findings in minutes