CVE-2025-30208

Vite bypasses server.fs.deny when using `?raw??`

Description

Vite, a provider of frontend development tooling, has a vulnerability in versions prior to 6.2.3, 6.1.2, 6.0.12, 5.4.15, and 4.5.10. `@fs` denies access to files outside of Vite serving allow list. Adding `?raw??` or `?import&raw??` to the URL bypasses this limitation and returns the file content if it exists. This bypass exists because trailing separators such as `?` are removed in several places, but are not accounted for in query string regexes. The contents of arbitrary files can be returned to the browser. Only apps explicitly exposing the Vite dev server to the network (using `--host` or `server.host` config option) are affected. Versions 6.2.3, 6.1.2, 6.0.12, 5.4.15, and 4.5.10 fix the issue.

Category

5.3
CVSS
Severity: Medium
CVSS 3.1 •
EPSS 55.63% Top 5%
Affected: vitejs vite
Published at:
Updated at:

References

Frequently Asked Questions

What is the severity of CVE-2025-30208?
CVE-2025-30208 has been scored as a medium severity vulnerability.
How to fix CVE-2025-30208?
To fix CVE-2025-30208, make sure you are using an up-to-date version of the affected component(s) by checking the vendor release notes. As for now, there are no other specific guidelines available.
Is CVE-2025-30208 being actively exploited in the wild?
It is possible that CVE-2025-30208 is being exploited or will be exploited in a near future based on public information. According to its EPSS score, there is a ~56% probability that this vulnerability will be exploited by malicious actors in the next 30 days.
What software or system is affected by CVE-2025-30208?
CVE-2025-30208 affects vitejs vite.
This platform uses data from the NIST NVD, MITRE CVE, MITRE CWE, First.org and CISA KEV but is not endorsed or certified by these entities. CVE is a registred trademark of the MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. CWE is a registred trademark of the MITRE Corporation and the authoritative source of CWE content is MITRE's CWE web site.
© 2025 Under My Watch. All Rights Reserved.