Vulnerability Description
Vite provides frontend tooling. Prior to versions 2.9.16, 3.2.7, 4.0.5, 4.1.5, 4.2.3, and 4.3.9, Vite Server Options (`server.fs.deny`) can be bypassed using double forward-slash (//) allows any unauthenticated user to read file from the Vite root-path of the application including the default `fs.deny` settings (`['.env', '.env.*', '*.{crt,pem}']`). Only users explicitly exposing the Vite dev server to the network (using `--host` or `server.host` config option) are affected, and only files in the immediate Vite project root folder could be exposed. This issue is fixed in [email protected], [email protected], [email protected], [email protected], [email protected], and [email protected].
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Vitejs | Vite | >= 3.0.2, < 3.2.7 |
Related Weaknesses (CWE)
References
- https://github.com/vitejs/vite/commit/813ddd6155c3d54801e264ba832d8347f6f66b32Patch
- https://github.com/vitejs/vite/pull/13348Patch
- https://github.com/vitejs/vite/security/advisories/GHSA-353f-5xf4-qw67ExploitVendor Advisory
- https://github.com/vitejs/vite/commit/813ddd6155c3d54801e264ba832d8347f6f66b32Patch
- https://github.com/vitejs/vite/pull/13348Patch
- https://github.com/vitejs/vite/security/advisories/GHSA-353f-5xf4-qw67ExploitVendor Advisory
FAQ
What is CVE-2023-34092?
CVE-2023-34092 is a vulnerability with a CVSS score of 7.5 (HIGH). Vite provides frontend tooling. Prior to versions 2.9.16, 3.2.7, 4.0.5, 4.1.5, 4.2.3, and 4.3.9, Vite Server Options (`server.fs.deny`) can be bypassed using double forward-slash (//) allows any unaut...
How severe is CVE-2023-34092?
CVE-2023-34092 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-34092?
Check the references section above for vendor advisories and patch information. Affected products include: Vitejs Vite.