CVE-2023-34092
01.06.2023, 17:15
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 vite@4.3.9, vite@4.2.3, vite@4.1.5, vite@4.0.5, vite@3.2.7, and vite@2.9.16.Enginsight
Vendor | Product | Version |
---|---|---|
vitejs | vite | 3.0.2 ≤ 𝑥 < 3.2.7 |
vitejs | vite | 4.0.0 ≤ 𝑥 < 4.0.5 |
vitejs | vite | 4.1.0 ≤ 𝑥 < 4.1.5 |
vitejs | vite | 4.2.0 ≤ 𝑥 < 4.2.3 |
vitejs | vite | 4.3.0 ≤ 𝑥 < 4.3.9 |
vitejs | vite | 2.9.15 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-50 - Path Equivalence: '//multiple/leading/slash'A software system that accepts path input in the form of multiple leading slash ('//multiple/leading/slash') without appropriate validation can lead to ambiguous path resolution and allow an attacker to traverse the file system to unintended locations or access arbitrary files.
- CWE-706 - Use of Incorrectly-Resolved Name or ReferenceThe software uses a name or reference to access a resource, but the name/reference resolves to a resource that is outside of the intended control sphere.
References